Showing posts with label Extraction. Show all posts
Showing posts with label Extraction. Show all posts

Sunday, April 15, 2012

How to extract .msi file

The .msi installer will temporarily extract the files into C:\Documents and Settings\<username>\Local Settings\Temp, but those files are removed once the installer exits.

Step:
1. Start command prompt (Run as Administrator)
2. Type   msiexec /a filepath to MSI file /qb TARGETDIR=filepath to target folder
      
              Example:
               
3. Done
4. Then you will see a directory is created in C:\temp\test and file will be extracted in this directory.


Reference:
http://www.tech-recipes.com/rx/2557/vista_how_to_extract_content_from_msi_files/
http://thebackroomtech.com/2007/08/23/howto-extract-files-from-a-msi-file-using-the-windows-command-line/






Related Posts Plugin for WordPress, Blogger...