In the setup, I give the user the option to install the 32-bit or 64-bit version using the switches.
Then I want to add either "_32" or "_64" to the AppID.
I know that I can change the AppID using scripting constants, but the necessary function is called when the installer starts. But at that moment the radio buttons do not exist yet, and therefore I get the error message "I can not call proc."
I turned to Inno Setup help, and I read that you can change the AppID at any time before starting the insight process (if I fit correctly).
So how do I do this?
I look forward to your answers!
source share