I have a Wix 3.6 Burn project. The bundle has a condition that should
require Windows Installer 4.5 to be installed. 

 

 

<Bundle Name="Project"

                Version="0.1"

                Manufacturer="MyCompany"

                UpgradeCode="MyGuid"

                Condition="VersionMsi >= 405">

 

But when I try to run my installer on the target machine I get an error that
says "The specified program requires a newer version of Windows"

 

If I take the condition out, it works fine.

 

What am I missing?

 

Thanks

 

Eric

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to