quietInstall XML Element

[DIFx is deprecated, for more info, see DIFx Guidelines.]

The quietInstall XML element is an empty element that sets the quietInstall flag to ON, which configures DPInst to suppress the display of wizard pages and most other user messages.

Element Tag

<quietInstall>

XML Attributes

None

Element Information

Parent elements

dpinst

Child elements

None permitted

Data contents

None permitted

Duplicate child elements

None permitted

Remarks

By default, the quietInstall flag is set to OFF. You can set the quietInstall flag to ON by including a quietInstall element in a DPInst descriptor file or by using the /q command-line switch. The quietInstall flag works with the presence of a EULA page and the suppressEulaPage flag.

The following code example demonstrates a quietInstall element

<dpinst>
  ...
  <quietInstall/>
  ...
</dpinst>

See also

dpinst