A complete WiX 3.6 bundle example bootstrapping a .NET 4 Client Profile

后端 未结 3 1523
予麋鹿
予麋鹿 2020-12-14 07:12

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

3条回答
  •  醉梦人生
    2020-12-14 07:51

    Once you have your bootstrapper, all you need to do is:

    1. Add a reference to the file WixNetFxExtension.dll into your bootstrapper / managed bootstrapper application project.

    2. Add the following as the first item in your chain.

      
      

    That's it. Further information and options are in the WixNetfxExtension documentation.

提交回复
热议问题