don't delete working dir

This commit is contained in:
2022-11-11 13:39:25 -05:00
parent 8f97ffe818
commit 54d90ee99a
+3 -3
View File
@@ -35,6 +35,6 @@ Try { Start-Process "msiexec.exe" -ArgumentList "/i ${INSTALLER} /qn /norestart
Catch { LogErr $_.Exception.Message }
# Delete the installer
LogMsg "Deleting temp directory and its contents"
Try { Remove-Item -Path $TEMPDIR -Recurse -Force -ErrorAction SilentlyContinue }
Catch { LogErr $_.Exception.Message }
#LogMsg "Deleting temp directory and its contents"
#Try { Remove-Item -Path $TEMPDIR -Recurse -Force -ErrorAction SilentlyContinue }
#Catch { LogErr $_.Exception.Message }