msuInstall Element

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

The msuInstall element contains child elements that define the MSU installer file, command line arguments, and return code mappings for the product installer.

Schema Hierarchy

feed Element
  osList Element

Syntax

<msuInstall>
  <msu>%InstallerFile%</msu>
  <commandLineArguments>/quiet /norestart</commandLineArguments>
</msuInstall>

Attributes and Elements

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

Attributes

None.

Child Elements

Element Description

msu

Specifies the MSU installer file.

commandLineArguments

Specifies command line arguments to use when the installer file runs.

Parent Elements

Element Description

installCommands

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