X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=win%2Fyaz.nsi;h=9e45f74d50391573708112205c00d926dc90612b;hp=e6723b59100ca750d1dc487d5b1c13ab7a144545;hb=4d827d4162155ab4514acb05dd2a1a38c29f4bcf;hpb=9b1c57318aabdbf8e6d0dc33e3a9848bdf062c64 diff --git a/win/yaz.nsi b/win/yaz.nsi index e6723b5..9e45f74 100644 --- a/win/yaz.nsi +++ b/win/yaz.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,7 +142,7 @@ SectionEnd Section "YAZ Source" YAZ_Source SectionIn 1 SetOutPath $INSTDIR - File ../configure.ac + File ..\configure.ac File /r ..\*.c File /r /x yaz ..\*.h SetOutPath $INSTDIR\util