InstallShield CustomAction : How to load the managed dependency assemblies

后端 未结 4 1440
春和景丽
春和景丽 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:31

    I couldn't find a decent way to use .Net custom actions that allowed me to do what I was trying to do. I ended up using the DTF (Deployment Tools Foundation) section of WiX to create the assembly and it worked great.

提交回复
热议问题