Hi Kevin,

My Custom Actions require 3.5 but my installer runs on system having min 2.0 
version which by default is present on Win systems.
Just add this to your custom action config file. As long as your referenced 
.NET assemblies in the custom action don't require a runtime of 3.0 .NET you 
are good.

<configuration>
    <startup useLegacyV2RuntimeActivationPolicy="true">
        <supportedRuntime version="v4.0" />
        <supportedRuntime version="v2.0.50727"/>

    </startup>

</configuration>


-----Original Message-----
From: kevindelafield [mailto:kevindelafi...@hotmail.com] 
Sent: Wednesday, March 19, 2014 3:47 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Avoid .net 3.5 requirement

I am using wix 3.7.
Even though all my custom actions are marked as .bet 4.0 compatible, my 
installer still requires .net 3.5.
I only want to require .net 4.0.
How can I configure my installer to not need .net 3.5?

Thanks,

Kevin Delafield


Sent from my T-Mobile 4G LTE Device
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the 
definitive new guide to graph databases and their applications. Written by 
three acclaimed leaders in the field, this first edition is now available. 
Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to