Re: [WiX-users] Ensure .NET4 Full is installed

2012-11-20 Thread Michael Scheepers
Hi Andrew, take a look at the WiXNetFxExtension. It will determine the available frameworks and initialize some properties, that one can reference. The following properties may help you to compose your condition... It might look some what like: Reme

Re: [WiX-users] Ensure .NET4 Full is installed

2012-11-20 Thread Rob Mensching
NETFRAMEWORK20 or NETFRAMEWORK40FULL On Tue, Nov 20, 2012 at 11:26 AM, Andrew Jones wrote: > I have a windows service that requires at least .NET 2. However I have > found that on Windows 7 Embedded the windows service will fail to start if > .NET4 Client is installed. The solution is to do a 'f