Hi,
I'd like to include the AI updater agent with my application and use it to check/install updates during app start up.
However, I could not find a way to show the user the updates and their description and then force installation of certain updates.
My desired scenario is as follows:
1) The main application calls updater to check for updates.
2) in case new updates exist, the application closes and and a dialog is shown to the user with a list of available updates but do not allow the user to uncheck them (check and disable their checkboxes).
3) the user presses "next", the updates are installed and the application is started again.
I'm aware of the /silentcritical command switch but it doesn't suite my needs as I'd like to show the user a list of available updates.
How can I achieve my desired scenario?
Thanks.