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

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

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 63 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
64 <SetupUILanguage> 64 <SetupUILanguage>
65 <UILanguage>en-us</UILanguage> 65 <UILanguage>en-us</UILanguage>
66 </SetupUILanguage> 66 </SetupUILanguage>
67 <InputLocale>0409:00000409</InputLocale> 67 <InputLocale>0409:00000409</InputLocale>
68 <SystemLocale>en-us</SystemLocale> 68 <SystemLocale>en-us</SystemLocale>
69 <UILanguage>en-us</UILanguage> 69 <UILanguage>en-us</UILanguage>
70 <UserLocale>en-us</UserLocale> 70 <UserLocale>en-us</UserLocale>
71 <UILanguageFallback>en-us</UILanguageFallback> 71 <UILanguageFallback>en-us</UILanguageFallback>
72 </component> 72 </component>
73 <component name="Microsoft-Windows-PnpCustomizationsWinPE"
74 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35"
75 language="neutral" versionScope="nonSxS"
76 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
77 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
78 <DriverPaths>
79 <PathAndCredentials wcm:keyValue="1" wcm:action= "add">
80 <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path >
81 </PathAndCredentials>
82 <PathAndCredentials wcm:keyValue="2" wcm:action= "add">
83 <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path >
84 </PathAndCredentials>
85 </DriverPaths>
86 </component>
73 </settings> 87 </settings>
74 <settings pass="specialize"> 88 <settings pass="specialize">
75 <component name="Microsoft-Windows-Deployment" 89 <component name="Microsoft-Windows-Deployment"
76 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35" 90 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
77 language="neutral" versionScope="nonSxS" 91 language="neutral" versionScope="nonSxS"
78 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 92 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
79 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 93 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
80 <RunSynchronous> 94 <RunSynchronous>
81 <RunSynchronousCommand wcm:action="add"> 95 <RunSynchronousCommand wcm:action="add">
82 <Description>EnableAdmin</Description> 96 <Description>EnableAdmin</Description>
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 </SynchronousCommand> 165 </SynchronousCommand>
152 <SynchronousCommand wcm:action="add"> 166 <SynchronousCommand wcm:action="add">
153 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine> 167 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine>
154 <Order>4</Order> 168 <Order>4</Order>
155 </SynchronousCommand> 169 </SynchronousCommand>
156 <SynchronousCommand wcm:action="add"> 170 <SynchronousCommand wcm:action="add">
157 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine> 171 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine>
158 <Order>5</Order> 172 <Order>5</Order>
159 </SynchronousCommand> 173 </SynchronousCommand>
160 <SynchronousCommand wcm:action="add"> 174 <SynchronousCommand wcm:action="add">
161 » » » » » <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine> 175 » » » » » <CommandLine>%WINDIR%\System32\cmd /c bc dedit /set {current} bootstatuspolicy ignoreallfailures</CommandLine>
162 <Order>6</Order> 176 <Order>6</Order>
163 </SynchronousCommand> 177 </SynchronousCommand>
164 <SynchronousCommand wcm:action="add"> 178 <SynchronousCommand wcm:action="add">
165 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine> 179 » » » » » <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
166 <Order>7</Order> 180 <Order>7</Order>
167 </SynchronousCommand> 181 </SynchronousCommand>
168 <SynchronousCommand wcm:action="add"> 182 <SynchronousCommand wcm:action="add">
183 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
184 <Order>8</Order>
185 </SynchronousCommand>
186 <SynchronousCommand wcm:action="add">
169 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine> 187 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine>
170 » » » » » <Order>8</Order> 188 » » » » » <Order>9</Order>
171 </SynchronousCommand> 189 </SynchronousCommand>
172 </FirstLogonCommands> 190 </FirstLogonCommands>
173 <OOBE> 191 <OOBE>
174 <HideEULAPage>true</HideEULAPage> 192 <HideEULAPage>true</HideEULAPage>
175 <NetworkLocation>Work</NetworkLocation> 193 <NetworkLocation>Work</NetworkLocation>
176 <ProtectYourPC>1</ProtectYourPC> 194 <ProtectYourPC>1</ProtectYourPC>
177 <SkipUserOOBE>true</SkipUserOOBE> 195 <SkipUserOOBE>true</SkipUserOOBE>
178 <SkipMachineOOBE>true</SkipMachineOOBE> 196 <SkipMachineOOBE>true</SkipMachineOOBE>
179 </OOBE> 197 </OOBE>
180 </component> 198 </component>
181 <component name="Microsoft-Windows-International-Core" 199 <component name="Microsoft-Windows-International-Core"
182 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35" 200 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35"
183 language="neutral" versionScope="nonSxS" 201 language="neutral" versionScope="nonSxS"
184 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 202 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
185 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 203 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
186 <InputLocale>0409:00000409</InputLocale> 204 <InputLocale>0409:00000409</InputLocale>
187 <SystemLocale>en-us</SystemLocale> 205 <SystemLocale>en-us</SystemLocale>
188 <UILanguage>en-us</UILanguage> 206 <UILanguage>en-us</UILanguage>
189 <UILanguageFallback>en-us</UILanguageFallback> 207 <UILanguageFallback>en-us</UILanguageFallback>
190 <UserLocale>en-us</UserLocale> 208 <UserLocale>en-us</UserLocale>
191 </component> 209 </component>
192 </settings> 210 </settings>
193 <cpi:offlineImage 211 <cpi:offlineImage
194 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"
195 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 213 xmlns:cpi="urn:schemas-microsoft-com:cpi" />
196 </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