Hi,
I already have read about that it is not possible to change images for the prerequisite dialogs from the GUI. So I created a pre-build event for that and copy/replace for each build the pictures with the original under "C:\Program Files (x86)\Caphyon\Advanced Installer 12.5.1\themes\graphite\resources\variations\blue-cave", all fine!
But every time I install a new version of AI, the path is different (because of the version number). My idea was to use variables in the arguments of the pre-build events.
"[|AI_AIP_FOLDER]" works just fine, so I searched for another variable for the program-folder of AI. I found the "AI_THEMES" path-variable in "Options|Path Variables", so how can I use this variable in an argument?
I've also tried to create a project-property with that variable as value, but unfortunately the variable/value will not be resolved.