CQL: start work on cql_sortby_to_sortkeys
[yaz-moved-to-github.git] / win / yaz.nsi
index 1ae7d9a..9e45f74 100644 (file)
@@ -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