If you don't cd bin then it's not ../wrapper.conf, surely it's wrapper.conf ?

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
> 
> 

Attachment: pgpdzv9U4nHk7.pgp
Description: PGP signature

_______________________________________________
Devl mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to