General Tab for an XML Element

InstallShield 2020 » XML File Changes » Element

Project:The XML File Changes view is available in the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI
Merge Module
MSI Database
Transform

The General tab exposes the following settings for an XML element in the XML File Changes view.

Element Name

The element name represents the declared element type for the XML file.

When you type a value for this setting, you are creating a string entry and setting its initial value for all of the languages that are currently in the project. As an alternative to typing a new value, you can click the ellipsis button (...) next to this setting to select an existing string. For more information, see Using String Entries in InstallShield.

Attributes

Settings for XML Element Attributes

Setting

Description

Attribute

Enter the name of an XML element attribute to created, updated, or removed at run time. You can add Windows Installer properties for the attribute.

When you type a value for this setting, you are creating a string entry and setting its initial value for all of the languages that are currently in the project. As an alternative to typing a new value, you can click the ellipsis button (...) in this setting to select an existing string. For more information, see Using String Entries in InstallShield.

Value

Enter the value for the attribute type.

When you type a value for this setting, you are creating a string entry and setting its initial value for all of the languages that are currently in the project. As an alternative to typing a new value, you can click the ellipsis button (...) in this setting to select an existing string. For more information, see Using String Entries in InstallShield.

Operation

Select from the following run-time operations:

Create—Adds the attribute to the element at run time.
Remove—Removes the attribute from the element at run time.
Append—Appends the attribute value that you specify to the end of the existing value.

Scheduling

Specify when to apply the attribute changes by selecting from the following scheduling options: Install, Uninstall, and Both.

Tip:You can use dynamic values from Windows Installer properties or text substitution to store different values into the XML file.

See Also