How do I build two different installers from the same script in inno?
- by Tim
I want to make a "standard" install for external use, but I also want to use the same script and tell it (with a command line param perhaps?) to include another set of files (PDB files for debugging) for our lab installations.
How can I do this? Is it possible?
I don't see how to set this in the [files] section.
NOTE - this is not for having an option during the install. It is for static build time.
I suppose it is just best to create a separate installer for the pdbs.