Re: [WiX-users] How to compare REG_DWORD values in conditions (detect .NET 4.5.1)

2014-02-20 Thread Phil Wilson
There's also Aaron Stebner's code: http://blogs.msdn.com/b/astebner/archive/2013/10/17/10457758.aspx --- Phil Wilson On Thu, Feb 20, 2014 at 8:36 AM, Phill Hogland wrote: > have you looked at the following file in the source tree? > src\ext\NetFxExtension\wixlib\NetFx451.wxs > > And

Re: [WiX-users] How to compare REG_DWORD values in conditions (detect .NET 4.5.1)

2014-02-20 Thread Phill Hogland
have you looked at the following file in the source tree? src\ext\NetFxExtension\wixlib\NetFx451.wxs And the help doc is here: http://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/check_for_dotnet.html The help doc does not mention 4.5.1 but the support was add

Re: [WiX-users] How to compare REG_DWORD values in conditions (detect .NET 4.5.1)

2014-02-20 Thread bwehking
so I guess a custom action is inevitable then... Thanks for your reply! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-compare-REG-DWORD-values-in-conditions-detect-NET-4-5-1-tp7590158p7592800.html Sent from the wix-users mailing list arc

Re: [WiX-users] How to compare REG_DWORD values in conditions (detect .NET 4.5.1)

2014-02-14 Thread bwehking
Hmm, sorry for pushing this, but is it really true, that this is the only solution?!? It seems like there is no way to do "greater-than" on a DWORD from the registry. Anyone? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-compare-REG-DW

[WiX-users] How to compare REG_DWORD values in conditions (detect .NET 4.5.1)

2013-10-31 Thread Pallier, Manuel / BEKO Graz
Hi, I need to create a lauch condition that checks if the .NET Framework 4.5.1 is installed as a part of its condition. The only way to do this (according to http://msdn.microsoft.com/en-us/library/hh925568.aspx) is to check the value (not just its existence) of the "Release" REG_DWORD registry