94cf61484661fe0a267450673939f81048f6bd38
[reactos.git] / boot / bootdata / bootcdregtest / unattend.inf
1 ; In order to get unattended setup working:
2 ; 1. Copy unattend.inf.sample to unattend.inf, adjust as needed
3 ; 2. Uncomment the line in bootdata.rbuild to include it into bootcd
4
5 [Unattend]
6 Signature = "$ReactOS$"
7
8 ; yes - unattend setup enabled
9 ; no - unattend setup disabled
10 UnattendSetupEnabled = yes
11
12 ; Install to \Device\Harddisk0\Partition1\ReactOS
13 DestinationDiskNumber = 0
14 DestinationPartitionNumber = 1
15 InstallationDirectory=ReactOS
16
17 ; MBRInstallType=0 skips MBR installation
18 ; MBRInstallType=1 install MBR on floppy
19 ; MBRInstallType=2 install MBR on hdd
20 MBRInstallType=2
21
22 FullName="MyName"
23 ;OrgName="MyOrg"
24 ComputerName="MYCOMPUTERNAME";
25 AdminPassword="MyPassword"
26
27 ; TimeZone is set GMT as default
28 TimeZoneIndex=85
29
30 ; enable this setting to disable daylight saving changes
31 ; DisableAutoDaylightTimeSet = 1
32
33 ; enable this setting to format the selected partition
34 ; 1 - format enabled
35 ; 0 - format disabled
36 FormatPartition=1
37
38 ; enable this setting to automatically create a partition
39 ; during installation
40 ; 1 - enabled
41 ; 0 - disabled
42 AutoPartition = 1
43
44 ; enable this setting to disable vmware driver install
45 ; yes - disabled
46 ; no - enabled
47 DisableVmwInst = yes
48 LocaleID = 407
49 BootCDRegTestActive = 1
50
51 ; enable this section to automatically launch programs
52 ; after 3rd boot
53 ;
54 ; [GuiRunOnce]
55 ; %SystemRoot%\system32\cmd.exe
56