install at machine level
This commit is contained in:
@@ -6,7 +6,7 @@ $INSTALLER = Download-File -URL $URL
|
|||||||
|
|
||||||
# Install the app
|
# Install the app
|
||||||
LogMsg "Installing latest version of Simple In/Out from ""${INSTALLER}"""
|
LogMsg "Installing latest version of Simple In/Out from ""${INSTALLER}"""
|
||||||
Try { Start-Process "msiexec.exe" -ArgumentList "/i ${INSTALLER} /qn /norestart" -Wait }
|
Try { Start-Process "msiexec.exe" -ArgumentList "/i ${INSTALLER} /qn /norestart ALLUSERS=1" -Wait }
|
||||||
Catch { LogErr $_.Exception.Message }
|
Catch { LogErr $_.Exception.Message }
|
||||||
|
|
||||||
# Delete the installer
|
# Delete the installer
|
||||||
|
|||||||
Reference in New Issue
Block a user