[freenet-cvs] r13167 - trunk/apps/new_installer/res/windows/bin
nextgens at freenetproject.org
nextgens at freenetproject.org
Mon May 7 23:41:17 UTC 2007
Author: nextgens
Date: 2007-05-07 23:41:17 +0000 (Mon, 07 May 2007)
New Revision: 13167
Modified:
trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
Log:
new_installer: maybe fix the windows installer problem
Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd
===================================================================
--- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2007-05-07 19:55:36 UTC (rev 13166)
+++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2007-05-07 23:41:17 UTC (rev 13167)
@@ -50,7 +50,7 @@
@echo "Installing the wrapper"
@echo - Creating a user for freenet
- at set PASSWORD=FreeNet-%random%%random%
+ at set PASSWORD=FreeNet@%random%%random%@
@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
:: Force the password in case it's a re-installation
@net user freenet %PASSWORD% > NUL
More information about the cvs
mailing list