Currently I am using an evaluation version of Advanced Installer (professional). We want to purchase the software for installing our freeware simulation authoring program SimQuest (http://www.simquest.nl). So far the program does exacly what we would like it to do, except for one thing. Our software is multilangual and we would like to make installers for all the languages we support. In our software the languages is set by a registry key.
Current user > Software > University of Twente > SimQuest > 5.2 > Language > [key] language [value] #english
I would like the installers to 'install' the right language value for this key (e.g. #english and #dutch). I tried to do this by:
- selecting the languages English (default) and Dutch
- set Enable per-element localization options
- Modify the registry key
- select the flag button
- select always translate this string
- select using specified ... (the text field displays: Registry.Value.language)
- open <ui_nl.ail> in a texteditor
- add: <STRING id="Registry.Value.language" value="#dutch"/>
- import ui_nl.ail
When running the setup however I get a message that the registry key cannot be set.
What am I doing wrong?
Jan van der Meij
University of Twente