Author: nextgens
Date: 2008-02-27 02:44:58 +0000 (Wed, 27 Feb 2008)
New Revision: 18172

Modified:
   trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
   trunk/apps/new_installer/res/wrapper.conf
Log:
new_installer: fix a bug preventing the node to run as SYSTEM

Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd        
2008-02-26 23:39:42 UTC (rev 18171)
+++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd        
2008-02-27 02:44:58 UTC (rev 18172)
@@ -65,6 +65,7 @@
 :: We don't want the password to expire
 :: FIXME: what about that 3rd party code I haven't audited yet ? - Consider 
using something else
 @bin\netuser.exe freenet /pwnexp:y > NUL
+ at echo wrapper.ntservice.account=.\freenet >> wrapper.conf
 @echo wrapper.ntservice.password=%PASSWORD%>> wrapper.password
 @type wrapper.password >> wrapper.conf


Modified: trunk/apps/new_installer/res/wrapper.conf
===================================================================
--- trunk/apps/new_installer/res/wrapper.conf   2008-02-26 23:39:42 UTC (rev 
18171)
+++ trunk/apps/new_installer/res/wrapper.conf   2008-02-27 02:44:58 UTC (rev 
18172)
@@ -47,5 +47,3 @@
 # Start services with a different user than SYSTEM
 # SEE 
http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-account.html 
BEFORE PROCEEDING !

-wrapper.ntservice.account=.\freenet
-


Reply via email to