<InstallerParameterNode>

Implements a single installer parameter, which is a key/value pair separated by a colon. Groups of these parameters form complete InnoSetup installer statements.

Registration

Class registration and implementation information is as follows:

Category Documentation
ImplementationC++
ModulePlugin-Nodes-Installer
Class HierarchyNode » InstallerParameterNode
Data Interface NameInstallerParameterNode
Type StatusActive
Is Final TypeYes

<InstallerParameterNode> Properties

Properties are as follows:

Property Documentation
KeyStores the key component of a key-value pair.
ValueStores the value component of a key-value pair.

<Node> Properties

Properties are as follows:

Property Documentation
NameSets the name of the node. Do not use / or \ [forward slash and backslash] in the node name as this produces conflicts with resolving link nodes that reference external files.
ClassSets the class of the node.
IDSets the ID of the node. This must be unique for each document, but different documents can use the same ID.
Export DisabledDetermines whether or not the node is exported during an export process, or possibly other purposes.
GuidEnumerates the Node's GUID.