This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Compression
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Apr 09, 2008
04:11 PM
Compression
I have been given the job of changing the installs from installscript to basic MSI and the size for the larger files have grown by as much as 3 times the former size. I have compression set to on but that only puts the files in a single MSI. Any help on what I am missing would be greatly appreciated.
(4) Replies
‎Apr 09, 2008
04:16 PM
Could this be because you bundle Windows Installer Service setup with you new setups? I think it is by default...
‎Apr 09, 2008
04:20 PM
You can also try using the "Optimize Size" setting on the release.
(If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".)
‎Apr 10, 2008
10:31 AM
Thanks for the help. I did not have the optimize setting turned on. That reduced the size by about 15%, which helps.
The windows services part may not be on by default in a basic MSI package.
The install is still very big (53 meg). There must be a lot of overhead in MSI installation projects.
Thanks again.
The windows services part may not be on by default in a basic MSI package.
The install is still very big (53 meg). There must be a lot of overhead in MSI installation projects.
Thanks again.
‎Apr 10, 2008
12:16 PM
A few things that will increase size in a compressed msi:
1. If you have merge modules or setup prerequisites included in your project
2. Installing the MSI redistributables in your release and having them set to extract from setup.exe
3. Including any .NET or J# redists in your release
1. If you have merge modules or setup prerequisites included in your project
2. Installing the MSI redistributables in your release and having them set to extract from setup.exe
3. Including any .NET or J# redists in your release
(If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".)