We have integrated the updater into our application as in http://www.advancedinstaller.com/user-g ... dater.html. We are seeing two problems when there is an update pending:
1. When we run this code, sometimes (often on vista, sometimes on XP), the code runs through to the end while the updater is still running. This results in some undesirable UI behavior in our code.
2. Once the updater is complete, the application runs twice. I speculate that this is because the installer runs a copy of the app (we have enabled Launch Application in the ExitDialog), and the updater runs a copy, too.
Is there a fix for these problems? Thank you.