How do I extract MSI files?

Kristi2k

Golden Member
Oct 25, 2003
1,364
4
81
How can I extract MSI files? I need to extract the contents and apply an update... I have no idea on how to do this.
 

juiio

Golden Member
Feb 28, 2000
1,433
4
81
You'll need something that can actually produce MSI files, such as Wise for Windows Installer, InstallShield Developer, etc.
 

JackMDS

Elite Member
Super Moderator
Oct 25, 1999
29,545
422
126
Unlike many other installation files, MSI is not just a collection of compressed files.

MSI files are actually little databases laid out in a structured storage file.

As a result, depending on how it was organized together, extracting individual files might vary from the impossible to a very complicated affair.

:sun:
 

KB

Diamond Member
Nov 8, 1999
5,406
389
126
To patch an MSI you should have been given an MSP file. You can't extract an MSI file and update one of the files without an MSI editor like wise or installshield.