Re: [WiX-users] Help in Burn's Condition!!!

2012-05-11 Thread Neil Sleightholm
That looks ok to me, have you checked the logs when it runs? Neil -Original Message- From: Ravi Raj [mailto:raviraj.callin...@gmail.com] Sent: 11 May 2012 11:49 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Help in Burn's Condition!!! I am trying t

Re: [WiX-users] Help in Burn's Condition!!!

2012-05-11 Thread Neil Sleightholm
Not in burn. Neil -Original Message- From: AlanBrianCovington [mailto:briancoving...@yahoo.com] Sent: 11 May 2012 14:51 To: wix-users@lists.sourceforge.net Subject: -SPAM- Re: [WiX-users] Help in Burn's Condition!!! The numbers are 3 digit strings. Try: Condition="(

Re: [WiX-users] Help in Burn's Condition!!!

2012-05-11 Thread AlanBrianCovington
The numbers are 3 digit strings. Try: Condition="((VersionNT >= 600) AND (ServicePackLevel >= 2)) OR ((VersionNT >= 610) AND (ServicePackLevel >= 1)) OR (VersionNT >= 620)" -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Help-in-Burn-s-Condition-

[WiX-users] Help in Burn's Condition!!!

2012-05-11 Thread Ravi Raj
I am trying to use launch condition in Burn as 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