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

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

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/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>
65 </settings> 79 </settings>
66 <settings pass="specialize"> 80 <settings pass="specialize">
67 <component name="Microsoft-Windows-Deployment" 81 <component name="Microsoft-Windows-Deployment"
68 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35" 82 processorArchitecture="x86" publicKeyToken="31bf3856ad36 4e35"
69 language="neutral" versionScope="nonSxS" 83 language="neutral" versionScope="nonSxS"
70 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 84 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
71 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 85 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
72 <RunSynchronous> 86 <RunSynchronous>
73 <RunSynchronousCommand wcm:action="add"> 87 <RunSynchronousCommand wcm:action="add">
74 <Description>EnableAdmin</Description> 88 <Description>EnableAdmin</Description>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 </AutoLogon> 130 </AutoLogon>
117 <OOBE> 131 <OOBE>
118 <HideEULAPage>true</HideEULAPage> 132 <HideEULAPage>true</HideEULAPage>
119 <NetworkLocation>Work</NetworkLocation> 133 <NetworkLocation>Work</NetworkLocation>
120 <ProtectYourPC>1</ProtectYourPC> 134 <ProtectYourPC>1</ProtectYourPC>
121 <SkipUserOOBE>true</SkipUserOOBE> 135 <SkipUserOOBE>true</SkipUserOOBE>
122 <SkipMachineOOBE>true</SkipMachineOOBE> 136 <SkipMachineOOBE>true</SkipMachineOOBE>
123 </OOBE> 137 </OOBE>
124 <FirstLogonCommands> 138 <FirstLogonCommands>
125 <SynchronousCommand wcm:action="add"> 139 <SynchronousCommand wcm:action="add">
140 <CommandLine>%WINDIR%\System32\cmd /c KV M_TEST_VIRTIO_NETWORK_INSTALLER"</CommandLine>
126 <Order>1</Order> 141 <Order>1</Order>
127 <CommandLine>%WINDIR%\System32\cmd /c st art /w pkgmgr /iu:"TelnetServer"</CommandLine>
128 </SynchronousCommand> 142 </SynchronousCommand>
129 <SynchronousCommand wcm:action="add"> 143 <SynchronousCommand wcm:action="add">
144 <CommandLine>%WINDIR%\System32\cmd /c st art /w pkgmgr /iu:"TelnetServer"</CommandLine>
130 <Order>2</Order> 145 <Order>2</Order>
131 <CommandLine>%WINDIR%\System32\cmd /c sc config TlntSvr start= auto</CommandLine>
132 </SynchronousCommand> 146 </SynchronousCommand>
133 <SynchronousCommand wcm:action="add"> 147 <SynchronousCommand wcm:action="add">
148 <CommandLine>%WINDIR%\System32\cmd /c sc config TlntSvr start= auto</CommandLine>
134 <Order>3</Order> 149 <Order>3</Order>
135 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine>
136 </SynchronousCommand> 150 </SynchronousCommand>
137 <SynchronousCommand wcm:action="add"> 151 <SynchronousCommand wcm:action="add">
152 <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine>
138 <Order>4</Order> 153 <Order>4</Order>
139 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine>
140 </SynchronousCommand> 154 </SynchronousCommand>
141 <SynchronousCommand wcm:action="add"> 155 <SynchronousCommand wcm:action="add">
156 <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine>
142 <Order>5</Order> 157 <Order>5</Order>
143 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
144 </SynchronousCommand> 158 </SynchronousCommand>
145 <SynchronousCommand wcm:action="add"> 159 <SynchronousCommand wcm:action="add">
160 <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
146 <Order>6</Order> 161 <Order>6</Order>
147 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
148 </SynchronousCommand> 162 </SynchronousCommand>
149 <SynchronousCommand wcm:action="add"> 163 <SynchronousCommand wcm:action="add">
164 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
150 <Order>7</Order> 165 <Order>7</Order>
166 </SynchronousCommand>
167 <SynchronousCommand wcm:action="add">
151 <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>
169 <Order>8</Order>
152 </SynchronousCommand> 170 </SynchronousCommand>
153 </FirstLogonCommands> 171 </FirstLogonCommands>
154 </component> 172 </component>
155 <component name="Microsoft-Windows-International-Core" 173 <component name="Microsoft-Windows-International-Core"
156 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35" 174 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35"
157 language="neutral" versionScope="nonSxS" 175 language="neutral" versionScope="nonSxS"
158 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate" 176 xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/S tate"
159 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 177 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
160 <InputLocale>0409:00000409</InputLocale> 178 <InputLocale>0409:00000409</InputLocale>
161 <SystemLocale>en-us</SystemLocale> 179 <SystemLocale>en-us</SystemLocale>
162 <UILanguage>en-us</UILanguage> 180 <UILanguage>en-us</UILanguage>
163 <UILanguageFallback>en-us</UILanguageFallback> 181 <UILanguageFallback>en-us</UILanguageFallback>
164 <UserLocale>en-us</UserLocale> 182 <UserLocale>en-us</UserLocale>
165 </component> 183 </component>
166 </settings> 184 </settings>
167 <cpi:offlineImage 185 <cpi:offlineImage
168 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist a ENTERPRISE" 186 cpi:source="wim:d:/os/vista/x64/sources/install.wim#Windows Vist a ENTERPRISE"
169 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 187 xmlns:cpi="urn:schemas-microsoft-com:cpi" />
170 </unattend> 188 </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