\
Source Code
VBSCRIPT
Custom Action Functions
VbsCaCadReplace()
This function takes a template in which "symbols" have been marked, these
symbols will be replaced with their value using the
"VbsCaCadGet" function to retrieve their value.
All symbols are case sensitive and must exist
(see the "#DATA for Commands" section) or the function
raises an exception.
The function takes these parameters:
- The template.
- A string which marks the start of a symbol.
- A string which marks the end of a symbol.
After = VbsCaCadReplace("The installation directory is '(*INSTALLDIR]*)'.", "(*", "*)")