X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fpazpar2.nsi;h=bfb18abc2212ef10008c33c05384c9e70569233e;hb=4fa5ef817d20e5b626751b8b12934453bb438cfd;hp=06be0be0e997eb2a733ef734401b2c47c68379dc;hpb=3d43eddaa86c283fa1a4883fb52defe648e49c2e;p=pazpar2-moved-to-github.git diff --git a/win/pazpar2.nsi b/win/pazpar2.nsi index 06be0be..bfb18ab 100644 --- a/win/pazpar2.nsi +++ b/win/pazpar2.nsi @@ -1,13 +1,13 @@ ; This file is part of Pazpar2. -; Copyright (C) 2006-2009 Index Data +; Copyright (C) 2006-2013 Index Data !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" @@ -84,6 +88,7 @@ Section "" ; (default section) SetOutPath $INSTDIR\etc File /r ..\etc\*.xml File /r ..\etc\*.xsl + File /r ..\etc\*.mmap File /oname=pazpar2.cfg ..\etc\pazpar2.cfg.dist SetOutPath $INSTDIR\log