AdditionalUnattendContentResponse

data class AdditionalUnattendContentResponse(val componentName: String? = null, val passName: String? = null, val settingName: String? = null)

Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.

Constructors

Link copied to clipboard
constructor(componentName: String? = null, passName: String? = null, settingName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val componentName: String? = null

The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.

Link copied to clipboard
val passName: String? = null

The pass name. Currently, the only allowable value is OobeSystem.

Link copied to clipboard
val settingName: String? = null

Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.