installCommands Element

Applies To: Windows 7, Windows Server 2008, Windows Server 2008 R2, Windows Vista

Contains one or more child cmdline, msiInstall, or msuInstall elements that define how the product is installed.

Schema Hierarchy

feed Element
  cmdLine Element

Syntax

<installCommands>
  <msiInstall> ... </msiInstall>
  <cmdline> ... </cmdline>
  <msuInstall> ... </ msuInstall>
</installCommands>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description

cmdline

Contains child elements that specify the command line commands and arguments used to install the product.

msiInstall

Contains a child msi element that specifies the MSI file associated with the product.

msuInstall

Contains a child msu element that specifies the MSU installer file associated with the product.

Parent Elements

Element Description

installer

Contains returnCodeMappings child elements that define the file that is used to install the product.