Mac OS X Server: About the minstallconfig.xml File

This document explains the minstallconfig.xml file.
Automated installations use information in this file to control how the installation proceeds. To set up a completely automated installation with no user interaction, for example, you need to make sure this file contains the information that a user of the client computer would otherwise provide. The minstallconfig.xml file is located in the installer image in /private/etc. You can use TextEdit or the Property List Editor to modify the file.

minstallconfig.xml Keys and Values
Key ValueDescription
InstallTypeminimalInstallation proceeds without any interaction from the client.
InstallTypeconfirmSomeone at the client computer must respond to a confirmation dialog before installation can proceed.
Package<path>The path to the file that describes the packages to be installed. To automatically install an image that includes the operating system (with or without additional application packages), the path is /System/Installation/Packages/OSInstall.mpkg where pkgfile is the name of a package file (.pkg) in the case of a single package, or a metapackage file (.mpkg) if you are installing more than one package.
Target<path>The path to the location where the software will be installed. The default is /Volumes/Macintosh HD
TargetuserselectPrompts the user on the client computer to choose where the software will be installed.
Language<code>The two-letter ISO code for the primary language to be used by the installed software.
ShouldErasetrueThe target volume is erased before installation proceeds.
ShouldErasefalseThe target volume is not erased.
RestarttrueThe client computer restarts when installation is finished.
RestartfalseThe client computer does not restart after installation.
Published Date: Oct 11, 2016