Files
reactos/boot/bootdata/bootcd/unattend.inf
Carl J. Bialorucki 34bf566dd9 [SYSSETUP][BOOT] Add ReactOS Server Core install type
- Write InstallationType to registry.
- If installing as Server Core, set shell to cmd.exe.
- Rename "Product Option" to "Install Type" and adjust relevant variable names.
- Reserve Nano Server installation type for future use.

JIRA issue: CORE-20645
2026-06-08 10:11:57 -05:00

82 lines
2.1 KiB
INI

[Unattend]
Signature = "$ReactOS$"
; Set UnattendSetupEnabled to yes in order to get unattended setup working.
; yes - unattend setup enabled
; no - unattend setup disabled
UnattendSetupEnabled = no
; Install to \Device\Harddisk0\Partition1\ReactOS
DestinationDiskNumber = 0
DestinationPartitionNumber = 1
InstallationDirectory=ReactOS
; 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
FullName="MyName"
;OrgName="MyOrg"
ComputerName="MYCOMPUTERNAME"
;AdminPassword="MyPassword"
; TimeZone is set to 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
FormatPartition=1
; Enable this setting to automatically create a partition during installation.
; 1 - enabled
; 0 - disabled
AutoPartition = 1
; Choose default file system type.
; 0 - FAT
; 1 - BtrFS
FsType = 0
; Enable this setting to disable Gecko install.
; yes - disabled
; no - enabled
DisableGeckoInst = no
; Set this option to automatically specify language in 2nd mode setup.
; See hivesys.inf for available languages.
LocaleID = 409
; Set installation type.
; 0 - ReactOS Server
; 1 - ReactOS Workstation
; 2 - ReactOS Server Core
; 3 - ReactOS Nano Server (Reserved)
InstallationType = 0
; Enable this section to automatically launch programs after 3rd boot.
;[GuiRunOnce]
;%SystemRoot%\system32\cmd.exe
; 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
; Enable this section to add environment variables.
;[Env]
;WINETEST_PLATFORM=reactos
; Enable this section to enable the default ReactOS theme.
;[Shell]
;DefaultThemesOff = no
;CustomDefaultThemeFile = "%WINDIR%\Resources\Themes\Lautus\lautus.msstyles"