Advertisement
dwyane

Unattend Installation (Windows 7 x86)

Jun 29th, 2011
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--This answer file generated by RT Seven Lite-->
  3. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  4.   <settings pass="windowsPE">
  5.     <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">
  6.       <SetupUILanguage>
  7.         <UILanguage>en-US</UILanguage>
  8.       </SetupUILanguage>
  9.       <InputLocale>0409:00000409</InputLocale>
  10.       <UserLocale>en-US</UserLocale>
  11.       <UILanguage>en-US</UILanguage>
  12.       <SystemLocale>en-US</SystemLocale>
  13.     </component>
  14.     <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">
  15.       <ImageInstall>
  16.         <OSImage>
  17.           <InstallFrom>
  18.             <MetaData wcm:action="add">
  19.               <Key>/IMAGE/NAME</Key>
  20.               <value>Windows 7 ULTIMATE</value>
  21.             </MetaData>
  22.           </InstallFrom>
  23.           <InstallToAvailablePartition>false</InstallToAvailablePartition>
  24.           <WillShowUI>OnError</WillShowUI>
  25.         </OSImage>
  26.       </ImageInstall>
  27.       <UserData>
  28.         <ProductKey>
  29.           <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>
  30.           <WillShowUI>OnError</WillShowUI>
  31.         </ProductKey>
  32.         <Organization>XXXX</Organization>
  33.         <FullName>XXXX</FullName>
  34.         <AcceptEula>true</AcceptEula>
  35.       </UserData>
  36.     </component>
  37.   </settings>
  38.   <settings pass="oobeSystem">
  39.     <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">
  40.       <UserAccounts>
  41.         <LocalAccounts />
  42.         <AdministratorPassword>
  43.           <Value>XXXX</Value>
  44.         </AdministratorPassword>
  45.       </UserAccounts>
  46.       <AutoLogon>
  47.         <Password>
  48.           <Value>Password123</Value>
  49.         </Password>
  50.         <Enabled>true</Enabled>
  51.         <LogonCount>1</LogonCount>
  52.         <Username>Administrator</Username>
  53.       </AutoLogon>
  54.       <OOBE>
  55.         <NetworkLocation>Home</NetworkLocation>
  56.         <HideEULAPage>true</HideEULAPage>
  57.         <ProtectYourPC>1</ProtectYourPC>
  58.         <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
  59.         <SkipMachineOOBE>true</SkipMachineOOBE>
  60.         <SkipUserOOBE>true</SkipUserOOBE>
  61.       </OOBE>
  62.       <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
  63.       <TimeZone>Singapore Standard Time</TimeZone>
  64.     </component>
  65.   </settings>
  66.   <settings pass="specialize">
  67.     <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">
  68.       <ComputerName>MHA</ComputerName>
  69.     </component>
  70.     <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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">
  71.       <SkipAutoActivation>true</SkipAutoActivation>
  72.     </component>
  73.   </settings>
  74. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement