Hi,
My app is the same for all clients except for a section I call Modules. Modules are like add-ons that provide extra features to the user, depending on which module the user chooses. These modules reside in their own dll and live in a sub-folder of the install directory.
There are about 10 different modules and clients can have one or many of these modules.
My question is what is the recommended way wyBuild should work in situations like this? Say I have modules 1 - 10. I update module 4 and 5. When the user clicks "Check for Updates" how can I update users who have those two modules.