Author: nextgens
Date: 2006-04-05 21:30:50 +0000 (Wed, 05 Apr 2006)
New Revision: 8474

Modified:
   trunk/apps/installer/installclasspath/run.cmd
Log:
installer: ubject: [freenet-dev] 0.7 java installer currently broken on windows


Modified: trunk/apps/installer/installclasspath/run.cmd
===================================================================
--- trunk/apps/installer/installclasspath/run.cmd       2006-04-05 21:00:22 UTC 
(rev 8473)
+++ trunk/apps/installer/installclasspath/run.cmd       2006-04-05 21:30:50 UTC 
(rev 8474)
@@ -1,6 +1,6 @@
 @echo "Cleaning up"
- at bin\wrapper.exe -r ../wrapper.conf
+ at bin\wrapper-windows-x86-32.exe -r ../wrapper.conf
 @net stop @serviceName@
 @echo "Registering Freenet as a system service"
- at bin\wrapper.exe -i ../wrapper.conf
+ at bin\wrapper-windows-x86-32.exe -i ../wrapper.conf
 @net start @serviceName@


Reply via email to