remove the uninstall procedure until it's fixed
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user