How can I create my own installer environment variables?
| Author: BitRock Support Date: October 30, 2007 09:33 Tags: |
Installer environment variables
|
You can create custom environment installer variables using a <setInstallerVariable> action. For example:
<setInstallerVariable>
<name>serverport</name>
<value>3306</value>
</setInstallerVariable>
|
serverport |