X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=win%2Fyaz.nsi;h=9e45f74d50391573708112205c00d926dc90612b;hp=4a1c6827d0c4eda52587ce81bd449984579dad7e;hb=4d827d4162155ab4514acb05dd2a1a38c29f4bcf;hpb=6f60c2ddc5cbb085699d142af7e5836caaf6c69a diff --git a/win/yaz.nsi b/win/yaz.nsi index 4a1c682..9e45f74 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 ..\configure.ac File /r ..\*.c File /r /x yaz ..\*.h SetOutPath $INSTDIR\util