Windows: bundle VS runtime exe YAZ-848
[yaz-moved-to-github.git] / win / yaz.win64.nsi
index 682eb2c..d995cf9 100644 (file)
@@ -1,6 +1,7 @@
 ; YAZ for Windows 64 bit, VS 2013
-!define VS_RUNTIME_DLL      "c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\x64\Microsoft.VC120.CRT\msvc*.dll"
-!define VS_RUNTIME_MANIFEST ""
+!define VS_REDIST_EXE "vcredist_x64.exe"
+!define VS_REDIST_FULL "c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\1033\${VS_REDIST_EXE}"
+!define VS_REDIST_KEY "SOFTWARE\Microsoft\VisualStudio\12.0\VC\Runtimes\x64"
 
 InstallDir "$PROGRAMFILES64\YAZ"