[SYSSETUP]

Extend the maximum password length to 127 characters for unattended setup too.

CORE-7762 #comment Fixed it! Thanks a lot!

svn path=/trunk/; revision=62580
This commit is contained in:
Eric Kohl 2014-03-29 20:39:50 +00:00
parent 3b44e882cb
commit 385b37aba7

View file

@ -45,7 +45,7 @@ typedef struct _SETUPDATA
WCHAR OwnerName[51];
WCHAR OwnerOrganization[51];
WCHAR ComputerName[MAX_COMPUTERNAME_LENGTH + 1]; /* max. 15 characters */
WCHAR AdminPassword[15]; /* max. 14 characters */
WCHAR AdminPassword[128]; /* max. 127 characters */
BOOL UnattendSetup;
BOOL DisableVmwInst;