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