X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=win%2Fzebra.nsi;h=664237be9d9d58d97161335b9c56acbd1cb8b12c;hb=1a3cb6e900b62e0a40154410d1c96fcf4285215e;hp=1b5ff37e5cf4d3be749b6e05994f04b8bee45a7e;hpb=b2760176289e21056bb08a57061b24e1fc5876d5;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index 1b5ff37..664237b 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,7 @@ -; $Id: zebra.nsi,v 1.20.2.12 2005-08-30 13:09:43 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.16 2006-02-23 13:29:41 adam Exp $ -!define VERSION "1.3.28" +!define VERSION "1.3.34" +!define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" !include "MUI.nsh" @@ -75,7 +76,7 @@ Section "Zebra Runtime" File ..\bin\yaz.dll File ..\bin\libexpat.dll File ..\bin\idzebra.dll - File c:\winnt\system32\msvcr71.dll + File "${VS_RUNTIME_LOCATION}\msvcr71.dll" SectionEnd Section "Zebra Development"