X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fpazpar2.nsi;h=cbe7eb375abdd9a474f3f1c16cda09b082a0638b;hb=1d7f30b745805b3e08cc3cf6362b9dd9b92d29e6;hp=a1706c449545fdcd8a7ca281ebb7673869927bf1;hpb=e59e5b2f02ff8e38c5da9f5c9450370c9d1e2dd9;p=pazpar2-moved-to-github.git diff --git a/win/pazpar2.nsi b/win/pazpar2.nsi index a1706c4..cbe7eb3 100644 --- a/win/pazpar2.nsi +++ b/win/pazpar2.nsi @@ -1,13 +1,14 @@ ; This file is part of Pazpar2. -; Copyright (C) 2006-2010 Index Data +; Copyright (C) Index Data +; See the file LICENSE for details. !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 +18,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"