update comments for uninstall procedure

This commit is contained in:
2023-08-22 16:31:34 -04:00
parent c2f5c06996
commit 1a731c2b49
+1 -2
View File
@@ -10,8 +10,7 @@ If ( IsAdmin )
If ( IsURLValid $URL )
{
# TODO: Uninstall all versions of SketchUp
#$APP_NAME = "SketchUp*"
#Run-Script -LivePSScript Uninstall-MSI
# 'SketchUp 2019', 'SketchUp 2021', 'SketchUp 2022', 'SketchUp 2023', 'SketchUp Viewer' | Uninstall-MSI
# Set the local file name to download to
$FILE = '{0}{1}.exe' -f (GetTempPath),(Split-Path $URL -Leaf)