> On Feb 19, 2015, at 1:24 PM, Steve Upton <[email protected]> wrote: > >> On Feb 19, 2015, at 12:14 AM, Christian Schmitz >> <[email protected]> wrote: >> >> Well, for the Windows side you could modify the code to set a flag and do >> the updating later when app quits. >> >> For Sparkle, maybe subclass SUUpdaterMBS and fill >> shouldPostponeRelaunchForUpdate event with code to return true. >> Later call InvokeUpdate from cancel close event of app. > > sorry, I don’t mean to be difficult but I guess I’m not being clear. > > What I’m hoping for is the “normal” behavior of a check at launch time, then > a dialog box if an update is available, and then *only if the user wants* the > updating of the app. > > It seems like this is normal behavior for most applications and yet the > updater kit doesn’t seem to do it *and* it’s not easy to figure out how to do > it.. > > Steve
You would need to code what you’re asking for to alert the user and then call the update kit if the user say to update. Tim _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
