* Matthew Toseland <[EMAIL PROTECTED]> [2007-09-08 00:14:04]: > If you don't cd bin then it's not ../wrapper.conf, surely it's wrapper.conf ?
No; the path is relative to the location of the binary. > > On Friday 07 September 2007 21:36, you wrote: > > Author: nextgens > > Date: 2007-09-07 20:36:09 +0000 (Fri, 07 Sep 2007) > > New Revision: 15019 > > > > Modified: > > trunk/apps/new_installer/res/windows/bin/install_service.bat > > trunk/apps/new_installer/res/windows/bin/remove_service.bat > > Log: > > new_installer: better logic > > > > Modified: trunk/apps/new_installer/res/windows/bin/install_service.bat > > =================================================================== > > --- trunk/apps/new_installer/res/windows/bin/install_service.bat > > 2007-09-07 > 20:28:52 UTC (rev 15018) > > +++ trunk/apps/new_installer/res/windows/bin/install_service.bat > > 2007-09-07 > 20:36:09 UTC (rev 15019) > > @@ -1,6 +1,7 @@ > > @set PATH=%SYSTEMROOT%\System32\;%PATH% > > > > +if not exist wrapper-windows-x86-32.exe cd bin > > @echo Cleaning up > > [EMAIL PROTECTED] -r ../wrapper.conf > > [EMAIL PROTECTED] -r ../wrapper.conf > > @echo Registering Freenet as a system service > > [EMAIL PROTECTED] -i ../wrapper.conf > > [EMAIL PROTECTED] -i ../wrapper.conf > > > > Modified: trunk/apps/new_installer/res/windows/bin/remove_service.bat > > =================================================================== > > --- trunk/apps/new_installer/res/windows/bin/remove_service.bat > > 2007-09-07 > 20:28:52 UTC (rev 15018) > > +++ trunk/apps/new_installer/res/windows/bin/remove_service.bat > > 2007-09-07 > 20:36:09 UTC (rev 15019) > > @@ -1,5 +1,6 @@ > > @set PATH=%SYSTEMROOT%\System32\;%PATH% > > > > +if not exist wrapper-windows-x86-32.exe cd bin > > @echo Cleaning up > > @net stop freenet-darknet > > @echo Unregistering Freenet as a system service > > > > _______________________________________________ > > cvs mailing list > > [EMAIL PROTECTED] > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs > > > > > _______________________________________________ > Devl mailing list > [email protected] > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
signature.asc
Description: Digital signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
