Minor changes for ATAPI Srb Functions
[reactos.git] / boot / bootdata / bootcd / unattend.inf
1 ; Set UnattendSetupEnabled to yes in order to get unattended setup working
2
3 [Unattend]
4 Signature = "$ReactOS$"
5
6 ; yes - unattend setup enabled
7 ; no - unattend setup disabled
8 UnattendSetupEnabled = no
9
10 ; Install to \Device\Harddisk0\Partition1\ReactOS
11 DestinationDiskNumber = 0
12 DestinationPartitionNumber = 1
13 InstallationDirectory=ReactOS
14
15 ; MBRInstallType=0 skips MBR installation
16 ; MBRInstallType=1 install MBR on floppy
17 ; MBRInstallType=2 install MBR on hdd
18 MBRInstallType=2
19
20 FullName="MyName"
21 ;OrgName="MyOrg"
22 ComputerName="MYCOMPUTERNAME";
23 AdminPassword="MyPassword"
24
25 ; TimeZone is set GMT as default
26 TimeZoneIndex=85
27
28 ; enable this setting to disable daylight saving changes
29 ; DisableAutoDaylightTimeSet = 1
30
31 ; enable this setting to format the selected partition
32 ; 1 - format enabled
33 ; 0 - format disabled
34 FormatPartition=1
35
36 ; enable this setting to automatically create a partition
37 ; during installation
38 ; 1 - enabled
39 ; 0 - disabled
40 AutoPartition = 1
41
42 ; enable this setting to disable vmware driver install
43 ; yes - disabled
44 ; no - enabled
45 DisableVmwInst = yes
46
47 ; enable this setting to disable Gecko install
48 ; yes - disabled
49 ; no - enabled
50 DisableGeckoInst = no
51
52 ; set this option to automatically
53 ; specify language in 2nd mode setup
54 ; see hivesys.inf for available languages
55 LocaleID = 409
56
57
58 ; enable this section to automatically launch programs
59 ; after 3rd boot
60 ;
61 ; [GuiRunOnce]
62 ; %SystemRoot%\system32\cmd.exe
63