[freenet-cvs] r15008 - trunk/apps/new_installer/res/windows/bin

nextgens at freenetproject.org nextgens at freenetproject.org
Fri Sep 7 17:44:55 UTC 2007


Author: nextgens
Date: 2007-09-07 17:44:55 +0000 (Fri, 07 Sep 2007)
New Revision: 15008

Modified:
   trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
Log:
new_installer: hide the output

Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd	2007-09-07 17:43:35 UTC (rev 15007)
+++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd	2007-09-07 17:44:55 UTC (rev 15008)
@@ -70,7 +70,7 @@
 @goto registerS
 :: We don't want the password to expire
 :: FIXME: what about that 3rd party code I haven't audited yet ? - Consider using something else
- at bin\netuser.exe freenet /pwnexp:y
+ at bin\netuser.exe freenet /pwnexp:y > NUL
 
 :pwgen
 @echo wrapper.ntservice.password=%PASSWORD%>> wrapper.password




More information about the cvs mailing list