tlentine
Posts: 10
Joined: Mon Apr 27, 2009 10:14 pm

Windows Installer Minimum Version Question

In AI (v. 7.0.1), is the Windows Installer Minimum version 4.05 = Windows Installer 4.5?

I want my MSI to take advantage of Chained Packages, which I understand to only be available using Windows Installer 4.5 or greater.

Will specifying 4.05 as the minimum Windows Installer version prevent my MSI from running on systems with versions of Windows Installer < 4.5?

Thanks!
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Windows Installer Minimum Version Question

Hi,
In AI (v. 7.0.1), is the Windows Installer Minimum version 4.05 = Windows Installer 4.5?
Yes, "4.05" is the value returned by the VersionMsi property. In a future version of Advanced Installer the user-friendly version will be displayed.
Will specifying 4.05 as the minimum Windows Installer version prevent my MSI from running on systems with versions of Windows Installer < 4.5?
Yes.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
tlentine
Posts: 10
Joined: Mon Apr 27, 2009 10:14 pm

Re: Windows Installer Minimum Version Question

Great! Thanks for confirming.

Return to “Common Problems”