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

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

Issue 3541002: Revert "Merge remote branch 'cros/upstream' into tempbranch2" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Created 10 years, 2 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="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:00010409</InputLocale> 12 <InputLocale>0409:00010409</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"
19 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35"
20 language="neutral" versionScope="nonSxS"
21 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
23 <DriverPaths>
24 <PathAndCredentials wcm:keyValue="1" wcm:action= "add">
25 <Path>KVM_TEST_STORAGE_DRIVER_PATH</Path >
26 </PathAndCredentials>
27 <PathAndCredentials wcm:keyValue="2" wcm:action= "add">
28 <Path>KVM_TEST_NETWORK_DRIVER_PATH</Path >
29 </PathAndCredentials>
30 </DriverPaths>
31 </component>
32 <component name="Microsoft-Windows-Setup" 18 <component name="Microsoft-Windows-Setup"
33 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35" 19 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
34 language="neutral" versionScope="nonSxS" 20 language="neutral" versionScope="nonSxS"
35 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 21 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
36 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
37 <DiskConfiguration> 23 <DiskConfiguration>
38 <Disk wcm:action="add"> 24 <Disk wcm:action="add">
39 <CreatePartitions> 25 <CreatePartitions>
40 <CreatePartition wcm:action="add "> 26 <CreatePartition wcm:action="add ">
41 <Order>1</Order> 27 <Order>1</Order>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 <Password> 108 <Password>
123 <Value>1q2w3eP</Value> 109 <Value>1q2w3eP</Value>
124 <PlainText>true</PlainText> 110 <PlainText>true</PlainText>
125 </Password> 111 </Password>
126 <Username>Administrator</Username> 112 <Username>Administrator</Username>
127 <LogonCount>5</LogonCount> 113 <LogonCount>5</LogonCount>
128 <Enabled>true</Enabled> 114 <Enabled>true</Enabled>
129 </AutoLogon> 115 </AutoLogon>
130 <FirstLogonCommands> 116 <FirstLogonCommands>
131 <SynchronousCommand wcm:action="add"> 117 <SynchronousCommand wcm:action="add">
132 <CommandLine>%WINDIR%\System32\cmd /c KV M_TEST_VIRTIO_NETWORK_INSTALLER"</CommandLine>
133 <Order>1</Order> 118 <Order>1</Order>
119 <CommandLine>%WINDIR%\System32\cmd /c st art /w pkgmgr /iu:"TelnetServer"</CommandLine>
134 </SynchronousCommand> 120 </SynchronousCommand>
135 <SynchronousCommand wcm:action="add"> 121 <SynchronousCommand wcm:action="add">
136 <CommandLine>%WINDIR%\System32\cmd /c st art /w pkgmgr /iu:"TelnetServer"</CommandLine>
137 <Order>2</Order> 122 <Order>2</Order>
123 <CommandLine>%WINDIR%\System32\cmd /c sc config TlntSvr start= auto</CommandLine>
138 </SynchronousCommand> 124 </SynchronousCommand>
139 <SynchronousCommand wcm:action="add"> 125 <SynchronousCommand wcm:action="add">
140 <CommandLine>%WINDIR%\System32\cmd /c sc config TlntSvr start= auto</CommandLine>
141 <Order>3</Order> 126 <Order>3</Order>
127 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine>
142 </SynchronousCommand> 128 </SynchronousCommand>
143 <SynchronousCommand wcm:action="add"> 129 <SynchronousCommand wcm:action="add">
144 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine>
145 <Order>4</Order> 130 <Order>4</Order>
131 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine>
146 </SynchronousCommand> 132 </SynchronousCommand>
147 <SynchronousCommand wcm:action="add"> 133 <SynchronousCommand wcm:action="add">
148 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine>
149 <Order>5</Order> 134 <Order>5</Order>
135 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
150 </SynchronousCommand> 136 </SynchronousCommand>
151 <SynchronousCommand wcm:action="add"> 137 <SynchronousCommand wcm:action="add">
152 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
153 <Order>6</Order> 138 <Order>6</Order>
139 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
154 </SynchronousCommand> 140 </SynchronousCommand>
155 <SynchronousCommand wcm:action="add"> 141 <SynchronousCommand wcm:action="add">
156 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
157 <Order>7</Order> 142 <Order>7</Order>
158 </SynchronousCommand>
159 <SynchronousCommand wcm:action="add">
160 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine> 143 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine>
161 <Order>8</Order>
162 </SynchronousCommand> 144 </SynchronousCommand>
163 </FirstLogonCommands> 145 </FirstLogonCommands>
164 <OOBE> 146 <OOBE>
165 <ProtectYourPC>1</ProtectYourPC> 147 <ProtectYourPC>1</ProtectYourPC>
166 <NetworkLocation>Work</NetworkLocation> 148 <NetworkLocation>Work</NetworkLocation>
167 </OOBE> 149 </OOBE>
168 </component> 150 </component>
169 </settings> 151 </settings>
170 <settings pass="auditSystem"> 152 <settings pass="auditSystem">
171 <component name="Microsoft-Windows-Shell-Setup" 153 <component name="Microsoft-Windows-Shell-Setup"
172 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35" 154 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
173 language="neutral" versionScope="nonSxS" 155 language="neutral" versionScope="nonSxS"
174 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 156 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
175 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 157 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
176 <AutoLogon> 158 <AutoLogon>
177 <Password> 159 <Password>
178 <Value>1q2w3eP</Value> 160 <Value>1q2w3eP</Value>
179 <PlainText>true</PlainText> 161 <PlainText>true</PlainText>
180 </Password> 162 </Password>
181 <Username>Administrator</Username> 163 <Username>Administrator</Username>
182 <LogonCount>1000</LogonCount> 164 <LogonCount>1000</LogonCount>
183 <Enabled>true</Enabled> 165 <Enabled>true</Enabled>
184 </AutoLogon> 166 </AutoLogon>
185 </component> 167 </component>
186 </settings> 168 </settings>
187 <cpi:offlineImage 169 <cpi:offlineImage
188 cpi:source="wim:d:/os/win2k8/i386/sources/install.wim#Windows Lo nghorn SERVERSTANDARD" 170 cpi:source="wim:d:/os/win2k8/i386/sources/install.wim#Windows Lo nghorn SERVERSTANDARD"
189 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 171 xmlns:cpi="urn:schemas-microsoft-com:cpi" />
190 </unattend> 172 </unattend>
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/win2003-64.sif ('k') | client/tests/kvm/unattended/win2008-64-autounattend.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698