Can I do better than CompressionLevel = "tall"?

I have a very simple installer - it installs a single application binary and more about that. The binary file size is about 2.7 MB. My MSI compiled with WiX is about 2.1 MB. The equivalent installer created using InnoSetup is about 1.2 MB.

In my CompressionLevel="high"element Media, is there a way I can do better than this, or else reduce the size of my installer package? My concern is that the msi installer is almost twice the size of our InnoSetup installer.

+3
source share
1 answer

, . , , , LZMA (, Inno Setup).

+2

All Articles