Skip to content

Commit afa252d

Browse files
author
Antoine Aflalo
committed
Remove restriction in installer .net detection
fixes #193
1 parent 9723239 commit afa252d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Installer/scripts/products/dotnetfxversion.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ begin
104104
regVersion := 0 // 4.6.0
105105
else if (regVersion = 394254) or (regVersion = 394271) then
106106
regVersion := 1 // 4.6.1
107-
else if (regVersion >= 394802) and (regVersion <= 394806) then
107+
else if (regVersion >= 394802) then
108108
regVersion := 2 //4.6.2
109109
else
110110
regVersion := -1;

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 3.14.2.{build}
1+
version: 3.15.0.{build}
22
configuration: AppVeyor
33
os: Visual Studio 2015
44
branches:

0 commit comments

Comments
 (0)