cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rjdunnill
Level 3

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?

Labels (1)
0 Kudos
(1) Reply
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

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.

0 Kudos