Author: nextgens Date: 2006-08-23 22:37:23 +0000 (Wed, 23 Aug 2006) New Revision: 10248
Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd Log: new_installer: unregister the service first on windows - allows multiple node installation/reinstallations - ; I'm NOT sure it's a step forward but I don't want to argue about it. NODES SHOULDN'T EVER BE REINSTALLEDsvn stat Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/1run.cmd 2006-08-23 19:54:56 UTC (rev 10247) +++ trunk/apps/new_installer/res/windows/bin/1run.cmd 2006-08-23 22:37:23 UTC (rev 10248) @@ -76,6 +76,7 @@ @copy freenet-stable-latest.jar freenet.jar > NUl @echo "Installing the wrapper" @echo "Registering Freenet as a system service" + at bin\wrapper-windows-x86-32.exe -r ../wrapper.conf > NUL @bin\wrapper-windows-x86-32.exe -i ../wrapper.conf :: Start the node up
