What is in an MSI?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a tool to see what is in an MSI? I would like to get a listing of the contents of the dlls etc that are in an existing msi
 
Michael

Thanks - However I only want to see what is there. I have no desire to edit the contents, and am certainly unwilling to pay the big bucks just to look

The real problem is that I am running VS.Net to build a deployment project, and when the msi is run, it does not install the files that have been designated to be installed in the target directory. It is missing some dlls. I would like to know this in advance before sending the dll to the customer

Ji
 
Wow ! That seems to be a very long winded way of looking inside a msi file.
Can we get the Orca program without having to install the full SDK or does
Orca depend on the SDK?

John Young
 
Thanks for that, I'll have a look now..

John

Gary Milton said:
John,

Yes, it is a lot to download if all you want is Orca and not the rest of the
Platform SDK. However, if you download the IntelSDK (8Mb) and install that
instead then you will find the setup for Orca (orca.msi) in the 'Tools'
directory...

http://download.microsoft.com/download/platformsdk/wininst/1.1/WIN98/EN-US/IntelSDK.msi

You will find the list of files that the MSI package installs in the 'Files'
table.

HTH,
Gary
 
Back
Top