
rjdunnill asked a question.
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?
Installshield has a built in Dependency scanner - more information about this can be found here:
https://docs.revenera.com/installshield/helplibrary/IdentifyingDependencies.htmIn addition we also provide the following prerequisite which can be added to your project in the redistributable view:
Microsoft .NET 6.0 SDKThis provides the .NET Runtime, ASP .NET Core Runtime and .NET Desktop Runtime.