InstallAware 7.5 Released

Got a problem you cannot solve? Try here.
MichaelNesmith
Posts: 3452
Joined: Thu Dec 22, 2005 7:17 pm
Contact:

InstallAware 7.5 Released

Postby MichaelNesmith » Fri Jan 04, 2008 9:26 am

For the first time, the InstallAware MSI compiler is now available with optimization switches:

File/Registry Component Count Reduction: If your setup contains thousands of files and registry keys, enable these new optimizations to improve your setup's runtime speed.

Unstable Identifier Generation: If your setup contains thousands of lines of MSIcode, unstable identifier generation will dramatically improve MSI build times. You may enable this option during development and disable for production builds to increase the speed of your build cycles.

These optimizations are controlled from the Project Options dialog, and also from the command line build tool miabuild.exe using the new command line switches:

Code: Select all

[+qf | -qf] [+qr | -qr] [+qi | -qi]
qf          MSI file component optimization (runtime performance)
qr          MSI registry component optimization (runtime performance)
qi          Unstable MSIcode statement ID generation (build performance)

Additional enhancements in this update are:

Force-Scrolling of License/ReadMe Files: If you have a need to force-scroll these regions, the Memo and RichEdit controls now set properties you can use to detect whether they have been scrolled all the way to the end. Look for the new article on our blog that has a step-by-step example demonstrating how to do this.

Smarter MSI Engine Polling: Instead of quitting with an error immediately when another MSI based setup is running, InstallAware now waits for the setup to complete. The wait process can of course be cancelled by the end-user at any time.

To Upgrade:

Install the latest trial version from the public website. If you are a licensed user, after completing this step, logon to your private customer account, regenerate and reinstall your license.

Who Should Upgrade:

If your setups are not very large (where large is defined as the number of files and registry keys, and not the actual size of your files or setup binary), you will not directly benefit from the above enhancements and do not need to upgrade. If you are installing tens of thousands of files and registry keys, you will benefit from these optimizations and are strongly recommended to upgrade.

File Attached:

ProjectOptions.jpg
Michael Nesmith
InstallAware
Home of The Next Generation MSI Installer
Get your free copy today - http://www.installaware.com/

Chris Miller
Posts: 66
Joined: Fri Mar 09, 2007 9:46 am
Location: Albany, NY
Contact:

Postby Chris Miller » Mon Jan 07, 2008 12:52 pm

I wanted to update my licensecheck dialog to force the scrolling of the text in the richedit control, but I couldn't find the posting on the blog (as referenced in your message) that explained how to do this.

swarovski
Posts: 109
Joined: Mon Apr 16, 2007 8:32 pm

Postby swarovski » Mon Jan 07, 2008 8:42 pm

Chris Miller wrote:I wanted to update my licensecheck dialog to force the scrolling of the text in the richedit control, but I couldn't find the posting on the blog (as referenced in your message) that explained how to do this.


me 2...


Return to “Technical Support”

Who is online

Users browsing this forum: No registered users and 69 guests