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
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
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 'full' .NET 4 install. How can I
create a condition that says ".NET2 or greater but if .NET4 is ins
3 matches
Mail list logo