diff --git a/Install-SketchUp.ps1 b/Install-SketchUp.ps1 index 44b0a2f..21b5c38 100644 --- a/Install-SketchUp.ps1 +++ b/Install-SketchUp.ps1 @@ -8,7 +8,7 @@ $URL = 'https://download.sketchup.com/SketchUpStudio-2023-1-340-117.exe' # TODO: Uninstall all versions of SketchUp -#'SketchUp 2019', 'SketchUp 2021', 'SketchUp 2022', 'SketchUp 2023', 'SketchUp Viewer' | Uninstall-MSI +#'SketchUp 2019', 'SketchUp 2020', 'SketchUp 2021', 'SketchUp 2022', 'SketchUp 2023', 'SketchUp Viewer' | Uninstall-MSI # Set the local file name to download to $FILE = '{0}{1}' -f (Get-TempPath),(Split-Path $URL -Leaf)