From 295206ddd28d52ee120928ee7530f65aca80b25a Mon Sep 17 00:00:00 2001 From: allo Date: Sat, 17 Dec 2005 12:21:13 +0000 Subject: [PATCH] Installer for YaCy 0.42 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1225 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- yacy.nsi | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/yacy.nsi b/yacy.nsi index 05dc1ff93..1fdae1e7c 100755 --- a/yacy.nsi +++ b/yacy.nsi @@ -6,7 +6,7 @@ ;last major change: 22.07.2005 Name "YaCy" -OutFile "yacy_v0.41_20051004_848.exe" +OutFile "yacy_v0.42_20051219_1219.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.41(Build 20051004) on your computer. Select which optional things you want to be installed." +ComponentText "This will install YaCy v0.42(Build 20051216) 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:" @@ -74,6 +74,7 @@ Section "Binaries (required)" File "htroot\*.csv" File "htroot\*.class" File "htroot\*.ico" + File "htroot\*.bmp" #File "htroot\*.gif" File "htroot\*.pac" #proxy autoconfig @@ -82,6 +83,15 @@ Section "Binaries (required)" File "htroot\yacy\*.html" File "htroot\yacy\*.class" + #yacy javascript + SetOutPath "$INSTDIR\htroot\js" + File "htroot\js\*.js" + + #yacy xml + #TODO: Split in source/binary + SetOutPath "$INSTDIR\htroot\xml" + File /r "htroot\xml\*" + #yacy/seedUpload SetOutPath "$INSTDIR\htroot\yacy\seedUpload" File "htroot\yacy\seedUpload\*.html" @@ -89,6 +99,7 @@ Section "Binaries (required)" #proxymsg non-devel SetOutPath "$INSTDIR\htroot\proxymsg" File "htroot\proxymsg\*.html" + File "htroot\proxymsg\*.inc" #templates SetOutPath "$INSTDIR\htroot\env" @@ -99,6 +110,9 @@ Section "Binaries (required)" File "htroot\htdocsdefault\*.html" File "htroot\htdocsdefault\*.class" + SetOutPath "$INSTDIR\ranking" + File /r "ranking\*" + SetOutPath $INSTDIR