How do I create 1 InnoSetup script that can run in multiple environments?

Posted by Brad Bruce on Stack Overflow See other posts from Stack Overflow or by Brad Bruce
Published on 2010-06-05T19:37:51Z Indexed on 2010/06/05 19:42 UTC
Read the original article Hit count: 294

Filed under:

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

© Stack Overflow or respective owner

Related posts about inno-setup