What version of Windows are you running on?

Here is a table of what version of MSI was released with what version of 
Windows:

http://msdn.microsoft.com/en-us/library/windows/desktop/aa371185(v=vs.85).aspx

Steve

-----Original Message-----
From: Eric Potter [mailto:eric.b.pot...@gmail.com] 
Sent: January-30-13 2:52 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] VersionMsi and Bundle Conditions

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

------------------------------------------------------------------------------
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