I am trying to use launch condition in Burn as

<Bundle Name="My Application" Version="$(var.Version)" Manufacturer="App"
UpgradeCode="GUID-HERE"
    Copyright="Copyright© 2012" IconSourceFile="Resource\Setup.ico"
    SplashScreenSourceFile="Resource\SplashScreen.bmp"
    Condition="((VersionNT >= v6.0) AND (ServicePackLevel >= 2)) OR
((VersionNT >= v6.1) AND (ServicePackLevel >= 1)) OR (VersionNT >= v6.2)">

for checking windows 7, server 2008, server 2008 r2 and windows 8.

But every time it gives me error (on every platform even in XP):
"the specific program requires newer version of windows".

-- 
Thanks and Regards,
Ravi Raj
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to