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

Side by Side Diff: client/tests/kvm/unattended/win7-64-autounattend.xml

Issue 6246035: Merge remote branch 'cros/upstream' into master (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 10 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-International-Core-WinPE" 4 <component name="Microsoft-Windows-International-Core-WinPE"
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 <SetupUILanguage> 9 <SetupUILanguage>
10 <UILanguage>en-us</UILanguage> 10 <UILanguage>en-us</UILanguage>
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 </SynchronousCommand> 161 </SynchronousCommand>
162 <SynchronousCommand wcm:action="add"> 162 <SynchronousCommand wcm:action="add">
163 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine> 163 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
164 <Order>7</Order> 164 <Order>7</Order>
165 </SynchronousCommand> 165 </SynchronousCommand>
166 <SynchronousCommand wcm:action="add"> 166 <SynchronousCommand wcm:action="add">
167 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine> 167 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
168 <Order>8</Order> 168 <Order>8</Order>
169 </SynchronousCommand> 169 </SynchronousCommand>
170 <SynchronousCommand wcm:action="add"> 170 <SynchronousCommand wcm:action="add">
171 » » » » » <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine> 171 » » » » » <CommandLine>%WINDIR%\System32\cmd /c A: \finish.exe</CommandLine>
172 <Order>9</Order> 172 <Order>9</Order>
173 </SynchronousCommand> 173 </SynchronousCommand>
174 </FirstLogonCommands> 174 </FirstLogonCommands>
175 </component> 175 </component>
176 </settings> 176 </settings>
177 <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVER STANDARD" 177 <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVER STANDARD"
178 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 178 xmlns:cpi="urn:schemas-microsoft-com:cpi" />
179 </unattend> 179 </unattend>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698