workaround
This commit is contained in:
@@ -12,4 +12,5 @@ If ( $URL )
|
|||||||
Else { $INSTALLER_ARGS = '' }
|
Else { $INSTALLER_ARGS = '' }
|
||||||
|
|
||||||
## Run the installer
|
## 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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user