Author: nextgens Date: 2007-05-08 13:32:19 +0000 (Tue, 08 May 2007) New Revision: 13169
Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd Log: new_installer: don't silent the user creation, so that we might catch the bug Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2007-05-08 13:18:19 UTC (rev 13168) +++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2007-05-08 13:32:19 UTC (rev 13169) @@ -51,7 +51,7 @@ @echo "Installing the wrapper" @echo - Creating a user for freenet @set PASSWORD=FreeNet@%random%%random%@ - at net user freenet %PASSWORD% /add /comment:"this user is used by freenet: do NOT delete it!" /expires:never /passwordchg:no /fullname:"Freenet dedicated user" > NUL + at net user freenet %PASSWORD% /add /comment:"this user is used by freenet: do NOT delete it!" /expires:never /passwordchg:no /fullname:"Freenet dedicated user" :: Force the password in case it's a re-installation @net user freenet %PASSWORD% > NUL @echo wrapper.ntservice.password=%PASSWORD%>> wrapper.conf
