WIX Custom Actions built for .Net Framework 4.0 does not work? Ways to resolve?

前端 未结 5 932
鱼传尺愫
鱼传尺愫 2021-01-04 02:07

We were using WIX 3.5 (Build Number 1811) and built a custom action built using Visual Studio 2008 and with target framework as .Net 3.5. This used to work great, until we b

5条回答
  •  心在旅途
    2021-01-04 02:17

    Just my two cents:

    Unlike Ngm I only had to add supportedRuntime for .NET 4.0

    
    
      
        
      
    
    

    Important:

    1. Don't rename CustomAction.config
    2. Set the CustomAction.config Build Action to Content, else it won't work

提交回复
热议问题