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

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

Powered by Google App Engine
This is Rietveld 408576698