I am also have a doubt, I am using OS condition in BURN as this:

 <Bundle Name="Name" Version="$(var.Version)" Manufacturer="Company"
UpgradeCode="E688ECFE-A468-4B65-85C4-B4D9B384375C"
    Copyright="Copyright© 2012" IconSourceFile="Resource\Setup.ico"
    SplashScreenSourceFile="Resource\SplashScreen.bmp"
    AboutUrl="http://www.xxxxx.com";
    Condition="((VersionNT >= 600) AND (ServicePackLevel >= 2)) OR
((VersionNT >= 610) AND (ServicePackLevel >= 1)) OR (VersionNT >= 620)" >

But i am getting "The specified program requires a newer version of
Windows." at the very beginning..
Even (VersionNT >= v6.0) is also not working.

How to fix this?

On Fri, Jun 8, 2012 at 2:33 PM, Neil Sleightholm <n...@x2systems.com> wrote:

> Burn documentation is still a bit scarce at the moment. I have written up
> some notes based on my experience http://neilsleightholm.blogspot.co.uk/.
> Using both UIs is simply a case of setting
> MsiPackage/@DisplayInternalUI="yes" but I don't think this is the tidiest
> solution.
>
> Neil
>
> Neil Sleightholm
> n...@x2systems.com<mailto:n...@x2systems.com>
>
>
> On 8 Jun 2012, at 09:43, Ravi Raj wrote:
>
> Do you have some guide or tutorial to use burn rightfully, especially using
> the UI of burn and WiX UI simultaneously?
>
> On Fri, Jun 8, 2012 at 12:16 PM, Neil Sleightholm <n...@x2systems.com
> <mailto:n...@x2systems.com>>wrote:
>
> 1. No. Typically burn provides the UI so your existing UI is not used,
> although you can display it if you need to. If you need a rich UI then this
> is probably the easiest option as although burn can support your own UI it
> is not an easy process.
> 2. Definitely.
>
> Neil
>
> Neil Sleightholm
> n...@x2systems.com<mailto:n...@x2systems.com><mailto:n...@x2systems.com>
>
>
> On 7 Jun 2012, at 23:04, Shyam Kannam wrote:
>
> Hi,
> I still consider myself a beginner in using WiX.  I've a requirement for
> the installer to automatically detect, download and install the latest .NET
> Framework.
>
> After going through the latest WiX release (RC), I read about the burn
> feature by Bob.  My guess is burn is the right tool, but I've other
> questions.  Appreciate your help.
>
> 1. Does adding burn to our existing WiX project, do we need to make any
> additional changes to WiX UI? - project uses WixUI_Common, WixUI_Mondo,
> WixUI_ErrorProgressText.
>
> 2. Could you please suggest if burn is indeed the right step for the above
> requirement?
>
> thank you in advance.
>
> Regards
> Shyam
>
>
> ------------------------------------------------------------------------------
> 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<mailto:WiX-users@lists.sourceforge.net
> ><mailto:WiX-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> 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<mailto:WiX-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
> --
> 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<mailto:WiX-users@lists.sourceforge.net>
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
>
> ------------------------------------------------------------------------------
> 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
>



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