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
|
# Make sure the URL is valid before we do anything
|
||||||
If ( IsURLValid $URL )
|
If ( IsURLValid $URL )
|
||||||
{
|
{
|
||||||
# Uninstall all versions of SketchUp
|
# TODO: Uninstall all versions of SketchUp
|
||||||
$APP_NAME = "SketchUp*"
|
#$APP_NAME = "SketchUp*"
|
||||||
Run-Script -LivePSScript Uninstall-MSI
|
#Run-Script -LivePSScript Uninstall-MSI
|
||||||
|
|
||||||
# Set the local file name to download to
|
# Set the local file name to download to
|
||||||
$FILE = '{0}{1}.exe' -f (GetTempPath),(Split-Path $URL -Leaf)
|
$FILE = '{0}{1}.exe' -f (GetTempPath),(Split-Path $URL -Leaf)
|
||||||
|
|||||||
Reference in New Issue
Block a user