2011-05-19 21:55:57 +00:00
|
|
|
[Unattend]
|
|
|
|
Signature = "$ReactOS$"
|
|
|
|
|
2017-08-26 12:52:28 +00:00
|
|
|
; Set UnattendSetupEnabled to yes in order to get unattended setup working
|
2011-05-19 21:55:57 +00:00
|
|
|
; yes - unattend setup enabled
|
|
|
|
; no - unattend setup disabled
|
2020-10-26 17:11:55 +00:00
|
|
|
UnattendSetupEnabled = no
|
2011-05-19 21:55:57 +00:00
|
|
|
|
|
|
|
; Install to \Device\Harddisk0\Partition1\ReactOS
|
2020-10-26 17:11:55 +00:00
|
|
|
DestinationDiskNumber = 0
|
|
|
|
DestinationPartitionNumber = 1
|
|
|
|
InstallationDirectory=ReactOS
|
2011-05-19 21:55:57 +00:00
|
|
|
|
2023-11-02 14:22:02 +00:00
|
|
|
; BootLoaderLocation=0 Skip installation
|
|
|
|
; BootLoaderLocation=1 Install on removable media (floppy)
|
|
|
|
; BootLoaderLocation=2 Install on system partition (for MBR disks: MBR and VBR)
|
|
|
|
; BootLoaderLocation=3 Install on VBR only (for MBR disks)
|
|
|
|
BootLoaderLocation=2
|
2011-05-19 21:55:57 +00:00
|
|
|
|
2020-10-26 17:11:55 +00:00
|
|
|
FullName="MyName"
|
|
|
|
;OrgName="MyOrg"
|
|
|
|
ComputerName="MYCOMPUTERNAME"
|
|
|
|
;AdminPassword="MyPassword"
|
2011-05-19 21:55:57 +00:00
|
|
|
|
|
|
|
; TimeZone is set GMT as default
|
|
|
|
TimeZoneIndex=85
|
|
|
|
|
|
|
|
; enable this setting to disable daylight saving changes
|
|
|
|
; DisableAutoDaylightTimeSet = 1
|
|
|
|
|
|
|
|
; enable this setting to format the selected partition
|
|
|
|
; 1 - format enabled
|
|
|
|
; 0 - format disabled
|
2020-10-26 17:11:55 +00:00
|
|
|
FormatPartition=1
|
2011-05-19 21:55:57 +00:00
|
|
|
|
|
|
|
; enable this setting to automatically create a partition
|
|
|
|
; during installation
|
|
|
|
; 1 - enabled
|
|
|
|
; 0 - disabled
|
2020-10-26 17:11:55 +00:00
|
|
|
AutoPartition = 1
|
2011-05-19 21:55:57 +00:00
|
|
|
|
2020-04-12 14:23:17 +00:00
|
|
|
; choose default file system type
|
|
|
|
; 0 - FAT
|
|
|
|
; 1 - BtrFS
|
2020-10-26 17:11:55 +00:00
|
|
|
FsType = 0
|
2020-04-12 14:23:17 +00:00
|
|
|
|
2015-06-09 23:20:33 +00:00
|
|
|
; enable this setting to disable Gecko install
|
|
|
|
; yes - disabled
|
|
|
|
; no - enabled
|
2020-10-26 17:11:55 +00:00
|
|
|
DisableGeckoInst = no
|
2015-06-09 23:20:33 +00:00
|
|
|
|
2011-05-19 21:55:57 +00:00
|
|
|
; set this option to automatically
|
|
|
|
; specify language in 2nd mode setup
|
|
|
|
; see hivesys.inf for available languages
|
2020-10-26 17:11:55 +00:00
|
|
|
LocaleID = 409
|
2011-05-19 21:55:57 +00:00
|
|
|
|
2020-05-19 06:41:26 +00:00
|
|
|
; set product option
|
|
|
|
; 0: ReactOS Server
|
|
|
|
; 1: ReactOS Workstation
|
2020-10-26 17:11:55 +00:00
|
|
|
ProductOption = 0
|
2020-05-19 06:41:26 +00:00
|
|
|
|
2011-05-19 21:55:57 +00:00
|
|
|
; enable this section to automatically launch programs
|
|
|
|
; after 3rd boot
|
|
|
|
;
|
|
|
|
; [GuiRunOnce]
|
|
|
|
; %SystemRoot%\system32\cmd.exe
|
2017-08-08 19:43:49 +00:00
|
|
|
; Enable the next line (+ the GuiRunOnce section) to enable the lautus theme
|
|
|
|
; "rundll32.exe shell32.dll,Control_RunDLL desk.cpl desk,@Appearance /Action:ActivateMSTheme /file:%SYSTEMROOT%\Resources\themes\lautus\lautus.msstyles"
|
2011-05-19 21:55:57 +00:00
|
|
|
|
2017-05-27 09:37:16 +00:00
|
|
|
|
|
|
|
; enable this section to change resolution / bpp
|
|
|
|
; setting a value to 0 or skipping it will leave it unchanged
|
|
|
|
; [Display]
|
|
|
|
; BitsPerPel = 32
|
|
|
|
; XResolution = 1440
|
|
|
|
; YResolution = 900
|
|
|
|
; VRefresh = 0
|
2022-03-12 14:10:05 +00:00
|
|
|
|
|
|
|
; enable this section to add environment variables
|
|
|
|
;[Env]
|
|
|
|
;WINETEST_PLATFORM=reactos
|
|
|
|
|