From 1841ce0895c28e90de5f564ec2da2bdae0951db4 Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 13 Oct 2006 21:09:21 +0000 Subject: [PATCH] updated installer for 0.48 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2766 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- yacy.nsi | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/yacy.nsi b/yacy.nsi index f7d6dd0be..212fbc30b 100755 --- a/yacy.nsi +++ b/yacy.nsi @@ -4,7 +4,7 @@ Name "YaCy" -OutFile "yacy_v0.47_20060927_2665.exe" +OutFile "yacy_v0.48_20061010_2743.exe" InstallDir $PROGRAMFILES\YaCy SetCompress auto @@ -17,7 +17,7 @@ InstType "Normal" InstType "Full" ; The text to prompt the user to enter a directory -ComponentText "This will install YaCy v0.47 (Build 20060927) on your computer. Select which optional things you want to be installed." +ComponentText "This will install YaCy v0.48 (Build 20061010) 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 into:" @@ -110,10 +110,6 @@ Section "Binaries (required)" SetOutPath "$INSTDIR\htroot\xml" File /r "htroot\xml\*" - #yacy/seedUpload - SetOutPath "$INSTDIR\htroot\yacy\seedUpload" - File "htroot\yacy\seedUpload\*.html" - #proxymsg non-devel SetOutPath "$INSTDIR\htroot\proxymsg" File "htroot\proxymsg\*.html"