Adding .NET Core Redistributables to Projects
Project:
• | Basic MSI |
• | InstallScript MSI |
If your product requires that the .NET Core be installed on the target system, you can add the .NET Core redistributable to your project. If the target system does not have the .NET Core, it is installed during your installation.
The method for adding the .NET Core to your project depends on the project type that you are using, as well as the version of .NET Core runtime that your product requires.
Basic MSI and InstallScript MSI Projects
If you want to include .NET support in a Basic MSI or InstallScript MSI project, add the appropriate Microsoft .NET Core prerequisite. For more information, see Including the Microsoft .NET Core Prerequisites..
Obtaining InstallShield Prerequisites and Objects
Note that some of the InstallShield prerequisites and objects are not installed with InstallShield. You may need to download them. For more information, see Obtaining Updates for InstallShield.
See Also