• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[Data]
2AutoPartition = 1
3MsDosInitiated = 0
4UnattendedInstall = Yes
5
6[Unattended]
7UnattendMode = FullUnattended
8OemSkipEula = Yes
9OemPreinstall = No
10UnattendSwitch = Yes
11CrashDumpSetting = 1
12DriverSigningPolicy = ignore
13OemPnPDriversPath = KVM_TEST_NETWORK_DRIVER_PATH
14WaitForReboot = no
15Repartition = yes
16
17[GuiUnattended]
18AdminPassword = "1q2w3eP"
19AutoLogon = Yes
20AutoLogonCount = 1000
21OEMSkipRegional = 1
22TimeZone = 85
23OemSkipWelcome = 1
24
25[UserData]
26ProductKey = KVM_TEST_CDKEY
27FullName = "Autotest Mindless Drone"
28OrgName = "Autotest"
29ComputerName = *
30
31[LicenseFilePrintData]
32AutoMode = PerServer
33AutoUsers = 15
34
35[Identification]
36JoinWorkgroup = WORKGROUP
37
38[Networking]
39InstallDefaultComponents = Yes
40
41[Components]
42
43[TerminalServices]
44AllowConnections = 1
45
46[WindowsFirewall]
47Profiles = WindowsFirewall.TurnOffFirewall
48
49[WindowsFirewall.TurnOffFirewall]
50Mode = 0
51
52[SetupParams]
53local = "Local Area Connection"
54
55[Display]
56Xresolution = 1024
57YResolution = 768
58
59[GuiRunOnce]
60Command0 = "cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
61Command1 = "cmd /c sc config TlntSvr start= auto"
62Command2 = "cmd /c netsh firewall set opmode disable"
63Command3 = "cmd /c net start telnet"
64Command4 = "cmd /c E:\setuprss.bat"
65Command5 = "cmd /c netsh interface ip set address local dhcp"
66Command6 = "cmd /c A:\finish.exe"
67