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

后端 未结 8 765
傲寒
傲寒 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:52

    I hit upon another very simple (and stupid) cause for error 1154: misspelling the DLL entry name in the CustomAction element...

    Comparing various causes other people have found it seems to me that error 1154 means in most cases, "DLL entry not found".

提交回复
热议问题