Run-Time Requirements for .NET Core Custom Actions

InstallShield 2026

Project: This information applies to the following project types:

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 10.0
Microsoft Visual C++ 2022 Redistributable

InstallShield includes redistributables for .NET Core. If target systems may not have .NET Core installed, you can add the appropriate .NET Core redistributable to your project. For instructions, see Adding .NET Core Redistributables to Projects.

See Also