X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=fa33e8958e735c7bc723a36d06fd9d062d5b8270;hb=20c8193263e5ada5c0aef97e1b0f6ec02fd7004d;hp=6c2b261492f50a6e1d711fa94f61e8b9d27aa0bc;hpb=43849124700caab5cd76369c0fea934ca756e3a7;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index 6c2b261..fa33e89 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -4,7 +4,7 @@ !include version.nsi ; Microsoft runtime CRT -; Uncomment exactly ONE section of the three below +; Uncomment exactly ONE of the sections below ; 1: MSVC 6 ; !define VS_RUNTIME_DLL "" ; !define VS_RUNTIME_MANIFEST "" @@ -18,8 +18,8 @@ ;!define VS_RUNTIME_MANIFEST "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\Microsoft.VC80.CRT.manifest" ; 4: VS 2008 -!define VS_RUNTIME_DLL "c:\Program Files\Microsoft Visual Studio 9\VC\redist\x86\Microsoft.VC90.CRT\msvcr90.dll" -!define VS_RUNTIME_MANIFEST "c:\Program Files\Microsoft Visual Studio 9\VC\redist\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest" +!define VS_RUNTIME_DLL "c:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\msvcr90.dll" +!define VS_RUNTIME_MANIFEST "c:\Program Files\Microsoft Visual Studio 9.0\VC\redist\x86\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest" !include "MUI.nsh"