I have added some custom properties in my installer.
- HOME_PATH = C:\Home
- CONFIG_PATH = [|HOME_PATH]\Configuration
- LOGS_PATH = [|HOME_PATH]\Logs
This is the correct way or there is another way to refresh dependant properties?
With regards,
Hi! Thanks for your reply. Maybe you mean to set properties like this way? I have try also in this way and it seems that the property inside '[]' are not replaced with value at runtime. I have used that properties in XML configuration files and it just simply puts '[ROOT_PATH]\Configuration'Liviu wrote: During the installation you need to use only properties referenced by Formatted data types, for example "[HOME_PATH]".
This happens because the value field of a property does not support Formatted data types properties.I have try also in this way and it seems that the property inside '[]' are not replaced with value at runtime. I have used that properties in XML configuration files and it just simply puts '[ROOT_PATH]\Configuration'