From eab580408cb383ec97b8d3a78d1a9d97cf7ebf2b Mon Sep 17 00:00:00 2001 From: Arnavion Date: Thu, 26 Nov 2015 00:05:38 -0800 Subject: installer: Fixed VS2015 CRT DLL name. --- 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 fd758386..99571e20 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() + 'msvcr140.dll');; + Result := FileExists(GetSysDir() + 'vcruntime140.dll');; end; ///////////////////////////////////////////////////////////////////// -- cgit 1.4.1