I have a build machine that has multiple versions of InstallShiled installed on it - because we have multiple versions of our software utilizing different versions of IS. Right now we have IS 11.5 and 12. Later we'll add 2008.
Because the version of IsCmdBld.exe that FB uses is specified under the Options menu/ InstallBuilders, if I want to use the built in InstallShield action (MSI) in my scripts, it seems as though I cannot have two different scripts using building against two different versions of IS.
Short of writing my own Run DOS Command to IsCmdBld.exe, is it possible to use the built-in FB action in different FB scripts and reference different IS versions? If not could it be? :-) Probably just a way to supply the version of IsCmdBld.exe in the action itself?
Thank you for the reply! I hadn’t thought of solving it that way. I do try to avoid scripts as much as possible, because we have multiple team members that work on these and I think it can make a script a little more difficult to follow and maintain. But maybe that’s what we’ll do for time being. I’ll still add something about handling multiple versions to the wish list…