From 1d8dd50455248f61e01c3a1d1d3605dac5c4b107 Mon Sep 17 00:00:00 2001 From: tomek Date: Mon, 12 Oct 2015 19:26:28 +0200 Subject: win32: Fix installer --- win32/installer/hexchat.iss.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/installer/hexchat.iss.tt b/win32/installer/hexchat.iss.tt index eedddbdc..fd758386 100644 --- a/win32/installer/hexchat.iss.tt +++ b/win32/installer/hexchat.iss.tt @@ -225,7 +225,7 @@ end; ///////////////////////////////////////////////////////////////////// function CheckVCInstall(): Boolean; begin - Result := FileExists(GetSysDir() + 'msvcr120.dll');; + Result := FileExists(GetSysDir() + 'msvcr140.dll');; end; ///////////////////////////////////////////////////////////////////// -- cgit 1.4.1