From: Adam Dickmeiss Date: Mon, 25 Jan 2010 09:45:22 +0000 (+0100) Subject: NSI: Use VS 2008 by default X-Git-Tag: v1.3.0~3 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=2cd3f8ec445b7799a6c868e67e2b1c4500abf8a4;p=pazpar2-moved-to-github.git NSI: Use VS 2008 by default --- diff --git a/win/pazpar2.nsi b/win/pazpar2.nsi index a1706c4..d90b259 100644 --- a/win/pazpar2.nsi +++ b/win/pazpar2.nsi @@ -4,10 +4,10 @@ !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 "" +;!define VS_RUNTIME_DLL "" +;!define VS_RUNTIME_MANIFEST "" ; 2: VS 2003 ; !define VS_RUNTIME_DLL "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin\msvcr71.dll" @@ -17,6 +17,10 @@ ;!define VS_RUNTIME_DLL "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll" ;!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.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"