X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=win%2Fzebra.nsi;h=3382ce15cab634a18ab8becb8ee6a62c1556893e;hb=ffc71045cdd726d0b720ec4b6ce91c8db31929ce;hp=77b1df45c538dc570fbb9f43a7373481d65ab00b;hpb=ad082113401287efdd32da0b2c2a3b169a169ea9;p=idzebra-moved-to-github.git diff --git a/win/zebra.nsi b/win/zebra.nsi index 77b1df4..3382ce1 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,10 +1,10 @@ -; $Id: zebra.nsi,v 1.2 2002-09-05 14:36:20 adam Exp $ +; $Id: zebra.nsi,v 1.4 2002-09-09 09:36:24 adam Exp $ !define VERSION "1.3.2" Name "Zebra" Caption "Index Data Yebra ${VERSION} Setup" -OutFile "zebra_${VERSION}.exe" +OutFile "idzebra_${VERSION}.exe" LicenseText "You must read the following license before installing:" LicenseData license.txt @@ -57,8 +57,6 @@ Noservice: File ..\bin\*.exe File ..\bin\*.dll SetOutPath $SMPROGRAMS\Zebra - CreateShortCut "$SMPROGRAMS\Zebra\Zebraidx.lnk" \ - "$INSTDIR\bin\zebraidx.exe" SetOutPath $SMPROGRAMS\Zebra\Server CreateShortCut "$SMPROGRAMS\Zebra\Server\Server on console on port 9999.lnk" \ "$INSTDIR\bin\zebrasrv.exe" @@ -93,7 +91,7 @@ Section "Zebra Examples" SetOutPath $INSTDIR File /r ..\test - File /r ..\examples +; File /r ..\examples SectionEnd Section "Zebra Source" @@ -129,8 +127,6 @@ Section "Zebra Source" SetOutPath $INSTDIR\test\api File ..\test\api\*.c File ..\test\api\*.cfg - SetOutPath $INSTDIR\isamg - File ..\isamg\*.c SetOutPath $INSTDIR\win File makefile File *.nsi