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

Side by Side Diff: client/tests/kvm/unattended/win7-32-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-International-Core-WinPE" 4 <component name="Microsoft-Windows-International-Core-WinPE"
5 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35" 5 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
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 <SetupUILanguage> 9 <SetupUILanguage>
10 <UILanguage>en-us</UILanguage> 10 <UILanguage>en-us</UILanguage>
11 </SetupUILanguage> 11 </SetupUILanguage>
12 <InputLocale>0409:00000409</InputLocale> 12 <InputLocale>0409:00000409</InputLocale>
13 <SystemLocale>en-us</SystemLocale> 13 <SystemLocale>en-us</SystemLocale>
14 <UILanguage>en-us</UILanguage> 14 <UILanguage>en-us</UILanguage>
15 <UILanguageFallback>en-us</UILanguageFallback> 15 <UILanguageFallback>en-us</UILanguageFallback>
16 <UserLocale>en-us</UserLocale> 16 <UserLocale>en-us</UserLocale>
17 </component> 17 </component>
18 <component name="Microsoft-Windows-PnpCustomizationsWinPE" 18 <component name="Microsoft-Windows-PnpCustomizationsWinPE"
19 » » » processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35" 19 » » » processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
20 language="neutral" versionScope="nonSxS" 20 language="neutral" versionScope="nonSxS"
21 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 21 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
23 <DriverPaths> 23 <DriverPaths>
24 <PathAndCredentials wcm:keyValue="1" wcm:action= "add"> 24 <PathAndCredentials wcm:keyValue="1" wcm:action= "add">
25 <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path > 25 <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path >
26 </PathAndCredentials> 26 </PathAndCredentials>
27 <PathAndCredentials wcm:keyValue="2" wcm:action= "add"> 27 <PathAndCredentials wcm:keyValue="2" wcm:action= "add">
28 <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path > 28 <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path >
29 </PathAndCredentials> 29 </PathAndCredentials>
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 </SynchronousCommand> 149 </SynchronousCommand>
150 <SynchronousCommand wcm:action="add"> 150 <SynchronousCommand wcm:action="add">
151 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine> 151 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine>
152 <Order>4</Order> 152 <Order>4</Order>
153 </SynchronousCommand> 153 </SynchronousCommand>
154 <SynchronousCommand wcm:action="add"> 154 <SynchronousCommand wcm:action="add">
155 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine> 155 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine>
156 <Order>5</Order> 156 <Order>5</Order>
157 </SynchronousCommand> 157 </SynchronousCommand>
158 <SynchronousCommand wcm:action="add"> 158 <SynchronousCommand wcm:action="add">
159 <<<<<<< HEAD
159 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine> 160 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
160 <Order>6</Order> 161 <Order>6</Order>
161 </SynchronousCommand> 162 </SynchronousCommand>
162 <SynchronousCommand wcm:action="add"> 163 <SynchronousCommand wcm:action="add">
163 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine> 164 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
164 <Order>7</Order> 165 <Order>7</Order>
165 </SynchronousCommand> 166 </SynchronousCommand>
166 <SynchronousCommand wcm:action="add"> 167 <SynchronousCommand wcm:action="add">
167 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine> 168 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine>
168 <Order>8</Order> 169 <Order>8</Order>
169 </SynchronousCommand> 170 </SynchronousCommand>
171 =======
172 <CommandLine>%WINDIR%\System32\cmd /c bc dedit /set {current} bootstatuspolicy ignoreallfailures</CommandLine>
173 <Order>6</Order>
174 </SynchronousCommand>
175 <SynchronousCommand wcm:action="add">
176 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
177 <Order>7</Order>
178 </SynchronousCommand>
179 <SynchronousCommand wcm:action="add">
180 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
181 <Order>8</Order>
182 </SynchronousCommand>
183 <SynchronousCommand wcm:action="add">
184 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine>
185 <Order>9</Order>
186 </SynchronousCommand>
187 >>>>>>> cros/upstream
170 </FirstLogonCommands> 188 </FirstLogonCommands>
171 </component> 189 </component>
172 </settings> 190 </settings>
173 <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVER STANDARD" 191 <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVER STANDARD"
174 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 192 xmlns:cpi="urn:schemas-microsoft-com:cpi" />
175 </unattend> 193 </unattend>
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/win2008-r2-autounattend.xml ('k') | client/tests/kvm/unattended/win7-64-autounattend.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698