vote up 1 vote down star

My InstallShield 2009 basic MSI project installs pretty slowly. We have a 65MB .msi and a 110MB .cab. The project was upgraded from IS12, using which it took about half as long to install.

Did the 2009 upgrade make some default modifications that I can reverse? Are there any general optimizations that can speed up basic MSI projects? Maybe removing some un-needed standard actions, etc...

Any suggestions or leads greatly appreciated.

flag

2 Answers

vote up 2 vote down check

The phrase I emphasized in the paragraph below, found on this page describing possible issues upgrading to 2009, could be taken as a euphamism:

Previously, InstallShield did not include any support for compressing files that were streamed into the Setup.exe file or the ISSetup.dll file at build time. Thus, if you compare a release that was built in InstallShield 2008 or earlier with the same release that is built with the default compression level in InstallShield 2009, you may notice that the file size of Setup.exe or ISSetup.dll is slightly different. In addition, the time that is required to extract files may be slightly different.

In IS2009, can you change from the compression level or turn it off completely and rebuild your project to see if it's any faster built that way?

link|flag
Interesting idea, I tried the install with and without compression starting from the same VM snapshot. We had compression enabled in our IS12 project, so the only difference should be from compression level. I didn't use a stopwatch, but did not notice a difference. – Aidan Ryan Mar 16 at 13:28
Just want to note that this answer was auto-accepted due to bounty and did not significantly contribute any speedup. Thanks for the effort though! – Aidan Ryan Mar 20 at 11:58
vote up 1 vote down

I had a similar problem going from IS12 to 2008, eventually I just bit the bullet and rebuilt the project from scratch (using a bit of import/export for certain dialogs, registry entries, etc)

link|flag
Did you see any speedup? – Aidan Ryan Jan 6 '09 at 12:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.