Windows: bundle VS runtime exe YAZ-848
[yaz-moved-to-github.git] / win / yaz.win32.nsi
index 95bad9f..fc647d2 100644 (file)
@@ -1,6 +1,7 @@
 ; YAZ for Windows 32 bit, VS 2013
-!define VS_RUNTIME_DLL      "c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\x86\Microsoft.VC120.CRT\msvc*.dll"
-!define VS_RUNTIME_MANIFEST  ""
+!define VS_REDIST_EXE "vcredist_x86.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\x86"
 
 InstallDir "$PROGRAMFILES\YAZ"