Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/19/2011 in all areas

  1. How to customize your Autounattend.xml AIO (x86/amd64) file ? When you have created your own Windows 7 AIO with all or some wanted images on one install.wim image you can customize your Autounattend.xml file to suit your needs. The first stage is to use Windows System Image Manager (WSIM) and create an Autounattend.xml file for example Windows 7 x86 Edition. WSIM is included with AIK 3.0 for Windows 7. http://www.microsoft...ls.aspx?id=5753 When all your customization are made, save the file. After,open your Autounattend.xml file with notepad and duplicate the same lines for CPU amd64, changing only x86 to amd64 on each line. Remove the last line indicating the location of the install.wim image source! Don't forget to remove the ie.cfg file or rename as ei.cfg.bak located inside:C:\Folder_Location\sources\ei.cfg A trial or valid key is needed for the installation and you can choose to install silently only one Operationg System (x86 or amd64). If all the keys are integrated you don't need to add this value and you can choose to install the OS you want. Autounattend.xml AIO 2 Images Ultimate (x86/amd64) (the names are fictitious and are used to demonstrate!) A - Operating System Windows 7 Ultimate (x86/amd64) with one key. Two dialog boxes will be displayed: OS to install and Disk Configuration. You must use a key matching the Edition you want install. <?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"><SetupUILanguage><UILanguage>en-US</UILanguage></SetupUILanguage><InputLocale>0409:00000409</InputLocale><SystemLocale>en-US</SystemLocale><UILanguage>en-US</UILanguage><UserLocale>en-US</UserLocale></component><component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" 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-US</UILanguage></SetupUILanguage><InputLocale>0409:00000409</InputLocale><SystemLocale>en-US</SystemLocale><UILanguage>en-US</UILanguage><UserLocale>en-US</UserLocale></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"><Diagnostics><OptIn>false</OptIn></Diagnostics><DiskConfiguration><WillShowUI>Always</WillShowUI></DiskConfiguration><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1280</HorizontalResolution><VerticalResolution>1024</VerticalResolution><RefreshRate>60</RefreshRate></Display><DynamicUpdate><Enable>false</Enable><WillShowUI>Never</WillShowUI></DynamicUpdate><ImageInstall><OSImage><WillShowUI>Always</WillShowUI></OSImage></ImageInstall><UserData><ProductKey><WillShowUI>OnError</WillShowUI><Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key></ProductKey><AcceptEula>true</AcceptEula><FullName>John Hood</FullName><Organization>private</Organization></UserData><EnableFirewall>true</EnableFirewall></component><component name="Microsoft-Windows-Setup" processorArchitecture="amd64" 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><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1280</HorizontalResolution><VerticalResolution>1024</VerticalResolution><RefreshRate>60</RefreshRate></Display><DynamicUpdate><Enable>false</Enable><WillShowUI>Never</WillShowUI></DynamicUpdate><ImageInstall><OSImage><WillShowUI>Always</WillShowUI></OSImage></ImageInstall><UserData><ProductKey><WillShowUI>OnError</WillShowUI><Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key></ProductKey><AcceptEula>true</AcceptEula><FullName>John Hood</FullName><Organization>private</Organization></UserData><EnableFirewall>true</EnableFirewall></component></settings><settings pass="specialize"><component name="Microsoft-Windows-Security-SPP-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"><SkipAutoActivation>true</SkipAutoActivation></component><component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SkipAutoActivation>true</SkipAutoActivation></component><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"><ComputerName>John-PC</ComputerName><TimeZone>Pacific Standard Time</TimeZone></component><component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ComputerName>John-PC</ComputerName><TimeZone>Pacific Standard Time</TimeZone></component><component name="Microsoft-Windows-IE-InternetExplorer" 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"><DisableOOBAccelerators>true</DisableOOBAccelerators><DisableFirstRunWizard>true</DisableFirstRunWizard><EnableLinksBar>false</EnableLinksBar><FilterLevel>High</FilterLevel><Home_Page>http://www.google.com</Home_Page><BlockPopups>yes</BlockPopups><SuggestedSitesEnabled>false</SuggestedSitesEnabled><PlaySound>True</PlaySound><ShowInformationBar>true</ShowInformationBar><ShowMenuBar>true</ShowMenuBar></component><component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><DisableOOBAccelerators>true</DisableOOBAccelerators><DisableFirstRunWizard>true</DisableFirstRunWizard><EnableLinksBar>false</EnableLinksBar><FilterLevel>Medium</FilterLevel><Home_Page>http://www.google.com</Home_Page><BlockPopups>yes</BlockPopups><SuggestedSitesEnabled>false</SuggestedSitesEnabled><PlaySound>True</PlaySound><ShowInformationBar>true</ShowInformationBar><ShowMenuBar>true</ShowMenuBar></component></settings><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"><UILanguage>en-US</UILanguage><UserLocale>en-US</UserLocale><InputLocale>0409:00000409</InputLocale></component><component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" 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>en-US</UILanguage><UserLocale>en-US</UserLocale><InputLocale>0409:00000409</InputLocale></component><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"><TimeZone>Pacific Standard Time</TimeZone><RegisteredOwner>John Hood</RegisteredOwner><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1280</HorizontalResolution><VerticalResolution>1024</VerticalResolution><RefreshRate>60</RefreshRate></Display><OOBE><HideEULAPage>true</HideEULAPage><HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE><NetworkLocation>Home</NetworkLocation><ProtectYourPC>1</ProtectYourPC></OOBE><AutoLogon><Password><Value>qwertzuiop</Value><PlainText>true</PlainText></Password><Enabled>true</Enabled><LogonCount>9999999</LogonCount><Username>John</Username></AutoLogon><UserAccounts><LocalAccounts><LocalAccount wcm:action="add"><Password><Value>qwertzuiop</Value><PlainText>true</PlainText></Password><DisplayName>John</DisplayName><Name>John</Name><Group>Administrators</Group></LocalAccount></LocalAccounts></UserAccounts></component><component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><TimeZone>Pacific Standard Time</TimeZone><RegisteredOwner>John Hood</RegisteredOwner><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1280</HorizontalResolution><VerticalResolution>1024</VerticalResolution><RefreshRate>60</RefreshRate></Display><OOBE><HideEULAPage>true</HideEULAPage><HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE><NetworkLocation>Home</NetworkLocation><ProtectYourPC>1</ProtectYourPC></OOBE><AutoLogon><Password><Value>qwertzuiop</Value><PlainText>true</PlainText></Password><Enabled>true</Enabled><LogonCount>9999999</LogonCount><Username>John</Username></AutoLogon><UserAccounts><LocalAccounts><LocalAccount wcm:action="add"><Password><Value>qwertzuiop</Value><PlainText>true</PlainText></Password><DisplayName>John</DisplayName><Name>John</Name><Group>Administrators</Group></LocalAccount></LocalAccounts></UserAccounts></component></settings></unattend><!--Customized by myselfidem. Only for One Image Windows 7 Ultimate (x86 and amd64) whithout using SetProductKey.cmd. Adapt the values to your needs.--> B - Autounattend.xml AIO (x86/amd64) all images and Disk Configuration already customized and all keys integrated. Autounattend.xml AIO (x86/amd64). Only one dialog box will be displayed to choose the OS to install <?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"><SetupUILanguage><UILanguage>fr-FR</UILanguage></SetupUILanguage><InputLocale>100c:0000100c</InputLocale><SystemLocale>fr-CH</SystemLocale><UILanguage>fr-FR</UILanguage><UserLocale>fr-CH</UserLocale></component><component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" 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>fr-FR</UILanguage></SetupUILanguage><InputLocale>100c:0000100c</InputLocale><SystemLocale>fr-CH</SystemLocale><UILanguage>fr-FR</UILanguage><UserLocale>fr-CH</UserLocale></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"><Diagnostics><OptIn>false</OptIn></Diagnostics><DiskConfiguration><WillShowUI>OnError</WillShowUI><Disk wcm:action="add"><DiskID>0</DiskID><WillWipeDisk>true</WillWipeDisk><CreatePartitions><CreatePartition wcm:action="add"><Order>1</Order><Type>Primary</Type><Size>100</Size></CreatePartition><CreatePartition wcm:action="add"><Order>2</Order><Type>Primary</Type><Extend>true</Extend></CreatePartition></CreatePartitions><ModifyPartitions><ModifyPartition wcm:action="add"><Order>1</Order><PartitionID>1</PartitionID><Label>System</Label><Format>NTFS</Format><Active>true</Active></ModifyPartition><ModifyPartition wcm:action="add"><Order>2</Order><PartitionID>2</PartitionID><Letter>C</Letter><Label>SEVEN</Label><Format>NTFS</Format></ModifyPartition></ModifyPartitions></Disk></DiskConfiguration><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1280</HorizontalResolution><VerticalResolution>1024</VerticalResolution><RefreshRate>60</RefreshRate></Display><DynamicUpdate><Enable>false</Enable><WillShowUI>Never</WillShowUI></DynamicUpdate><ImageInstall><OSImage><InstallTo><DiskID>0</DiskID><PartitionID>2</PartitionID></InstallTo><WillShowUI>OnError</WillShowUI><InstallToAvailablePartition>false</InstallToAvailablePartition></OSImage></ImageInstall><UserData><AcceptEula>true</AcceptEula><FullName>Arthur Bolomey</FullName><Organization>particulier</Organization></UserData><EnableFirewall>true</EnableFirewall></component><component name="Microsoft-Windows-Setup" processorArchitecture="amd64" 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>OnError</WillShowUI><Disk wcm:action="add"><DiskID>0</DiskID><WillWipeDisk>true</WillWipeDisk><CreatePartitions><CreatePartition wcm:action="add"><Order>1</Order><Type>Primary</Type><Size>100</Size></CreatePartition><CreatePartition wcm:action="add"><Order>2</Order><Type>Primary</Type><Extend>true</Extend></CreatePartition></CreatePartitions><ModifyPartitions><ModifyPartition wcm:action="add"><Order>1</Order><PartitionID>1</PartitionID><Label>System</Label><Format>NTFS</Format><Active>true</Active></ModifyPartition><ModifyPartition wcm:action="add"><Order>2</Order><PartitionID>2</PartitionID><Letter>C</Letter><Label>SEVEN</Label><Format>NTFS</Format></ModifyPartition></ModifyPartitions></Disk></DiskConfiguration><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1280</HorizontalResolution><VerticalResolution>1024</VerticalResolution><RefreshRate>60</RefreshRate></Display><DynamicUpdate><Enable>false</Enable><WillShowUI>Never</WillShowUI></DynamicUpdate><ImageInstall><OSImage><InstallTo><DiskID>0</DiskID><PartitionID>2</PartitionID></InstallTo><WillShowUI>OnError</WillShowUI><InstallToAvailablePartition>false</InstallToAvailablePartition></OSImage></ImageInstall><UserData><AcceptEula>true</AcceptEula><FullName>Arthur Bolomey</FullName><Organization>particulier</Organization></UserData><EnableFirewall>true</EnableFirewall></component></settings><settings pass="specialize"><component name="Microsoft-Windows-Security-SPP-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"><SkipAutoActivation>true</SkipAutoActivation></component><component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SkipAutoActivation>true</SkipAutoActivation></component><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"><ComputerName>Se7en</ComputerName><TimeZone>W. Europe Standard Time</TimeZone></component><component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><ComputerName>Se7en</ComputerName><TimeZone>W. Europe Standard Time</TimeZone></component><component name="Microsoft-Windows-IE-InternetExplorer" 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"><DisableOOBAccelerators>true</DisableOOBAccelerators><DisableFirstRunWizard>true</DisableFirstRunWizard><EnableLinksBar>false</EnableLinksBar><FilterLevel>High</FilterLevel><Home_Page>http://www.google.ch</Home_Page><BlockPopups>yes</BlockPopups><SuggestedSitesEnabled>false</SuggestedSitesEnabled><PlaySound>True</PlaySound><ShowInformationBar>true</ShowInformationBar><ShowMenuBar>true</ShowMenuBar></component><component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><DisableOOBAccelerators>true</DisableOOBAccelerators><DisableFirstRunWizard>true</DisableFirstRunWizard><EnableLinksBar>false</EnableLinksBar><FilterLevel>Medium</FilterLevel><Home_Page>http://www.google.ch</Home_Page><BlockPopups>yes</BlockPopups><SuggestedSitesEnabled>false</SuggestedSitesEnabled><PlaySound>True</PlaySound><ShowInformationBar>true</ShowInformationBar><ShowMenuBar>true</ShowMenuBar></component></settings><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>100c:0000100c</InputLocale><UILanguage>fr-FR</UILanguage><UserLocale>fr-CH</UserLocale></component><component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" 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>100c:0000100c</InputLocale><UILanguage>fr-FR</UILanguage><UserLocale>fr-CH</UserLocale></component><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"><TimeZone>W. Europe Standard Time</TimeZone><RegisteredOwner>Arthur Bolomey</RegisteredOwner><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1280</HorizontalResolution><VerticalResolution>1024</VerticalResolution><RefreshRate>60</RefreshRate></Display><OOBE><HideEULAPage>true</HideEULAPage><HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE><NetworkLocation>Home</NetworkLocation><ProtectYourPC>1</ProtectYourPC></OOBE><AutoLogon><Password><Value>yxcvbnm</Value><PlainText>true</PlainText></Password><Enabled>true</Enabled><LogonCount>9999999</LogonCount><Username>Arthur</Username></AutoLogon><UserAccounts><LocalAccounts><LocalAccount wcm:action="add"><Password><Value>yxcvbnm</Value><PlainText>true</PlainText></Password><DisplayName>Arthur</DisplayName><Name>Arthur</Name><Group>Administrators</Group></LocalAccount></LocalAccounts></UserAccounts></component><component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><TimeZone>W. Europe Standard Time</TimeZone><RegisteredOwner>Arthur Bolomey</RegisteredOwner><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1280</HorizontalResolution><VerticalResolution>1024</VerticalResolution><RefreshRate>60</RefreshRate></Display><OOBE><HideEULAPage>true</HideEULAPage><HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE><NetworkLocation>Home</NetworkLocation><ProtectYourPC>1</ProtectYourPC></OOBE><AutoLogon><Password><Value>yxcvbnm</Value><PlainText>true</PlainText></Password><Enabled>true</Enabled><LogonCount>9999999</LogonCount><Username>Arthur</Username></AutoLogon><UserAccounts><LocalAccounts><LocalAccount wcm:action="add"><Password><Value>yxcvbnm</Value><PlainText>true</PlainText></Password><DisplayName>Arthur</DisplayName><Name>Arthur</Name><Group>Administrators</Group></LocalAccount></LocalAccounts></UserAccounts></component></settings></unattend><!--Customized by myselfidem. For Windows 7 AIO. One partition and 1 Aministrator. All keys must be already integrated. Adapt the values to your needs--> C - Autounattend.xml AIO [with only One install.wim and 2 images (using indexes)] <?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"><SetupUILanguage><UILanguage>fr-FR</UILanguage></SetupUILanguage><InputLocale>040c:0000040c</InputLocale><SystemLocale>fr-FR</SystemLocale><UILanguage>fr-FR</UILanguage><UserLocale>fr-FR</UserLocale></component><component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" 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>fr-FR</UILanguage></SetupUILanguage><InputLocale>040c:0000040c</InputLocale><SystemLocale>fr-FR</SystemLocale><UILanguage>fr-FR</UILanguage><UserLocale>fr-FR</UserLocale></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><WillShowUI>OnError</WillShowUI><Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key></ProductKey><AcceptEula>true</AcceptEula><FullName>Robin Turtle</FullName><Organization>private</Organization></UserData><DiskConfiguration><WillShowUI>Always</WillShowUI></DiskConfiguration><ImageInstall><OSImage><WillShowUI>OnError</WillShowUI><InstallFrom><MetaData wcm:action="add"><Key>/IMAGE/INDEX</Key><Value>1</Value></MetaData></InstallFrom></OSImage></ImageInstall><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1280</HorizontalResolution><VerticalResolution>1024</VerticalResolution></Display></component><component name="Microsoft-Windows-Setup" processorArchitecture="amd64" 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><WillShowUI>OnError</WillShowUI><Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key></ProductKey><AcceptEula>true</AcceptEula><FullName>Robin Turtle</FullName><Organization>private</Organization></UserData><DiskConfiguration><WillShowUI>Always</WillShowUI></DiskConfiguration><ImageInstall><OSImage><WillShowUI>OnError</WillShowUI><InstallFrom><MetaData wcm:action="add"><Key>/IMAGE/INDEX</Key><Value>2</Value></MetaData></InstallFrom></OSImage></ImageInstall><Display><ColorDepth>32</ColorDepth><HorizontalResolution>1280</HorizontalResolution><VerticalResolution>1024</VerticalResolution></Display></component></settings>....... You can download the folder SetProductKey.rar (fr-FR/en-US) containing more examples and a useful batch file to integrate the keys, here: http://www.mediafire.../?uss84mzbqo91q Note: Always check your new Autounattend.xml file with WSIM to see if errors! Useful information: http://technet.microsoft.com/en-us/library/dd744261(WS.10).aspx *Edit: Thanks to report errors if you have.
    1 point
×
×
  • Create New...