Howto Extract all Files from Microsoft Installer Files (msi)

Howto Extract all Files from Microsoft Installer Files (msi) rather than to Install the Package

Saturday, 10th May 2008 at 12:15 (administration, windows)
Tags: , , , ,

All you need is the Windows Installer itself. Hit Win+R (command line dialog) and execute the following line (change file name and target folder, of course):

1 msiexec /a c:\tmp\MSIFileName.msi /qb TARGETDIR="c:\tmp\msitmp\"

You’ll find all files in your target folder.

Geplaatst in Algemeen