From 2d9478d20383419d9989a17152ae36510b10a26c Mon Sep 17 00:00:00 2001 From: allo Date: Wed, 23 Aug 2006 13:09:48 +0000 Subject: [PATCH] installer for 0.46 git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2444 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- yacy.nsi | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/yacy.nsi b/yacy.nsi index 892344633..c892a80b7 100755 --- a/yacy.nsi +++ b/yacy.nsi @@ -1,12 +1,10 @@ ;yacy.nsi ;-------- -;part of YaCy (C) by Michael Peter Christen -;this file is contributed by Alexander Schier -;Cologne, 2005 -;last major change: 22.07.2005 +;(C) 2004-2006 by Alexander Schier + Name "YaCy" -OutFile "yacy_v0.45_20060501_2049.exe" +OutFile "yacy_v0.46_20060823_2442.exe" InstallDir $PROGRAMFILES\YaCy SetCompress auto @@ -19,7 +17,7 @@ InstType "Normal" InstType "Full" ; The text to prompt the user to enter a directory -ComponentText "This will install YaCy v0.45 (Build 20060501) on your computer. Select which optional things you want to be installed." +ComponentText "This will install YaCy v0.46 (Build 20060823) 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:" @@ -103,6 +101,10 @@ Section "Binaries (required)" SetOutPath "$INSTDIR\htroot\js" File "htroot\js\*.js" + SetOutPath "$INSTDIR\htroot\www" + File "htroot\www\*.html" + File "htroot\www\*.class" + #yacy xml #TODO: Split in source/binary SetOutPath "$INSTDIR\htroot\xml" @@ -129,9 +131,6 @@ Section "Binaries (required)" 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 @@ -174,6 +173,8 @@ Section "Development" File "HTROOT\yacy\*.java" SetOutPath "$INSTDIR\htroot\htdocsdefault" File "htroot\htdocsdefault\*.java" + SetOutPath "$INSTDIR\htroot\www" + File "htroot\www\*.java" SectionEnd Section "Shortcuts in the Start Menu"