X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=win%2Fyaz.nsi;h=e34f7e2d370b5feb99f9fd478fa2da6d72da4360;hb=c239fa0fd573149e2d916b6c844aca8161ec2b45;hp=4a1c6827d0c4eda52587ce81bd449984579dad7e;hpb=6f60c2ddc5cbb085699d142af7e5836caaf6c69a;p=yaz-moved-to-github.git diff --git a/win/yaz.nsi b/win/yaz.nsi index 4a1c682..e34f7e2 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,5 +1,5 @@ ; This file is part of the YAZ toolkit. -; Copyright (C) 1995-2010 Index Data +; Copyright (C) 1995-2011 Index Data !include version.nsi @@ -37,7 +37,6 @@ ComponentText "This will install the YAZ Toolkit on your computer:" InstType "Full (w/ Source)" InstType "Lite (w/o Source)" -InstallDir "$PROGRAMFILES\YAZ" InstallDirRegKey HKLM "SOFTWARE\Index Data\YAZ" "" @@ -143,6 +142,7 @@ SectionEnd Section "YAZ Source" YAZ_Source SectionIn 1 SetOutPath $INSTDIR + File ..\IDMETA File /r ..\*.c File /r /x yaz ..\*.h SetOutPath $INSTDIR\util