Created
September 28, 2013 14:14
-
-
Save virgilwashere/6742459 to your computer and use it in GitHub Desktop.
msiexec command line options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Msiexec.exe /qb- /l*vx %LogPath%\<file>.log REBOOT=ReallySuppress UILevel=67 ALLUSERS=2 /i <File>.msi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SET MSIPATH=C:\TEMP\VMware OVF Tool 3.5
SET MSIFILE=VMware-ovftool-3.5.0-1274719-win.x86_64
Msiexec.exe /qb- /l*vx "%TEMP%%MSIFILE%.log" REBOOT=ReallySuppress UILevel=67 ALLUSERS=2 /i "%MSIPATH%%MSIFILE%.msi"
SET EXE2MSI=/v "/qb- /l*vx %TEMP%%MSIFILE%.log REBOOT=ReallySuppress UILevel=67 ALLUSERS=2"
"%MSIPATH%%MSIFILE%.exe" %EXE2MSI%