Advanced Installer 6.1 brings unified 32/64-bit installers and Windows Firewall support

On December 18th, 2007 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates.

Starting with the 6.1 version you can create unified 32/64-bit installers for simpler deployment and lower maintenance costs. The installers run as 32-bit on 32-bit platforms and as 64-bit on 64-bit platforms.

The ability to configure the Windows Firewall is now fully supported.
Make the firewall configuration seamless for your users. Add your application to the exception list during installation, and remove it from the exception list during uninstallation.

Jump-start your installer by importing your existing Visual Studio project. Advanced Installer will auto-detect all your names, components, resources and dependencies, quickly creating the corresponding setup.

Other improvements in this version:

  • Mixed 32/64-bit installers
  • Configuring the Windows Firewall
  • Importing Microsoft Visual Studio projects and solutions
  • Bootstrapper customization of background image, welcome text and optional EULA
  • Custom CAB archive size and number of CABs per volume

Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions.

For more information about Advanced Installer 6.0 please see:

www.installsite.biz/advancedinstaller.htm

 

(Text based on a press release from Caphyon Ltd.)

Published Thu, Dec 20 2007 17:55 by stefan

Comments

# re: Advanced Installer 6.1 brings unified 32/64-bit installers and Windows Firewall support

Interesting - I wonder if there's a specific reason that some of the installer products feel the need to wantonly violate Microsoft's best practices?

Thursday, December 20, 2007 12:12 PM by shadowwolf007

# re: Advanced Installer 6.1 brings unified 32/64-bit installers and Windows Firewall support

Please elaborate on which best practices you think Advanced Installer is violating?

Thursday, December 20, 2007 12:22 PM by stefan

# re: Advanced Installer 6.1 brings unified 32/64-bit installers and Windows Firewall support

Well, I tried to make one of those unified installers, but couldn't.  From what they've described, I would be suprised if their method was similar to InstallAware's.  Not sure what AI is doing though.

Regardless, the compression algorithm is one thing lots of people are updating.  I suppose it's not long before pretty much everyone is using the higher compression algorithms.  As far as I know, LZMA is not a cab compliant algorithm, but maybe I'm wrong.

I had hoped to try one out and then follow up my comment on how they did it but bleh - can't figure it out.

On the other side, I noticed they used Qualified Components.  That's an odd feature you rarely see really shown in a UI.

Thursday, December 20, 2007 2:36 PM by shadowwolf007