How do I build two different installers from the same script in inno?
Posted
by Tim
on Stack Overflow
See other posts from Stack Overflow
or by Tim
Published on 2010-06-14T02:41:15Z
Indexed on
2010/06/14
2:52 UTC
Read the original article
Hit count: 159
inno
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.
© Stack Overflow or respective owner