re-compress an installer

E

EP

I have a third-party installer that I need to use as a nested msi. The installer
contains several .CAB files, and I understand that I need to have an msi
without any cab files (all compressed into the .msi). Can this be done?
(compressing the existing cabs into the .msi).
 
J

Jeff Henkels

EP said:
I have a third-party installer that I need to use as a nested msi. The
installer contains several .CAB files, and I understand that I need to have
an msi without any cab files (all compressed into the .msi). Can this be
done? (compressing the existing cabs into the .msi).

You can use the Orca tool (part of the Platform SDK) to insert the cab files
into the Cabs table in the MSI; you'll also have to modify the Media and
File tables in the MSI to accommodate the new cabs.
 

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