How to Extract Files from *.MSI File

by Agus Kurniawan 27. March 2011 18:18

We can extract MSI file (*.msi) to a specific folder without doing installation process. To execute it, we can use msiexec on commandline. Type msiexec into your commandline

> msiexec

Then you’re going to see the MSIEXEC dialog as below (* it was done in Windows 7)

msiexec

so how to extract msi file to a specific folder?

To extract msi file you can try this script

> msiexec /a FULL_PATH_MSI_FILE /qb targetdir=TARGET_DIRECTORY

FULL_PATH_MSI_FILE is your msi file (full path). TARGET_DIRECTORY is a folder where you want to put the extraction files.

Here is example:

> msiexec /a "d:\6425_ppt.msi" /qb targetdir=d:\6425

cmd_msi

7-zip Application

We also can extract msi file using 7-zip application. Just open msi file using 7-zip application and then you can see the content files from msi file. See picture below

7z

Now you extract all files or selected files from 7-zip application

Tags:

Windows | IT Pro

Comments (3) -

Johnny Cole
Johnny Cole United States
9/13/2011 1:10:18 AM #

Truly entertaining appreciate it, I'm sure your followers would probably want way more well written articles along these lines continue the good effort.

John Smith
John Smith United States
9/22/2011 4:50:54 AM #

Particularly challenging bless you, I do think your trusty subscribers might possibly want a good deal more blog posts of this nature maintain the great effort.

Jeremy David
Jeremy David United States
10/13/2011 12:04:24 AM #

Incredibly making money appreciate it, I do believe your audience will likely want even more items such as this keep up the good content.

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading