How do I create 1 InnoSetup script that can run in multiple environments?
- by Brad Bruce
I have a program that has only a few differences between Development, QA and Production.
I'd like to be able to use the same compiled file for each environment and include a small configuration file containing the settings which are environment specific.
Does anyone know how I can accomplish this?
Thanks