Microsoft Visual Studio 2017 Installer Projects launch condition check not work for .net 4.7.1

  • Thread starter Thread starter Cindy Cui
  • Start date Start date
C

Cindy Cui

Guest
I am using visual studio professional at version: This version announced as supported .net framework 4.7.1

I installed the Microsoft Visual Studio 2017 Installer Projects extension from market.

Generate a visual studio setup project to generate msi for .net framework windows service console application, inside "Launch Condtion" tag, set the .net framework version is target to 4.7.1.

The msi launch check works fine in any system below 4.7 like (4.6.1/4.6/4.5.2....) the launch check will prevent installer to be launched, but in OS system with windows 10 with .net 4.7 installed, the launch check should expected also as failed. But .net 4.7 pass the launch check and continually launch the installer.

Is anyone facing the same problem and is there a solution for this? I need to support launch check of .net 4.7.1 in my Microsoft Visual Studio 2017 installer project.

Continue reading...
 
Back
Top