git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1596 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent b4fcc20c47
commit 5025ef8738

@ -393,6 +393,7 @@
<fileset dir=".">
<include name="readme.txt"/>
<include name="gpl.txt"/>
<include name="ChangeLog"/>
</fileset>
</copy>
<copy todir="${release_main}/doc">

@ -6,7 +6,7 @@
;last major change: 22.07.2005
Name "YaCy"
OutFile "yacy_v0.42_20051216_1219.exe"
OutFile "yacy_v0.43_20060210_1593.exe"
InstallDir $PROGRAMFILES\YaCy
SetCompress auto
@ -19,7 +19,7 @@ InstType "Normal"
InstType "Full"
; The text to prompt the user to enter a directory
ComponentText "This will install YaCy v0.42(Build 20051216) on your computer. Select which optional things you want to be installed."
ComponentText "This will install YaCy v0.43(Build 20060210) on your computer. Select which optional things you want to be 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:"
@ -50,6 +50,7 @@ Section "Binaries (required)"
File "superseed.txt"
File "yacy.stopwords"
File "yacy.logging"
File "ChangeLog"
#lib
SetOutPath "$INSTDIR\lib"
@ -110,8 +111,11 @@ Section "Binaries (required)"
File "htroot\htdocsdefault\*.html"
File "htroot\htdocsdefault\*.class"
SetOutPath "$INSTDIR\ranking"
File /r "ranking\*"
SetOutPath "$INSTDIR\ranking"
File /r "ranking\*"
SetOutPath "$INSTDIR\doc"
File "doc\This_is_a_test_if_the_archive_file_containing_YaCy_was_unpacked_correctly_If_not_please_use_gnu_tar_instead.txt"
SetOutPath $INSTDIR

Loading…
Cancel
Save