Is there a command line command to extract just the files within a .msi file.

L

Lawrence

Probably not. As mentioned by David in previous message, you can use
MSIEXEC to perform usual installation, repair, removal and maintenace task
in command or unattended mode, however, it does not provide a switch to
extract the package.

MSI is a package generated by software vendor, however, you can consider
that's a compressed cabinate file, although some software, which is using
MSI for setup will have all the files store in plain format that provide
accessibility, like Office 2000.

Maybe some of the software that use MSI for setup may have command line
switch to copy the installation source to a shared location, like MS office
SETUP /A switch, but we cannot gaurantee the existance of such a switch.

Lawrence Tse
 
?

=?Windows-1252?B?1L/UIE13cw==?=

I was wondering if a command exist just to extract all the files contained
within the package, without necessarily installing anything.

Thanks for any help.

Mo
 
?

=?Windows-1252?B?1L/UIE13cw==?=

Thanks for the additional info Lawrence...


Lawrence said:
Probably not. As mentioned by David in previous message, you can use
MSIEXEC to perform usual installation, repair, removal and maintenace task
in command or unattended mode, however, it does not provide a switch to
extract the package.

MSI is a package generated by software vendor, however, you can consider
that's a compressed cabinate file, although some software, which is using
MSI for setup will have all the files store in plain format that provide
accessibility, like Office 2000.

Maybe some of the software that use MSI for setup may have command line
switch to copy the installation source to a shared location, like MS office
SETUP /A switch, but we cannot gaurantee the existance of such a switch.

Lawrence Tse
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top