diff --git a/Install-SketchUp.ps1 b/Install-SketchUp.ps1 index adf9be1..7386828 100644 --- a/Install-SketchUp.ps1 +++ b/Install-SketchUp.ps1 @@ -9,9 +9,9 @@ If ( IsAdmin ) # Make sure the URL is valid before we do anything If ( IsURLValid $URL ) { - # Uninstall all versions of SketchUp - $APP_NAME = "SketchUp*" - Run-Script -LivePSScript Uninstall-MSI + # TODO: Uninstall all versions of SketchUp + #$APP_NAME = "SketchUp*" + #Run-Script -LivePSScript Uninstall-MSI # Set the local file name to download to $FILE = '{0}{1}.exe' -f (GetTempPath),(Split-Path $URL -Leaf)