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
- :
- Re: Need prq. file for dotnet-sdk-8.0.203-win-x64.exe.
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
Apr 04, 2024
09:42 AM
Need prq. file for dotnet-sdk-8.0.203-win-x64.exe.
Hi @varul,
I need "dotnet-sdk-8.0.203-win-x64" prq. file using
If I am creating a custom prq. file by own then it is not detecting the version "8.0.203" it is detecting "7.0" version which is not requrided.
Could you please look at this issue. It would be helpful for me.
Thank You!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 05, 2024
08:06 AM
Check that you have the correct condition for your prerequisite.
The .NET SDK 8.0.203 installs the following registry data:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\dotnet\Setup\InstalledVersions\x64\sdk
Registry Name: 8.0.203
Value Data: 1
This could be used as a condition type:
"A registry entry has a specified value"
Run this prerequisite if:
Data on the target system is not equal to specified data
Also be sure to check the 64bit bullet selection.
kind regards,
Stuart