WyUpdate with Multiple Applications

So, in this project, there have been added multiple projects to the solution (using VS2010). I figured out how to include the wyupdate.exe and client.wys in the intaller package, but I was wondering how to go about having multiple programs (each with their own unique updates) have wybuild included.The solution I think may work (but I want to clarify) is to have each program install to a separate sub-directory, and for each program include its own version of wyupdate.exe and client.wys. Is this correct, and if not, what do I need to do?Thanks for all of the help you have given us so far and we hope that with these next few days we can get WyBuild and WyUpdate working so that our product can launch.

If you're trying to update 1 application that has mutliple exe then you only need to include 1 wyUpdate.exe / client.wyc pair (wyupdate can update your entire product whether it contains 1 exe or many exes).

If, on the other hand, you have multiple separate products then each product should have it's own wyUpdate.exe / client.wyc pair.

Does that make sense?

Yeah that makes sense... we will develop with the idea that each product is separate even though they share an installer, as their updates may (and probably will) be different.