workaround

This commit is contained in:
2021-05-02 12:36:18 -04:00
parent cad318c9fa
commit 0bce2715e4
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -12,4 +12,5 @@ If ( $URL )
Else { $INSTALLER_ARGS = '' }
## Run the installer
Install-Program -Path "msiexec" -Arguments "/i ${INSTALLER} /qn /norestart ${INSTALLER_ARGS}"
#Install-Program -Path "msiexec" -Arguments "/i ${INSTALLER} /qn /norestart ${INSTALLER_ARGS}"
Start-Process "msiexec.exe" -Arguments "/i ${INSTALLER} /qn /norestart ${INSTALLER_ARGS}"
View File