fix app matching for uninstall
This commit is contained in:
@@ -10,7 +10,7 @@ If ( IsAdmin )
|
||||
If ( IsURLValid $URL )
|
||||
{
|
||||
# Uninstall all versions of SketchUp
|
||||
$APP_NAME = "SketchUp"
|
||||
$APP_NAME = "SketchUp*"
|
||||
Run-Script -LivePSScript Uninstall-MSI
|
||||
|
||||
# Set the local file name to download to
|
||||
|
||||
Reference in New Issue
Block a user