Hi,
I'm doing exactly the same kind of updater, I have some common components
for all my applications, and beacuse the dependency on these components I
decided to do use the same version number to all my applications and
components, doing so, when the first application gets updated, the other ones
will be updated to. Runing this application updater as a service will provide
you a better control over when and what to update, and as a centralized point
for all your applications, you could also save some updates history for each
user, and then allow some roll-back installation.
> Hi,
> I am wondering if the UAB is the right approach for my problem. I need to
[quoted text clipped - 20 lines]
>
> Thanks for any information / help in advance.
KPS - 28 Jun 2005 08:50 GMT
Hi again,
Thanks for the feedback Ruben. One important issue in my problem is that the
applications i woulk like to update are more frequently independent of each
other. Like a toolbox with a lot of different applications. That why i was
wondering if a major manifest file for instance for the toolbox with nested
references to the rest of manifest files (applications) would solve the
problem. Note also that my update application must run independently of the
toolbox (as service).
Any idéas?
Is UAB the right approach for that?
> Hi,
>
[quoted text clipped - 31 lines]
> >
> > Thanks for any information / help in advance.