I have several build configurations (lets say trial, profesional, enterprise), which are installed exactly the same way. My build output goes into different folders - e.g. out\trial, out\pro, out\ent
I want to have a single .aip file and from a batch file instruct it which source folder to use, so I can produce the three installers.
What is the best way to do that (I can always rename folders from the batch file, but I kindof don't like that).
Thanks in advance,
KIV