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

Side by Side Diff: client/tests/kvm/unattended/win7-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-International-Core-WinPE" 4 <component name="Microsoft-Windows-International-Core-WinPE"
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 <SetupUILanguage> 9 <SetupUILanguage>
10 <UILanguage>en-us</UILanguage> 10 <UILanguage>en-us</UILanguage>
11 </SetupUILanguage> 11 </SetupUILanguage>
12 <InputLocale>0409:00000409</InputLocale> 12 <InputLocale>0409:00000409</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="amd64" publicKeyToken="31bf3856ad 364e35" 33 processorArchitecture="amd64" publicKeyToken="31bf3856ad 364e35"
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 <WillShowUI>OnError</WillShowUI> 38 <WillShowUI>OnError</WillShowUI>
25 <Disk wcm:action="add"> 39 <Disk wcm:action="add">
26 <CreatePartitions> 40 <CreatePartitions>
27 <CreatePartition wcm:action="add "> 41 <CreatePartition wcm:action="add ">
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 <Password> 129 <Password>
116 <Value>1q2w3eP</Value> 130 <Value>1q2w3eP</Value>
117 <PlainText>true</PlainText> 131 <PlainText>true</PlainText>
118 </Password> 132 </Password>
119 <Enabled>true</Enabled> 133 <Enabled>true</Enabled>
120 <LogonCount>1000</LogonCount> 134 <LogonCount>1000</LogonCount>
121 <Username>Administrator</Username> 135 <Username>Administrator</Username>
122 </AutoLogon> 136 </AutoLogon>
123 <FirstLogonCommands> 137 <FirstLogonCommands>
124 <SynchronousCommand wcm:action="add"> 138 <SynchronousCommand wcm:action="add">
125 » » » » » <CommandLine>%WINDIR%\System32\cmd /c st art /w pkgmgr /iu:"TelnetServer"</CommandLine> 139 » » » » » <CommandLine>%WINDIR%\System32\cmd /c KV M_TEST_VIRTIO_NETWORK_INSTALLER"</CommandLine>
126 <Order>1</Order> 140 <Order>1</Order>
127 </SynchronousCommand> 141 </SynchronousCommand>
128 <SynchronousCommand wcm:action="add"> 142 <SynchronousCommand wcm:action="add">
129 » » » » » <CommandLine>%WINDIR%\System32\cmd /c sc config TlntSvr start= auto</CommandLine> 143 » » » » » <CommandLine>%WINDIR%\System32\cmd /c st art /w pkgmgr /iu:"TelnetServer"</CommandLine>
130 <Order>2</Order> 144 <Order>2</Order>
131 </SynchronousCommand> 145 </SynchronousCommand>
132 <SynchronousCommand wcm:action="add"> 146 <SynchronousCommand wcm:action="add">
133 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine> 147 » » » » » <CommandLine>%WINDIR%\System32\cmd /c sc config TlntSvr start= auto</CommandLine>
134 <Order>3</Order> 148 <Order>3</Order>
135 </SynchronousCommand> 149 </SynchronousCommand>
136 <SynchronousCommand wcm:action="add"> 150 <SynchronousCommand wcm:action="add">
137 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine> 151 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne tsh firewall set opmode disable</CommandLine>
138 <Order>4</Order> 152 <Order>4</Order>
139 </SynchronousCommand> 153 </SynchronousCommand>
140 <SynchronousCommand wcm:action="add"> 154 <SynchronousCommand wcm:action="add">
141 » » » » » <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine> 155 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne t start telnet</CommandLine>
142 <Order>5</Order> 156 <Order>5</Order>
143 </SynchronousCommand> 157 </SynchronousCommand>
144 <SynchronousCommand wcm:action="add"> 158 <SynchronousCommand wcm:action="add">
145 » » » » » <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine> 159 » » » » » <CommandLine>%WINDIR%\System32\cmd /c E: \setuprss.bat</CommandLine>
146 <Order>6</Order> 160 <Order>6</Order>
147 </SynchronousCommand> 161 </SynchronousCommand>
148 <SynchronousCommand wcm:action="add"> 162 <SynchronousCommand wcm:action="add">
163 <CommandLine>%WINDIR%\System32\cmd /c ne tsh interface ip set address "Local Area Connection" dhcp</CommandLine>
164 <Order>7</Order>
165 </SynchronousCommand>
166 <SynchronousCommand wcm:action="add">
149 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine> 167 <CommandLine>%WINDIR%\System32\cmd /c pi ng 10.0.2.2 -n 20 &#38;&#38; A:\finish.exe</CommandLine>
150 » » » » » <Order>7</Order> 168 » » » » » <Order>8</Order>
151 </SynchronousCommand> 169 </SynchronousCommand>
152 </FirstLogonCommands> 170 </FirstLogonCommands>
153 </component> 171 </component>
154 </settings> 172 </settings>
155 <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVER STANDARD" 173 <cpi:offlineImage cpi:source="wim:c:/install.wim#Windows Longhorn SERVER STANDARD"
156 xmlns:cpi="urn:schemas-microsoft-com:cpi" /> 174 xmlns:cpi="urn:schemas-microsoft-com:cpi" />
157 </unattend> 175 </unattend>
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/win7-32-autounattend.xml ('k') | client/tests/kvm/unattended/winvista-32-autounattend.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698