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

Side by Side Diff: client/tests/kvm/unattended/win2008-64-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-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>
87 </settings> 73 </settings>
88 <settings pass="specialize"> 74 <settings pass="specialize">
89 <component name="Microsoft-Windows-Deployment" 75 <component name="Microsoft-Windows-Deployment"
90 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35" 76 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
91 language="neutral" versionScope="nonSxS" 77 language="neutral" versionScope="nonSxS"
92 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 78 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
93 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 79 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
94 <RunSynchronous> 80 <RunSynchronous>
95 <RunSynchronousCommand wcm:action="add"> 81 <RunSynchronousCommand wcm:action="add">
96 <Description>EnableAdmin</Description> 82 <Description>EnableAdmin</Description>
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 <Password> 117 <Password>
132 <Value>1q2w3eP</Value> 118 <Value>1q2w3eP</Value>
133 <PlainText>true</PlainText> 119 <PlainText>true</PlainText>
134 </Password> 120 </Password>
135 <Enabled>true</Enabled> 121 <Enabled>true</Enabled>
136 <LogonCount>1000</LogonCount> 122 <LogonCount>1000</LogonCount>
137 <Username>Administrator</Username> 123 <Username>Administrator</Username>
138 </AutoLogon> 124 </AutoLogon>
139 <FirstLogonCommands> 125 <FirstLogonCommands>
140 <SynchronousCommand wcm:action="add"> 126 <SynchronousCommand wcm:action="add">
141 <CommandLine>%WINDIR%\System32\cmd /c KV M_TEST_VIRTIO_NETWORK_INSTALLER"</CommandLine>
142 <Order>1</Order> 127 <Order>1</Order>
128 <CommandLine>%WINDIR%\System32\cmd /c st art /w pkgmgr /iu:"TelnetServer"</CommandLine>
143 </SynchronousCommand> 129 </SynchronousCommand>
144 <SynchronousCommand wcm:action="add"> 130 <SynchronousCommand wcm:action="add">
145 <CommandLine>%WINDIR%\System32\cmd /c st art /w pkgmgr /iu:"TelnetServer"</CommandLine>
146 <Order>2</Order> 131 <Order>2</Order>
132 <CommandLine>%WINDIR%\System32\cmd /c sc config TlntSvr start= auto</CommandLine>
147 </SynchronousCommand> 133 </SynchronousCommand>
148 <SynchronousCommand wcm:action="add"> 134 <SynchronousCommand wcm:action="add">
149 <CommandLine>%WINDIR%\System32\cmd /c sc config TlntSvr start= auto</CommandLine>
150 <Order>3</Order> 135 <Order>3</Order>
136 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine>
151 </SynchronousCommand> 137 </SynchronousCommand>
152 <SynchronousCommand wcm:action="add"> 138 <SynchronousCommand wcm:action="add">
153 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine>
154 <Order>4</Order> 139 <Order>4</Order>
140 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine>
155 </SynchronousCommand> 141 </SynchronousCommand>
156 <SynchronousCommand wcm:action="add"> 142 <SynchronousCommand wcm:action="add">
157 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine>
158 <Order>5</Order> 143 <Order>5</Order>
144 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
159 </SynchronousCommand> 145 </SynchronousCommand>
160 <SynchronousCommand wcm:action="add"> 146 <SynchronousCommand wcm:action="add">
161 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
162 <Order>6</Order> 147 <Order>6</Order>
148 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
163 </SynchronousCommand> 149 </SynchronousCommand>
164 <SynchronousCommand wcm:action="add"> 150 <SynchronousCommand wcm:action="add">
165 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
166 <Order>7</Order> 151 <Order>7</Order>
167 </SynchronousCommand>
168 <SynchronousCommand wcm:action="add">
169 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine> 152 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine>
170 <Order>8</Order>
171 </SynchronousCommand> 153 </SynchronousCommand>
172 </FirstLogonCommands> 154 </FirstLogonCommands>
173 <OOBE> 155 <OOBE>
174 <HideEULAPage>true</HideEULAPage> 156 <HideEULAPage>true</HideEULAPage>
175 <NetworkLocation>Work</NetworkLocation> 157 <NetworkLocation>Work</NetworkLocation>
176 <ProtectYourPC>1</ProtectYourPC> 158 <ProtectYourPC>1</ProtectYourPC>
177 <SkipUserOOBE>true</SkipUserOOBE> 159 <SkipUserOOBE>true</SkipUserOOBE>
178 <SkipMachineOOBE>true</SkipMachineOOBE> 160 <SkipMachineOOBE>true</SkipMachineOOBE>
179 </OOBE> 161 </OOBE>
180 </component> 162 </component>
181 <component name="Microsoft-Windows-International-Core" 163 <component name="Microsoft-Windows-International-Core"
182 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35" 164 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35"
183 language="neutral" versionScope="nonSxS" 165 language="neutral" versionScope="nonSxS"
184 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 166 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
185 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 167 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
186 <InputLocale>0409:00000409</InputLocale> 168 <InputLocale>0409:00000409</InputLocale>
187 <SystemLocale>en-us</SystemLocale> 169 <SystemLocale>en-us</SystemLocale>
188 <UILanguage>en-us</UILanguage> 170 <UILanguage>en-us</UILanguage>
189 <UILanguageFallback>en-us</UILanguageFallback> 171 <UILanguageFallback>en-us</UILanguageFallback>
190 <UserLocale>en-us</UserLocale> 172 <UserLocale>en-us</UserLocale>
191 </component> 173 </component>
192 </settings> 174 </settings>
193 <cpi:offlineImage 175 <cpi:offlineImage
194 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist a ENTERPRISE" 176 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist a ENTERPRISE"
195 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 177 xmlns:cpi="urn:schemas-microsoft-com:cpi" />
196 </unattend> 178 </unattend>
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/win2008-32-autounattend.xml ('k') | client/tests/kvm/unattended/win2008-r2-autounattend.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698