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
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
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
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
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
5 matches
Mail list logo