I have a situation where I have two different products that make connections to QuickBooks (one for WinDev and one for Clarion). BUT there is a helper program that works for both.

I currently have 3 setupbuilder scripts. One for the WinDev parts, one for the Clarion parts and one for the Helper program.

I would like to keep the Helper setup as its own program and maintain it only once.

So my question is how to make an install of either of the base programs include and install the Helper program?

--- Just a thought as I wrote this, could I have a install script for the helper program that was included in each of the base installs? That way I would just maintain that script and any changes would be reflected in both base installs.