Skip to content

Instantly share code, notes, and snippets.

@virgilwashere
Created September 28, 2013 14:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virgilwashere/6742459 to your computer and use it in GitHub Desktop.
Save virgilwashere/6742459 to your computer and use it in GitHub Desktop.
msiexec command line options
Msiexec.exe /qb- /l*vx %LogPath%\<file>.log REBOOT=ReallySuppress UILevel=67 ALLUSERS=2 /i <File>.msi
@virgilwashere
Copy link
Author

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%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment