Removing a Namespace Prefix from an Element

InstallShield 2020

Project:This information applies to the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI
Merge Module
MSI Database
Transform

To remove a namespace prefix from an element:

1. In the View List under System Configuration, click XML File Changes.
2. In the XML Files explorer, right-click the element whose prefix you want to remove, and then do one of the following:
To remove the prefix from only the selected element, point to Namespace Prefix, and then click <None>.
To remove the prefix from the element and all of its subelements, point to Namespace Prefix (include all subelements), and then click <None>.

InstallShield removes the prefix from the element (and all of its subelements, if appropriate) in the XML Files explorer.

See Also