Author: nextgens
Date: 2006-03-27 19:51:52 +0000 (Mon, 27 Mar 2006)
New Revision: 8328
Modified:
trunk/apps/installer/antinstall-config.xml
trunk/apps/installer/installclasspath/run.cmd
Log:
installer: Small bugfixes : allow space in node names and cleanup previous
freenet installation before registering it as a system service
Modified: trunk/apps/installer/antinstall-config.xml
===================================================================
--- trunk/apps/installer/antinstall-config.xml 2006-03-27 18:54:18 UTC (rev
8327)
+++ trunk/apps/installer/antinstall-config.xml 2006-03-27 19:51:52 UTC (rev
8328)
@@ -121,7 +121,7 @@
property="nodeName"
displayText="node name :"
defaultValue="MyFirstFreenetNode"
- regex="^[a-zA-Z_0-9]+$"
+ regex="^[a-zA-Z_0-9 ]+$"
force="false"/>
</page>
<page
Modified: trunk/apps/installer/installclasspath/run.cmd
===================================================================
--- trunk/apps/installer/installclasspath/run.cmd 2006-03-27 18:54:18 UTC
(rev 8327)
+++ trunk/apps/installer/installclasspath/run.cmd 2006-03-27 19:51:52 UTC
(rev 8328)
@@ -1,3 +1,6 @@
+echo "Cleaning up"
+bin\wrapper -r ../wrapper.conf
+net stop freenet
echo "Registering Freenet as a system service"
bin\wrapper -i ../wrapper.conf
net start freenet