Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
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?
If you search for and use the merge module for .Net Core it will handle all of the checks and install for you.
Add a comment
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
Required, but never shown
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.
Explore related questions
See similar questions with these tags.