Mark updates as must update.

Asked by Kristian Kratzenstein

Hi all,

I like to know, if it is possible, to mark the updates, so the user need to update, and the software exits, if he doesn't.

Thanks in advance,

Kristian Kratzenstein

Question information

Language:
English Edit question
Status:
Solved
For:
Sparkle Edit question
Assignee:
No assignee Edit question
Solved by:
Andy Matuschak
Solved:
Last query:
Last reply:
Revision history for this message
Best Andy Matuschak (andymatuschak) said :
#1

This feature doesn't explicitly exist, but if you call setAutomaticallyDownloadsUpdates:YES on your SUUpdater, it'll automatically download updates and install them either immediately or when the application quits.

Not entirely what you're looking for, but to do what you want, you'd have to edit Sparkle. If you want to do that, edit SUUIBasedUpdater's - (void)updateAlert:(SUUpdateAlert *)alert finishedWithChoice:(SUUpdateAlertChoice)choice.

Revision history for this message
Kristian Kratzenstein (kkratzenstein) said :
#2

Thank you for your help. I'll give this a try.

Kristian Kratzenstein

Revision history for this message
Kristian Kratzenstein (kkratzenstein) said :
#3

Thanks Andy Matuschak, that solved my question.