Custom Action in C# used via WiX fails with error 1154

后端 未结 8 767
傲寒
傲寒 2020-12-09 17:19

I am using WiX 3.5.1930 in Visual Studio 2010, targeting the .NET Framework 3.5. (Later weekly builds of WiX seem to be very broken with respect to their custom action temp

8条回答
  •  执念已碎
    2020-12-09 17:45

    If you create your custom action in Visual Studio (Votive) be sure that you created a Wix Custon Action project and not a class library, otherwise you have to use MakeSfxCA tool to pack your custom action.

提交回复
热议问题