Re: [WiX-users] Looking at .Net Version in Launch Conditions - I found my answer already

2011-03-15 Thread Robert Hermann
I found my answer already... -Original Message- From: Robert Hermann [mailto:rob.herm...@nicewareintl.com] Sent: Tuesday, March 15, 2011 11:32 AM To: 'wix-users@lists.sourceforge.net' Subject: [WiX-users] Looking at .Net Version in Launch Conditions I'm writing an in

Re: [WiX-users] Looking at .Net Version in Launch Conditions

2011-03-15 Thread Pally Sandher
Use See http://wix.sourceforge.net/manual-wix3/check_for_dotnet.htm & http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm You'll also need to add a reference to the WixNetfxExtension.dll in your project or pass it to light.exe using the -ext switch to use those properties. Palb