Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdditionalUnattendContent

Package version

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.

Hierarchy

  • AdditionalUnattendContent

Index

Properties

Optional componentName

componentName: ComponentNames

The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. Possible values include: 'Microsoft-Windows-Shell-Setup'

Optional content

content: undefined | string

Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.

Optional passName

passName: PassNames

The pass name. Currently, the only allowable value is OobeSystem. Possible values include: 'OobeSystem'

Optional settingName

settingName: SettingNames

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

Generated using TypeDoc