I'm using the ApplicationUpdateUI to check for updates on my app startup. When it starts and it finds that an update is available, it pops up asking if the user would like to download now or later. Is there a way to determine if the user clicks later? I don't actually see any events that get fired for that so I'm not sure when to start my app after they click later.
Kyle
I don't see an UserClickedLater event, but from the properties and events available, I think you ought to be able to at least see if the download starts or if after the window closes nothing has started at all.