Here's a few of the recent configs I tried. In all cases, Administrator and Guest were created, but Kelani wasn't..
Autologon section is the same on all presets. Side note, if you remove autologin from your config, the LogonCount=1 line stays in there. Dunno if that has any side effects..
CODE
[Unattended]
ComputerType = Advanced Configuration and Power Interface (ACPI) PC
HibernationNo
AutoLogon = Kelani
LogonCount = 1
1st example: Renamed admin account, Renamed and disabled guest account, Kelani account with blank pswd and No password reqd.
CODE
[Users]
Adminibator|AdminAccount|AdminAccount2|True|Administrators|x|False|False|True
NotGuest|GuestAccount|GuestAccount2|False|Guests|x|False|True|True
Kelani|Kelaccount|Kelaccount2|True|Administrators||True|False|True
2nd example: Same as above, except Kelani account has password and Guest account enabled.
CODE
[Users]
Administrator|Adminaccount|AdminAccount2|True|Administrators|x|False|False|True
NotGuest|GuestAccount|GuestAccount2|True|Guests|x|False|True|True
Kelani|Kelaccount|Kelaccount2|True|Administrators|x|False|False|True
3rd example Same as #1, except no Full Name or Description on any accounts
CODE
[Users]
Adminibator|||True|Administrators|x|False|True|True
NotGuest|||False|Guests|x|False|True|True
Kelani|||True|Administrators||True|False|True
That's 3 of the last 15 versions I've tried. The rest just contain more combinations of Full name/Description/ Must have password/Blank password settings. Most don't create any accounts other than Administrator and Guest. I've tried just about every variation I can think of; including not renaming Administrator or Guest.
The only config that actually added the Kelani account was #3 (leaving Full Name and description blank), but the password didn't work no matter if I set it or left it blank, so autologin still failed for the added account (always works fine for Administrator, though).
Is including the full name and description still an issue in RC2? If so, you may want to consider mentioning that somewhere in the forum. I had to dig around for quite awhile to find a post where it was mentioned, but that one seemed to say that problem was fixed as of RC2. So, I dunno.
In the interim, I migrated account creation to a GUIRunOnce batch file, which does work fine, but I'd (naturally) rather use nLite
Any ideas? other than this quirk, nLite definitely gets 2 thumbs up from me. Nice job

-Kel