remove the uninstall procedure until it's fixed

This commit is contained in:
2023-01-18 19:32:05 -05:00
parent aa6c5f0179
commit 183bafcba1
+3 -3
View File
@@ -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)