don't delete working dir
This commit is contained in:
@@ -35,6 +35,6 @@ Try { Start-Process "msiexec.exe" -ArgumentList "/i ${INSTALLER} /qn /norestart
|
|||||||
Catch { LogErr $_.Exception.Message }
|
Catch { LogErr $_.Exception.Message }
|
||||||
|
|
||||||
# Delete the installer
|
# Delete the installer
|
||||||
LogMsg "Deleting temp directory and its contents"
|
#LogMsg "Deleting temp directory and its contents"
|
||||||
Try { Remove-Item -Path $TEMPDIR -Recurse -Force -ErrorAction SilentlyContinue }
|
#Try { Remove-Item -Path $TEMPDIR -Recurse -Force -ErrorAction SilentlyContinue }
|
||||||
Catch { LogErr $_.Exception.Message }
|
#Catch { LogErr $_.Exception.Message }
|
||||||
|
|||||||
Reference in New Issue
Block a user