Hello,
In our project, we would like to set some environment variables based on some user selections in the installer dialogs.
For example, I have a custom dialog where I have some checkboxes. The property names of the checkboxes are something like:
CHECKBOX_SEL1
CHECKBOX_SEL2, etc.
So, I have defined some environment variables in the "Environment" tab of our Advanced Installer project. The names of the environment variables are something like:
SELECTION1_ENABLED
SELECTION2_ENABLED, etc.
I would like to set the value of these environment variables to "true" or "false" based on the user selection of those checkboxes.
And in the value field of the environment variable Properties, I have set it to: [CHECKBOX_SEL1] and tried, but this did not work.
I also set the vale to [%CHECKBOX_SEL1], but this didn't work either.
Please let me know how to proceed.
Thanks in advance,
SDutt
FOLLOW US
Get the latest news in Application Packaging