MSFN Forum: autounattend.xml - MSFN Forum

Jump to content


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

autounattend.xml Please help with my autounattend.cml

#1 User is offline   timy3 

  • Group: Members
  • Posts: 3
  • Joined: 08-November 10
  • OS:none specified
  • Country: Country Flag

Posted 08 November 2010 - 08:23 AM

Hi,
I was trying to put my autounattend together for some time. This one works if I remove specialize section . Can you please help me and advise why this isnt working?
Thanks in advance:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">

<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">

<ProductKey>removed</ProductKey>
</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">

<OOBE>
<HideEULAPage>true</HideEULAPage>
<NetworkLocation>Home</NetworkLocation>
<ProtectYourPC>3</ProtectYourPC>
<SkipMachineOOBE>true</SkipMachineOOBE>
<SkipUserOOBE>true</SkipUserOOBE>
</OOBE>
<UserAccounts>
<LocalAccounts>
<LocalAccount wcm:action="add">
<Name>Admin</Name>
<Group>Administrators;Users</Group>
<Password>
<Value>password</Value>
<PlainText>true</PlainText>
</Password>
</LocalAccount>
</LocalAccounts>
<AdministratorPassword>
<Value>password</Value>
<PlainText>true</PlainText>
</AdministratorPassword>
</UserAccounts>


</component>


</settings>



<settings pass="windowsPE">
<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">
<Diagnostics>
<OptIn>false</OptIn>
</Diagnostics>
<DiskConfiguration>
<WillShowUI>Always</WillShowUI>
</DiskConfiguration>
<DynamicUpdate>
<Enable>false</Enable>
</DynamicUpdate>
<UserData>
<ProductKey>
<WillShowUI>Never</WillShowUI>
<Key>removed</Key>
</ProductKey>
<AcceptEula>true</AcceptEula>
<FullName>removed</FullName>
<Organization>removed</Organization>
</UserData>
<ComplianceCheck>
<DisplayReport>Never</DisplayReport>
</ComplianceCheck>


</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">
<InputLocale>0809:00000809</InputLocale>
<SystemLocale>00000809</SystemLocale>
<UILanguage>en-UK</UILanguage>
<UserLocale>00000809</UserLocale>
</component>
</settings>


</unattend>


#2 User is offline   Tripredacus 

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

Posted 08 November 2010 - 09:05 AM

Am I to guess you are using a MAK key in the Specialize section? Try putting a default key there instead:

http://www.cluberti....s-7-deployment/

#3 User is offline   timy3 

  • Group: Members
  • Posts: 3
  • Joined: 08-November 10
  • OS:none specified
  • Country: Country Flag

Posted 08 November 2010 - 10:42 AM

I placed default in Windows PE and MAK in specialized. So this is suposed to be the other way round?
Thanks for your help

#4 User is offline   timy3 

  • Group: Members
  • Posts: 3
  • Joined: 08-November 10
  • OS:none specified
  • Country: Country Flag

Posted 08 November 2010 - 12:13 PM

I have swapped keys so I have default in specialize and Mak in PE and am still getting a fatalerror. I don't think it depends on the configuration of this particular bits as I have tried everything.

#5 User is offline   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,747
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 08 November 2010 - 04:05 PM

Mak belongs in specialize and nothing in PE. Can just hit next there
remove completely that entry <ProductKey> in PE.

Share this topic:


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

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



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