* Sync up to trunk head (r64377).
[reactos.git] / boot / bootdata / bootcdregtest / 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 = yes
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 LocaleID = 409
47
48 ; enable this section to automatically launch programs
49 ; after 3rd boot
50 ;
51 [GuiRunOnce]
52 %SystemRoot%\system32\cmd.exe /c "regtest.cmd"