X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=win%2Fyaz.nsi;h=b3ea168588a93712ede39f93e32d2fc74431f2e4;hb=f722c8d9517ec491e2469cdc91a3751dd5e7a6df;hp=27d7c8a940a7b26e3fe76d156255fe7934f23448;hpb=b59881c24b105f2d56b304b1d33c74eecca3ace8;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index 27d7c8a..b3ea168 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,4 +1,4 @@ -; $Id: yaz.nsi,v 1.1 2002-03-15 19:32:39 adam Exp $ +; $Id: yaz.nsi,v 1.2 2002-03-15 19:44:16 adam Exp $ !define VERSION "1.8.6" @@ -7,7 +7,7 @@ Caption "Index Data YAZ Setup" OutFile "yaz_${VERSION}.exe" LicenseText "You must read the following license before installing:" -LicenseData ..\license.txt +LicenseData license.txt ComponentText "This will install the YAZ Toolkit v${VERSION} on your computer:" InstType "Full (w/ Source)" @@ -39,7 +39,7 @@ SectionEnd ; end of default section Section "yaz core (required)" SectionIn 12 SetOutPath $INSTDIR - File ..\LICENSE.txt + File LICENSE.txt File ..\README SetOutPath $INSTDIR\bin File ..\bin\*.exe