From ddb0876d01317b7f054b3b35bc8a7b8080414240 Mon Sep 17 00:00:00 2001 From: allo Date: Fri, 7 Oct 2005 14:10:12 +0000 Subject: [PATCH] Installer git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@875 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- yacy.nsi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yacy.nsi b/yacy.nsi index d01627812..05dc1ff93 100755 --- a/yacy.nsi +++ b/yacy.nsi @@ -6,7 +6,7 @@ ;last major change: 22.07.2005 Name "YaCy" -OutFile "yacy_v0.40_20050816_547.exe" +OutFile "yacy_v0.41_20051004_848.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.40(Build 20050816) on your computer. Select which optional things you want to be installed." +ComponentText "This will install YaCy v0.41(Build 20051004) 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:" @@ -66,6 +66,7 @@ Section "Binaries (required)" #htroot non devel SetOutPath "$INSTDIR\htroot" File "htroot\*.html" + File "htroot\*.inc" File "htroot\*.soap" File "htroot\*.xml" File "htroot\*.xsl"