Jump to content

How to Autounattend.xml


coucou

Recommended Posts

Hello,

Here bellow my actual Autounattend.xml file produced by 7Customizer tool.

It include French and English languages while the default installation is French.

1) Why I have twice <UILanguage> configuration at the top and the bottopm of the file?

2) How can I set it to get English default installation?

3) Where I cant more infos regarding Autounattend.xml

Regards

Autounattend.xml

<?xml version="1.0" encoding="utf-8"?>

<unattend xmlns="urn:schemas-microsoft-com:unattend">

<settings pass="windowsPE">

<component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<SystemLocale>en-us</SystemLocale>

<UserLocale>en-us</UserLocale>

<UILanguage>fr-FR</UILanguage>

<UILanguageFallback>en-us</UILanguageFallback>

<InputLocale>0409:00000409</InputLocale>

</component>

<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<UserData>

<ProductKey>

<Key>12345-67890-12345-67890-12345</Key>

<WillShowUI>OnError</WillShowUI>

</ProductKey>

<Organization>Private</Organization>

<FullName>XXXXX</FullName>

<AcceptEula>true</AcceptEula>

</UserData>

<ImageInstall>

<OSImage>

<InstallFrom>

<MetaData wcm:action="add">

<Key>/IMAGE/NAME</Key>

<Value>Windows 7 ULTIMATE</Value>

</MetaData>

</InstallFrom>

</OSImage>

</ImageInstall>

</component>

</settings>

<settings pass="oobeSystem">

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<UserAccounts>

<LocalAccounts>

<LocalAccount wcm:action="add">

<Name>XXXXX</Name>

<Group>Administrators</Group>

<Password>

<PlainText>true</PlainText>

<Value></Value>

</Password>

</LocalAccount>

</LocalAccounts>

</UserAccounts>

<OOBE>

<HideEULAPage>true</HideEULAPage>

<NetworkLocation>Home</NetworkLocation>

<ProtectYourPC>1</ProtectYourPC>

<HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>

</OOBE>

</component>

<component name="Microsoft-Windows-International-Core" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<UILanguage>fr-FR</UILanguage>

<UserLocale>fr-FR</UserLocale>

<InputLocale>040c:0000040c</InputLocale>

</component>

</settings>

<settings pass="specialize">

<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<AutoLogon>

<Enabled>true</Enabled>

<Username>XXXXX</Username>

<Password>

<Value />

</Password>

<LogonCount>9999999</LogonCount>

</AutoLogon>

<TimeZone>Romance Standard Time</TimeZone>

<ComputerName>MyPC</ComputerName>

</component>

</settings>

<cpi:offlineImage cpi:source="wim:C:/Win7/sources/install.wim#Windows 7

Link to comment
Share on other sites

Hello coucou! :welcome:

Inside the 7Customizer guide, we can read:

http://www.msfn.org/board/topic/139077-7customizer-a-replacement-for-vlite-for-windows-7/

5. Other notes:

1. The languages you integrate are not for the setup part. It is for the Windows UI.

2. The keyboard, date ,currency and time zone ,in the unattended part, are not for the setup part. They are used for the user settings after the installation is done.

3. Fill the whole information in the unattended part or the setup will fail.

More help about Autounattend.xml:

http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/

Cheers

Link to comment
Share on other sites

  • 3 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...