X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fzebra.nsi;h=a2e8b272a01b97f40c82c3f66c422b06727261b3;hb=cf49625022d768e37ca4913b8aca6f9ab5a7c428;hp=afc7da151364143a6a6919342aae798af158e2ae;hpb=d879f319799e3f54221769b8cfaa1e55e3331e1f;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index afc7da1..a2e8b27 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,7 @@ -; $Id: zebra.nsi,v 1.20.2.8 2005-01-23 15:47:27 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.19 2006-06-07 13:29:55 adam Exp $ -!define VERSION "1.3.22" +!define VERSION "1.3.36" +!define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" !include "MUI.nsh" @@ -72,9 +73,11 @@ Section "Zebra Runtime" File ..\bin\iconv.dll File ..\bin\zlib1.dll File ..\bin\libxml2.dll + File ..\bin\libxslt.dll File ..\bin\yaz.dll File ..\bin\libexpat.dll - File c:\winnt\system32\msvcr71.dll + File ..\bin\idzebra.dll + File "${VS_RUNTIME_LOCATION}\msvcr71.dll" SectionEnd Section "Zebra Development"