InstallShield CustomAction : How to load the managed dependency assemblies

后端 未结 4 1433
春和景丽
春和景丽 2020-12-21 02:51

I have a basic MSI InstallShield installation with a managed EXE custom action running from the Binary table. I tried a simple test that just runs a console and that works

4条回答
  •  甜味超标
    2020-12-21 03:18

    Please add your DLL as a dependency in 'isclrwrap' binary table. You can find that binary table from direct editor. This will solve your problem.

提交回复
热议问题