Home | History | Annotate | Download | only in unattended
      1 [Data]
      2 AutoPartition = 1
      3 MsDosInitiated = "0"
      4 UnattendedInstall = "Yes"
      5 
      6 [Unattended]
      7 Repartition = Yes
      8 UnattendMode = FullUnattended
      9 OemSkipEula = Yes
     10 OemPreinstall = No
     11 TargetPath = \WINDOWS
     12 UnattendSwitch = Yes
     13 CrashDumpSetting = 1
     14 DriverSigningPolicy = ignore
     15 OemPnPDriversPath = KVM_TEST_NETWORK_DRIVER_PATH
     16 WaitForReboot = no
     17 
     18 [GuiUnattended]
     19 AdminPassword = "1q2w3eP"
     20 EncryptedAdminPassword = NO
     21 TimeZone = 85
     22 OemSkipWelcome = 1
     23 AutoLogon = Yes
     24 AutoLogonCount = 1000
     25 OEMSkipRegional = 1
     26 
     27 [UserData]
     28 ProductKey = KVM_TEST_CDKEY
     29 FullName = "Autotest Mindless Drone"
     30 OrgName = "Autotest"
     31 ComputerName = *
     32 
     33 [Identification]
     34 JoinWorkgroup = WORKGROUP
     35 
     36 [Networking]
     37 InstallDefaultComponents = Yes
     38 
     39 [Proxy]
     40 Proxy_Enable = 0
     41 Use_Same_Proxy = 0
     42 
     43 [Components]
     44 dialer = off
     45 media_clips = off
     46 media_utopia = off
     47 msnexplr = off
     48 netoc = off
     49 OEAccess = off
     50 templates = off
     51 WMAccess = off
     52 zonegames = off
     53 
     54 [TerminalServices]
     55 AllowConnections = 1
     56 
     57 [WindowsFirewall]
     58 Profiles = WindowsFirewall.TurnOffFirewall
     59 
     60 [WindowsFirewall.TurnOffFirewall]
     61 Mode = 0
     62 
     63 [Branding]
     64 BrandIEUsingUnattended = Yes
     65 
     66 [Display]
     67 Xresolution = 1024
     68 YResolution = 768
     69 
     70 [GuiRunOnce]
     71 Command0 = "cmd /c KVM_TEST_VIRTIO_NETWORK_INSTALLER"
     72 Command1 = "cmd /c E:\setuprss.bat"
     73 Command2 = "cmd /c netsh interface ip set address local dhcp"
     74 Command3 = "cmd /c sc config tlntsvr start= auto"
     75 Command4 = "cmd /c net start telnet"
     76 Command5 = "cmd /c A:\finish.exe"
     77