I want to make a “standard” installation for external use, but I also want to use the same script and say (with a command line option, maybe?) To include a different set of files (PDB files for debugging) for our lab installations. (And do a completely different exe installation)
How can i do this? Is it possible?
I do not see how to set this in the [files] section. (conditionally add files based on some / param value)
NOTE. This does not mean that the user can select the option DURING installation. I want the build time option to be set in the hudson assembly or batch file.
I suppose I can just create a separate installer for pdbs, but I would prefer one file to do everything.
source
share