From 0e5961249c4a19543cede3bde30f6cf5a809028c Mon Sep 17 00:00:00 2001 From: allo Date: Tue, 3 May 2005 13:41:11 +0000 Subject: [PATCH] Installer for YaCy 0.37 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@80 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- yacy.nsi | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/yacy.nsi b/yacy.nsi index f9cc791c5..8b2c85dc5 100755 --- a/yacy.nsi +++ b/yacy.nsi @@ -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"