Advanced Installer PseudoFormatted TypeCopy link to this sectionLink to this section copied!

The Advanced Installer PseudoFormatted data type is a string which can contain references to Properties. At build time the property references are replaced with the value of the respective properties.

SyntaxCopy link to this sectionLink to this section copied!

References embedded in a PseudoFormatted string must respect the following syntax:

  • [|propertyname]

TipThe pipe character (vertical bar) "|" is part of the property referencing syntax and is mandatory.

Additional rulesCopy link to this sectionLink to this section copied!

  • the [|] characters are replaced with [| if used in any PseudoFormatted field.

Warning!Properties referenced by PseudoFormatted data types are resolved at build time while properties referenced by Formatted data types are resolved at runtime.