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

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