I am using Wix 3.0 and developed a managed custom action which dotnet framework version is 2.0.
Now, I faced a problem. This custom action can not be run in dot net 4.0 only machine, say WinXP SP2 + dotNet 4.0.
(For a managed EXE application, I can add app.config to indicate the supportedruntime with 2.0 and 4.0. But for Wix 3.0, I do not know how to solve it.)
I do not want to upgrade Wix 3.0 to 3.5.
Is there solution for this issue?