Gremo Posted March 1, 2011 Posted March 1, 2011 (edited) I'm trying to create a very simple Autounattend.xml that asks for:Which edition to install;Where to install (leave the ability to partition the drive);Ask for user creation;Ask for product key (can be ignored) at OOBE.The following isn't working properly because it asks for license agreement of SP1 (in WinPE) and language selection in OOBE. In the attachment is my answer file, created with WAIK.Autounattend.xml Edited March 1, 2011 by Gremo
maxXPsoft Posted March 1, 2011 Posted March 1, 2011 (edited) <InputLocale>0409:00000409</InputLocale> should be in that format and don't need in just PEdon't need <UserLocale> in PE<UserData> in PE <ProductKey> <WillShowUI>Always</WillShowUI> </ProductKey>EDIT: also in PE<ComplianceCheck> <DisplayReport>Never</DisplayReport></ComplianceCheck> Edited March 1, 2011 by maxXPsoft
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now