InstallShield CustomAction : How to load the managed dependency assemblies
问题 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 fine. When I add a .DLL assembly reference to the EXE, it can't find the DLL. How do I make InstallShield aware of this referenced assembly so it can load it with the EXE? 回答1: Custom Actions only extract a single file to a temporary location under a temporary name. For the dependency on the .dll to work, they need to both