Re: [WiX-users] Installing .NET Hotfix

2013-07-16 Thread Doug Witt
tectCondition="Netfx4FullVersion>=v4.0.30319.500" Neil -Original Message- From: Doug Witt [mailto:doug.w...@woodward.com] Sent: 16 July 2013 05:03 To: 'wix-users@lists.sourceforge.net' Subject: [WiX-users] Installing .NET Hotfix I am installing a .NET hotfix in a bootstrapper. I

[WiX-users] Installing .NET Hotfix

2013-07-15 Thread Doug Witt
I am installing a .NET hotfix in a bootstrapper. I want to be able to determine if the hotfix has already been installed. I have tried to use the DetectCondition attribute of the ExePackage to check the Netfx4FullVersion but it always evaluates to false. I think my syntax may be wrong. Here