This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Determining .NET 6.0 assembly dependencies
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 16, 2024
04:27 PM
Determining .NET 6.0 assembly dependencies
We have developed a COM interop component using .NET 6.0, which will be installed on user machines via an InstallShield installer.
Our issue is determining dependencies and prerequisites.
Does InstallShield 2023 Premiere have a utility for this?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 19, 2024
04:44 AM
Installshield has a built in Dependency scanner - more information about this can be found here:
https://docs.revenera.com/installshield/helplibrary/IdentifyingDependencies.htm
In addition we also provide the following prerequisite which can be added to your project in the redistributable view:
Microsoft .NET 6.0 SDK
This provides the .NET Runtime, ASP .NET Core Runtime and .NET Desktop Runtime.