Author: allo
Date: 2005-12-17 13:21:13 +0100 (Sat, 17 Dec 2005)
New Revision: 1225

Modified:
   trunk/yacy.nsi
Log:
Installer for YaCy 0.42


Modified: trunk/yacy.nsi
===================================================================
--- trunk/yacy.nsi      2005-12-17 11:13:44 UTC (rev 1224)
+++ trunk/yacy.nsi      2005-12-17 12:21:13 UTC (rev 1225)
@@ -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 "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 @@
        File "htroot\*.csv"
        File "htroot\*.class"
        File "htroot\*.ico"
+    File "htroot\*.bmp"
        #File "htroot\*.gif"
        File "htroot\*.pac" #proxy autoconfig
 
@@ -82,6 +83,15 @@
        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 @@
        #proxymsg non-devel
        SetOutPath "$INSTDIR\htroot\proxymsg"
        File "htroot\proxymsg\*.html"
+       File "htroot\proxymsg\*.inc"
 
        #templates
        SetOutPath "$INSTDIR\htroot\env"
@@ -99,6 +110,9 @@
        File "htroot\htdocsdefault\*.html"
        File "htroot\htdocsdefault\*.class"
 
+    SetOutPath "$INSTDIR\ranking"
+    File /r "ranking\*"
+
        SetOutPath $INSTDIR
 
 

_______________________________________________
YaCy-svn mailing list
[email protected]
http://lists.berlios.de/mailman/listinfo/yacy-svn

Antwort per Email an