Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: client/tests/kvm/unattended/win2008-r2-autounattend.xml

Issue 6124004: Revert "Merge remote branch 'cros/upstream' into autotest-rebase" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <unattend xmlns="urn:schemas-microsoft-com:unattend"> 2 <unattend xmlns="urn:schemas-microsoft-com:unattend">
3 <settings pass="windowsPE"> 3 <settings pass="windowsPE">
4 <component name="Microsoft-Windows-Setup" 4 <component name="Microsoft-Windows-Setup"
5 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35" 5 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35"
6 language="neutral" versionScope="nonSxS" 6 language="neutral" versionScope="nonSxS"
7 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 7 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
8 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 8 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
9 <DiskConfiguration> 9 <DiskConfiguration>
10 <WillShowUI>OnError</WillShowUI> 10 <WillShowUI>OnError</WillShowUI>
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 <component name="Microsoft-Windows-International-Core" 107 <component name="Microsoft-Windows-International-Core"
108 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35" 108 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
109 language="neutral" versionScope="nonSxS" 109 language="neutral" versionScope="nonSxS"
110 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 110 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
111 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 111 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
112 <InputLocale>0409:00000409</InputLocale> 112 <InputLocale>0409:00000409</InputLocale>
113 <SystemLocale>en-US</SystemLocale> 113 <SystemLocale>en-US</SystemLocale>
114 <UILanguage>en-US</UILanguage> 114 <UILanguage>en-US</UILanguage>
115 <UserLocale>en-US</UserLocale> 115 <UserLocale>en-US</UserLocale>
116 </component> 116 </component>
117 <component name="Microsoft-Windows-PnpCustomizationsWinPE"
118 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35"
119 language="neutral" versionScope="nonSxS"
120 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
121 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
122 <DriverPaths>
123 <PathAndCredentials wcm:keyValue="1" wcm:action= "add">
124 <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path >
125 </PathAndCredentials>
126 <PathAndCredentials wcm:keyValue="2" wcm:action= "add">
127 <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path >
128 </PathAndCredentials>
129 </DriverPaths>
130 </component>
117 </settings> 131 </settings>
118 <settings pass="oobeSystem"> 132 <settings pass="oobeSystem">
119 <component name="Microsoft-Windows-Shell-Setup" 133 <component name="Microsoft-Windows-Shell-Setup"
120 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35" 134 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35"
121 language="neutral" versionScope="nonSxS" 135 language="neutral" versionScope="nonSxS"
122 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 136 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
123 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 137 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
124 <UserAccounts> 138 <UserAccounts>
125 <AdministratorPassword> 139 <AdministratorPassword>
126 <Value>1q2w3eP</Value> 140 <Value>1q2w3eP</Value>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 <SystemLocale>en-us</SystemLocale> 205 <SystemLocale>en-us</SystemLocale>
192 <UILanguage>en-us</UILanguage> 206 <UILanguage>en-us</UILanguage>
193 <UILanguageFallback>en-us</UILanguageFallback> 207 <UILanguageFallback>en-us</UILanguageFallback>
194 <UserLocale>en-us</UserLocale> 208 <UserLocale>en-us</UserLocale>
195 </component> 209 </component>
196 </settings> 210 </settings>
197 <cpi:offlineImage 211 <cpi:offlineImage
198 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist a ENTERPRISE" 212 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist a ENTERPRISE"
199 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 213 xmlns:cpi="urn:schemas-microsoft-com:cpi" />
200 </unattend> 214 </unattend>
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/win2008-64-autounattend.xml ('k') | client/tests/kvm/unattended/win7-32-autounattend.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698