Scenario:

I have an updater application that I want to add to my current project as a separate application. When the user opens the main application and clicks on check for updates I want a message to be displayed saying something like "The current module is not installed". However, if the user is sent an installer that installs the updater into the main application, the next time the user clicks on check for updates, the updater is run.

Is this possible?

Thank you