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

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

 https://download.visualstudio.microsoft.com/download/pr/9e753d68-7701-4ddf-b358-79d64e776945/2a58564c6d0779a7b443a692c520782f/dotnet-sdk-8.0.203-win-x64.exe

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!

 

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

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