Hi there,
We have a VB6 application which has an Access database and associated Word documents, and would like to add Updater support.
Scheduling.
The documentation says that the updater can be scheduled using Windows Task Scheduler. Is it also possible to make it run as a service, checking periodically?
If we use Windows Task Scheduler, can we insert the Tasks as part of Advanced Installer, at the same time as installing the 'updater-enabled' version of the application?
Updating Application, Database, Documents separately
From the documentation, I understand how the Updater configuration can be used to automate updates of the application. However, we need to carry out updates which may perform one or more of the following:
1. Update the application
2. Update the database
3. Update the documents
What's the best way to achieve this? It seems that to control the database updates (we may have updates to database content which does not have an associated application update) and document updates separately, I may need to create a small database version application and document version application, whose role is just to hold the version of the database and documents respectively. I can then configure updaters for each.
Or is there a better way?
Thanks,
James