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

Side by Side Diff: client/tests/kvm/unattended/winxp32.sif

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 ;SetupMgrTag 1 ;SetupMgrTag
2 [Data] 2 [Data]
3 AutoPartition=1 3 AutoPartition=1
4 MsDosInitiated="0" 4 MsDosInitiated="0"
5 UnattendedInstall="Yes" 5 UnattendedInstall="Yes"
6 6
7 [Unattended] 7 [Unattended]
8 Repartition=Yes 8 Repartition=Yes
9 UnattendMode=FullUnattended 9 UnattendMode=FullUnattended
10 OemSkipEula=Yes 10 OemSkipEula=Yes
11 OemPreinstall=No 11 OemPreinstall=No
12 TargetPath=\WINDOWS 12 TargetPath=\WINDOWS
13 UnattendSwitch=Yes 13 UnattendSwitch=Yes
14 CrashDumpSetting=1 14 CrashDumpSetting=1
15 DriverSigningPolicy=ignore 15 DriverSigningPolicy=ignore
16 OemPnPDriversPath="KVM_TEST_NETWORK_DRIVER_PATH"
16 WaitForReboot=no 17 WaitForReboot=no
17 18
18 [GuiUnattended] 19 [GuiUnattended]
19 AdminPassword="1q2w3eP" 20 AdminPassword="1q2w3eP"
20 EncryptedAdminPassword=NO 21 EncryptedAdminPassword=NO
21 TimeZone=85 22 TimeZone=85
22 OemSkipWelcome=1 23 OemSkipWelcome=1
23 AutoLogon=Yes 24 AutoLogon=Yes
24 AutoLogonCount=1000 25 AutoLogonCount=1000
25 OEMSkipRegional=1 26 OEMSkipRegional=1
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 Mode=0 62 Mode=0
62 63
63 [Branding] 64 [Branding]
64 BrandIEUsingUnattended=Yes 65 BrandIEUsingUnattended=Yes
65 66
66 [Display] 67 [Display]
67 Xresolution=1024 68 Xresolution=1024
68 YResolution=768 69 YResolution=768
69 70
70 [GuiRunOnce] 71 [GuiRunOnce]
71 Command0="cmd /c E:\setuprss.bat" 72 Command0="cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
72 Command1="cmd /c netsh interface ip set address local dhcp" 73 Command1="cmd /c E:\setuprss.bat"
73 Command2="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe" 74 Command2="cmd /c netsh interface ip set address local dhcp"
75 Command3="cmd /c ping 10.0.2.2 -n 20 && A:\finish.exe"
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/winvista-64-autounattend.xml ('k') | client/tests/kvm/unattended/winxp64.sif » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698