MSFN Forum: unattended local settings and where do i put cd key - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

unattended local settings and where do i put cd key Rate Topic: -----

#1 User is offline   higgoman 

  • Group: Members
  • Posts: 1
  • Joined: 06-April 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 April 2010 - 02:00 AM

HI all thanks for any help
i am trying to setup an unattended install of vista home premium edditon
i live in australia and was wondering how to setup location settings
in particular
UI Lanuage
UI Lanuage fall back
and UserLocale

Attached File(s)




#2 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,676
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 13 April 2010 - 08:38 AM

Ooops it looks like a Windows 7 unattend? I can move this for you if so. For windows 7, you can use this as example:

    <settings pass="oobeSystem">
		<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">
            <InputLocale>0409:00000409</InputLocale>
            <UILanguage>en-us</UILanguage>
            <SystemLocale>en-us</SystemLocale>
            <UserLocale>en-us</UserLocale>
        </component>
</settings>


And in the windowsPE pass, Microsoft-Windows-Setup component:

<UserData>
   <AcceptEula>true</AcceptEula>
   <FullName>EndUserName</FullName>
   <Organization>Fabrikam</Organization>
   <ProductKey>
      <Key>12345-12345-12345-12345-12345</Key>
      <WillShowUI>Never</WillShowUI>
   </ProductKey>
</UserData>


If you need to specify a different key for activation, use Microsoft-Windows-Shell-Setup in the Specialize pass.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy