From 5025ef8738addb24d195cab6f66fde9ec1f8a1e9 Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 10 Feb 2006 13:26:27 +0000 Subject: [PATCH] installer git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1596 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.xml | 1 + yacy.nsi | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/build.xml b/build.xml index 26ad1a274..e5d0e659b 100644 --- a/build.xml +++ b/build.xml @@ -393,6 +393,7 @@ + diff --git a/yacy.nsi b/yacy.nsi index afa635d96..daab529ac 100755 --- a/yacy.nsi +++ b/yacy.nsi @@ -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