Calling a Public Method in a .NET Core Based Managed Assembly
InstallShield 2024
Project:
• | Basic MSI |
• | InstallScript MSI |
The .NET Core type of custom action calls a public method in a .NET assembly that is written in managed code such as Visual Basic .NET or C#.
If you include a .NET Core custom action type in your project, InstallShield creates a C++ Windows Installer wrapper DLL for your .NET assembly. The wrapper DLL includes your assembly, as well as the information that is required to mediate, load, and run the assembly.
Note:If you specify that the location of your managed assembly should be the Binary table, InstallShield stores the wrapper DLL—which includes your assembly—in the Binary table.
See Also
Run-Time Requirements for .NET Core Custom Actions
Specifying the Signature for a Managed Method in an Assembly Custom Action
Using 32-Bit vs. 64-Bit .NET Core Custom Actions
Using the Custom Action Wizard