Installer for YaCy 0.37

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@80 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 20 years ago
parent 5d3eefb702
commit 0e5961249c

@ -4,10 +4,10 @@
;this file is contributed by Alexander Schier
;Cologne, 2005
;last major change: 26.03.2005
Name "YACY"
Name "YaCy"
OutFile "yacy_v0.36_20050326.exe"
InstallDir $PROGRAMFILES\YACY
OutFile "yacy_v0.37_20050502.exe"
InstallDir $PROGRAMFILES\YaCy
InstType /CUSTOMSTRING=Custom
@ -16,7 +16,7 @@ InstType "Normal"
InstType "Full"
; The text to prompt the user to enter a directory
ComponentText "This will install YaCy v0.36(Build 20050326) on your computer. Select which optional things you want installed."
ComponentText "This will install YaCy v0.37(Build 20050502) on your computer. Select which optional things you want installed."
; The text to prompt the user to enter a directory
#DirText "If an old Version was installed into another locAtion(eg. AnomicHTTPProxy), you have to move the DATA Directory to the new location."
DirText "Choose a directory to install in to:"
@ -44,6 +44,10 @@ Section "Binaries (required)"
File "superseed.txt"
File "yacy.stopwords"
#lib
SetOutPath "$INSTDIR\lib"
File /r "lib\*"
#classes
SetOutPath "$INSTDIR\classes"
File /r "classes\*"
@ -52,7 +56,9 @@ Section "Binaries (required)"
SetOutPath "$INSTDIR\htroot"
File "htroot\*.html"
File "htroot\*.xml"
File "htroot\*.rss"
File "htroot\*.class"
File "htroot\*.ico"
#yacy non-devel
SetOutPath "$INSTDIR\htroot\yacy"

Loading…
Cancel
Save