X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fzebra.nsi;h=059c9bba0478b9e6163bd85035a5a545fd93c7a3;hb=fc83d98d346711f446d9f9a29cc2ff0eee398053;hp=d06bcdf3b15128f1d00fdf3b85bf4e674cb9de76;hpb=9d840b825ab6011f2714bd4b4f81e453a3955a2d;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index d06bcdf..059c9bb 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.28 2006-05-24 19:12:47 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" @@ -92,15 +93,12 @@ Section "Zebra Documentation" SetOutPath $INSTDIR\doc File ..\doc\*.html File ..\doc\*.png - File ..\doc\*.pdf File ..\doc\*.xml File ..\doc\*.in File ..\doc\*.xsl SetOutPath "$SMPROGRAMS\Index Data\Zebra\" CreateShortCut "$SMPROGRAMS\Index Data\Zebra\HTML Documentation.lnk" \ - "$INSTDIR\doc\zebra.html" - CreateShortCut "$SMPROGRAMS\Index Data\Zebra\PDF Documentaion.lnk" \ - "$INSTDIR\doc\zebra.pdf" + "$INSTDIR\doc\index.html" SectionEnd Section "Zebra Examples"