0

I'm going to install a .NET CORE application through installshield. My .NET application has dependency on .NET CORE 5.0.1 So I want to check if .Net core 5.0.1 prerequisite is installed in the system. How can I achieve this in Installshield 2021?

2 Answers 2

0

If you search for and use the merge module for .Net Core it will handle all of the checks and install for you.

Sign up to request clarification or add additional context in comments.

Comments

0

Check for the following registry value using System search in Installshield and use it in launch condition:

Registry Key: HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x64\sharedhost

Value: Version

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.