Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[DIFx is deprecated, for more info, see DIFx Guidelines.]
The suppressWizard XML element is an empty element that sets the suppressWizard flag to ON, which configures DPInst to suppress the display of wizard pages and other user messages that DPInst generates.
Element Tag
<suppressWizard>
XML Attributes
None
Element Information
Parent elements |
|
Child elements |
None permitted |
Data contents |
None permitted |
Duplicate child elements |
None permitted |
Remarks
By default, the suppressWizard flag is set to OFF. You can set the suppressWizard flag to ON by including a suppressWizard XML element as a child element of a dpinst XML element in a DPInst descriptor file or by using the /sw command-line switch. The suppressWizard flag works with the suppressEulaPage flag.
The following code example demonstrates a suppressWizard element.
<dpinst>
...
<suppressWizard/>
...
</dpinst>