I tried to construct a working example of a WiX 3.6 installation script. We currently use WiX 3.5 and now we would like to begin installing the .NET 4 Client Profile framewo
Once you have your bootstrapper, all you need to do is:
Add a reference to the file WixNetFxExtension.dll
into your bootstrapper / managed bootstrapper application project.
Add the following as the first item in your chain.
That's it. Further information and options are in the WixNetfxExtension documentation.