X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fzebra.nsi;h=2e6b19033d787025390d01f95c25fe6ddac73319;hb=3bc095519d9e6186b97309b9d9e59e589e3594b7;hp=d06bcdf3b15128f1d00fdf3b85bf4e674cb9de76;hpb=9d840b825ab6011f2714bd4b4f81e453a3955a2d;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index d06bcdf..2e6b190 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,7 @@ -; $Id: zebra.nsi,v 1.26 2005-01-16 00:30:59 adam Exp $ +; $Id: zebra.nsi,v 1.27 2005-08-25 12:53:42 adam Exp $ !define VERSION "1.4.0" +!define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" !include "MUI.nsh" @@ -74,7 +75,7 @@ Section "Zebra Runtime" File ..\bin\libxml2.dll File ..\bin\yaz.dll File ..\bin\libexpat.dll - File c:\winnt\system32\msvcr71.dll + File "${VS_RUNTIME_LOCATION}\msvcr71.dll" SectionEnd Section "Zebra Development"