Author: nextgens Date: 2007-05-09 21:46:35 +0000 (Wed, 09 May 2007) New Revision: 13182
Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd Log: new_installer: save the password of the freenet user so that update.cmd won't forget it Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2007-05-09 21:12:03 UTC (rev 13181) +++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2007-05-09 21:46:35 UTC (rev 13182) @@ -65,7 +65,8 @@ @echo "The workaround is still not working! will install freenet to run as SYSTEM" @goto registerS :pwgenerated - at echo wrapper.ntservice.password=%PASSWORD%>> wrapper.conf + at echo wrapper.ntservice.password=%PASSWORD%>> wrapper.password + at type wrapper.password >> wrapper.conf @echo - Hiding the freenet user from the login screen @echo Windows Registry Editor Version 5.00 >> hide_user.reg
