From 1a731c2b495cd90b572aa3d5e83c45d2efb13c46 Mon Sep 17 00:00:00 2001 From: David Yoder Date: Tue, 22 Aug 2023 16:31:34 -0400 Subject: [PATCH] update comments for uninstall procedure --- Install-SketchUp.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Install-SketchUp.ps1 b/Install-SketchUp.ps1 index 7386828..743297a 100644 --- a/Install-SketchUp.ps1 +++ b/Install-SketchUp.ps1 @@ -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)