Installer for 0.40

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@549 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 20 years ago
parent e616395c3b
commit ae1e80df92

@ -6,7 +6,7 @@
;last major change: 22.07.2005 ;last major change: 22.07.2005
Name "YaCy" Name "YaCy"
OutFile "yacy_v0.394_20050803_489.exe" OutFile "yacy_v0.40_20050816_547.exe"
InstallDir $PROGRAMFILES\YaCy InstallDir $PROGRAMFILES\YaCy
SetCompress auto SetCompress auto
@ -19,7 +19,7 @@ InstType "Normal"
InstType "Full" InstType "Full"
; The text to prompt the user to enter a directory ; The text to prompt the user to enter a directory
ComponentText "This will install YaCy v0.394(Build 20050803) on your computer. Select which optional things you want installed." ComponentText "This will install YaCy v0.40(Build 20050816) on your computer. Select which optional things you want installed."
; The text to prompt the user to enter a directory ; 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 "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:" DirText "Choose a directory to install in to:"
@ -33,8 +33,11 @@ Section "Binaries (required)"
#main files #main files
File "httpd.mime" File "httpd.mime"
File "startYACY.bat" File "startYACY.bat"
File "startYACY_Win9x.bat"
File "startYACY_noconsole_Win9x.bat"
File "startYACY_noconsole.bat" File "startYACY_noconsole.bat"
File "stopYACY.bat" File "stopYACY.bat"
File "stopYACY_Win9x.bat"
#File "httpProxy.command" ##Apple #File "httpProxy.command" ##Apple
File "yacy.init" File "yacy.init"
#File "httpProxy.sh" ##UNIX #File "httpProxy.sh" ##UNIX
@ -63,6 +66,7 @@ Section "Binaries (required)"
#htroot non devel #htroot non devel
SetOutPath "$INSTDIR\htroot" SetOutPath "$INSTDIR\htroot"
File "htroot\*.html" File "htroot\*.html"
File "htroot\*.soap"
File "htroot\*.xml" File "htroot\*.xml"
File "htroot\*.xsl" File "htroot\*.xsl"
File "htroot\*.rss" File "htroot\*.rss"

Loading…
Cancel
Save