Author: nextgens Date: 2006-03-31 13:47:12 +0000 (Fri, 31 Mar 2006) New Revision: 8392
Modified: trunk/apps/installer/installclasspath/run.cmd Log: installer: [15:47] < sandos> | just adding .exe makes it work Modified: trunk/apps/installer/installclasspath/run.cmd =================================================================== --- trunk/apps/installer/installclasspath/run.cmd 2006-03-31 13:28:53 UTC (rev 8391) +++ trunk/apps/installer/installclasspath/run.cmd 2006-03-31 13:47:12 UTC (rev 8392) @@ -1,6 +1,6 @@ @echo "Cleaning up" - at bin\wrapper -r ../wrapper.conf + at bin\wrapper.exe -r ../wrapper.conf @net stop @serviceName@ @echo "Registering Freenet as a system service" - at bin\wrapper -i ../wrapper.conf + at bin\wrapper.exe -i ../wrapper.conf @net start @serviceName@
