Justin Beckley <[EMAIL PROTECTED]> writes: > I have added some domain specific configuration to my unattend.txt > file, but it says that "DomainAdminPassword" is an unrecognized > field and it fails after it sees it. Anyone know why this would be, > or how to fix it?
What is the exact error message, and when do you receive it? If this is install.pl crashing on an "unrecognized line", the problem is probably that the right-hand side has some questionable characters in it and needs to be quoted. That is, instead of: DomainAdminPassword=hi there ...you need to say: DomainAdminPassword="hi there" - Pat ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
