Visual Studio Installer Project registry search and launch condition issue

  • Thread starter Thread starter intravenoes
  • Start date Start date
I

intravenoes

Guest
I'm trying to create a launch condition checking for a specific Windows 10 version. I use "Search Target Machine" and have added a registry search as follows:

Property: RELEASEID
RegKey: SOFTWARE\MICROSOFT\WINDOWS NT\CURRENTVERSION
Root: vsddrHKLM
Value:

Then I created a launch condition with the following:

Condition: RELEASEID="1709"
InstallUrl:
Message: Wrong Windows version.

It always fails. Can't figure out why this wouldn't work. Any pointers are welcome.

Continue reading...
 
Back
Top