Jump to content

I want show language selection screen with file Autounattend


Recommended Posts


This program you used, Win Toolkit v1.4.0.65, must be outdated. This answerfile would not validate in WSIM since you have empty elements as well as deprecated ones.

Typically if you don't specify a language in the XML (such as yours) it should prompt for language selection. So if you want it to bypass this automatically, you need to specify the language options. Which language do you want?

Link to comment
Share on other sites

  • 2 weeks later...

Which of those languages do you want to choose automatically?

Here is an example of how to have it pick English as the language.

        <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">
<SetupUILanguage>
<UILanguage>en-</UILanguage>
</SetupUILanguage>
<UILanguage>en-</UILanguage>
<UserLocale>en-</UserLocale>
<SystemLocale>en-</SystemLocale>
<InputLocale>0409:00000409</InputLocale>
</component>

Add that setting into the windowsPE pass of your answer file.

Edited by Tripredacus
Link to comment
Share on other sites

I don't use multilingual for Windows 7 either. All my OS are single language. So even when I did use French Windows 7, it was French only.

For testing, you can test installs in a VM.

As far as the Administrator account, I do not recommend enabling that, but if you want to do it, here is the code:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...