[UNATTEND] Show how to enable the lautus theme in unattended mode.
[reactos.git] / reactos / 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 Gecko install
43 ; yes - disabled
44 ; no - enabled
45 DisableGeckoInst = no
46
47 ; set this option to automatically
48 ; specify language in 2nd mode setup
49 ; see hivesys.inf for available languages
50 LocaleID = 409
51
52 ; enable this section to automatically launch programs
53 ; after 3rd boot
54 ;
55 ; [GuiRunOnce]
56 ; %SystemRoot%\system32\cmd.exe
57 ; Enable the next line (+ the GuiRunOnce section) to enable the lautus theme
58 ; "rundll32.exe shell32.dll,Control_RunDLL desk.cpl desk,@Appearance /Action:ActivateMSTheme /file:%SYSTEMROOT%\Resources\themes\lautus\lautus.msstyles"
59
60
61 ; enable this section to change resolution / bpp
62 ; setting a value to 0 or skipping it will leave it unchanged
63 ; [Display]
64 ; BitsPerPel = 32
65 ; XResolution = 1440
66 ; YResolution = 900
67 ; VRefresh = 0