
07-06-2009
|
|
|
|
Re: How to unpack a file within a MSI without installing it
"Max2006" <alanalan3@newsgroup.nospam> wrote in
news:550AD6F9-0BC9-426A-9B00-1F7225D7F793@microsoft.com:
> Hi,
>
> Is there any tool to unpack a file within an MSI file without actually
> installing it?
You could try starting the installation by dbl-clicking the .msi file, then
look in the temp directory for the files it extracted....most likely to a
sub-dir under the temp directory.
>
> I tried to rename the MSI file to cab and zip, but I couldn't see the
> files inside.
>
> Any help would be appreciated,
> Max
>
>
|