Hello,
I currently have a multi-language installer in which the user chooses their install language as the first step. After the user chooses their install language, I would like to set a registry value based off their selection, as my program reads the registry to know what language it should display on startup.
I can see in the Dialogs section of AI that the combobox for the selection of the language is linked to the property "AI_BOOTSTRAPPERLANG".
From what I can tell, I am not able to reference that property in a condition for a custom action, nor can it be used in the "Registry" section.
I have the following questions:
How can I retrieve the value that the user has selected in the combobox of the language selection dialog?
How can I conditionally set a value in the registry based off the value retrieved from the combobox?
Thanks