Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Structure of an MSI file


2 replies to this topic

dtasanas

dtasanas
  • Full Members
  • 83 posts

Posted 25 April 2005 - 21:34

i'm looking into transitioning away from InstallShield to WiX and have come across an interesting problem.

given the same files my IS msi comes to 8.5 megs and my WiX install comes to 13.8 megs. more than a 5 meg difference between the two msi's.

does anyone have any idea how MSI's are put together? i'm trying to find out why one install is larger than the other. when i look at them in Orca they seem the same. is there somewhere in Orca that can tell me of compression levels or duplicate files?
Don Tasanasanta[br]Configuration/Installation Eng

Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 25 April 2005 - 22:02

Microsoft created a script that compares two MSIs. Look for WiDiff.vbs after installing the Platform SDK.
My guess: more overhead or different (unnecessary?) merge modules.

dtasanas

dtasanas
  • Full Members
  • 83 posts

Posted 26 April 2005 - 23:33

figured out the problem... i was using .exe's as icon resources so WIX packaged the entire exe twice. once in the cab and once in the icon table.
Don Tasanasanta[br]Configuration/Installation Eng