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

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