diff --git a/Install-SketchUp.ps1 b/Install-SketchUp.ps1 index 7386828..743297a 100644 --- a/Install-SketchUp.ps1 +++ b/Install-SketchUp.ps1 @@ -10,8 +10,7 @@ If ( IsAdmin ) If ( IsURLValid $URL ) { # TODO: Uninstall all versions of SketchUp - #$APP_NAME = "SketchUp*" - #Run-Script -LivePSScript Uninstall-MSI + # 'SketchUp 2019', 'SketchUp 2021', 'SketchUp 2022', 'SketchUp 2023', 'SketchUp Viewer' | Uninstall-MSI # Set the local file name to download to $FILE = '{0}{1}.exe' -f (GetTempPath),(Split-Path $URL -Leaf)