IXmlFileSettingsCopy link to this sectionLink to this section copied!

This interface represents the XML file settings from Advanced Installer graphical interface.

DeclarationCopy link to this sectionLink to this section copied!

IXmlFileSettings : IDispatch

PropertiesCopy link to this sectionLink to this section copied!

String Version - Gets or sets the XML file version.

String Encoding - Gets or sets the XML file encoding.

Bool Standalone - Gets or sets the standalone flag.

Bool IndentWithTabs - Gets or sets the indent type to tabs if this property is true and spaces if this property is false. IndentWithTabs always has the opposite value of IndentWithSpaces.

Bool IndentWithSpaces - Gets or sets the indent type to spaces if this property is true and tabs if this property is false. IndentWithSpaces has always the opposite value of indentWithTabs.

UInt IndentUnits - Gets or sets the indent units. The value should be in the 0 to 10 range.

Ixmlfilesettings