Command to Extract the Contents of an MSI File to a Folder


/ Published in: Other
Save to your folder(s)

note, MSIExec /? will launch a dialog box with switch documentation.


Copy this code and paste it in your HTML
  1. msiexec /a MyInstall.msi /qb TARGETDIR=c:\temp\MyInstall\files

URL: http://support.microsoft.com/default.aspx/kb/Q227091

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.