I have an action of "Wise For Windows Installer " , with one wsi file that produces 2 Executables, for 2 Releases. When I run it interactively it is ok. I want to run it from FB, by giving 2 releases in the Realease name such as : a,b but this gives me an orror. Has anyone done such a thing? - I ended up by running the action twice with different "Release name " parameter.
Unfortunately, I don’t think the WFWI command line allows you to build mutliple releases as part of a single run. The solution you have is probably the best one.
If you need to build a lot of different releases, you could use a List Iterator with the list of release names, and use a variable for the release name. This is probably overkill for two releases, though.