Run-Time Requirements for .NET Core Custom Actions
Project:
• | Basic MSI |
• | InstallScript MSI |
To run the .NET Core type of custom action, the following must be installed on the target system:
• | Microsoft .NET Core 8.0 |
• | Microsoft Visual C++ 2022 Redistributable |
InstallShield includes redistributables for the .NET Core. If it is possible that target systems may not have the .NET Core, you can add the appropriate .NET Core redistributable to your project. For instructions, see Adding .NET Core Redistributables to Projects.
See Also