Change return type for a zebra_add_record + zebra_repository functions to
[idzebra-moved-to-github.git] / win / zebra.nsi
index d06bcdf..059c9bb 100644 (file)
@@ -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"