|
How do I make the installer perform a string substitution as part of the installation? |
|
You can perform string substitutions with the substitution action. This action allows you to specify pattern/value pairs that will be substituted in certain files. It takes a list of glob file patterns separated by ';' and a list of the pattern/value pairs.
Suppose the user sets /home/user/application as
Then the script will look like the following after installation:
You can find more information about this action in Actions section of the product documentation included with InstallBuilder. |