I used InstallShield to create installations until now, but I no longer have license for it, therefore I looked for a free alternative and found InnoSetup.
I wrote an .iss file script based on a template I found, but I wasn't able to find a way to do some functionality that I had with InstallShield - when the user runs the installation, one of the screens he gets contains the option to browse the computer and choose a configuration file.
Is it possible to this with InnoSetup? and if it is, I'll be happy if someone can share a code example of how to do that.
Thanks