Advanced Installer PseudoFormatted Type
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.
Syntax
References embedded in a PseudoFormatted string must respect the following syntax:
- [|propertyname]
The pipe character (vertical bar) "|" is part of the property referencing syntax and is mandatory.
Additional rules
- the [|] characters are replaced with [| if used in any PseudoFormatted field.
Properties referenced by PseudoFormatted data types are resolved at build time while properties referenced by Formatted data types are resolved at runtime.