mpanighetti / install-or-defer

A framework for prompting users of Jamf Pro-managed Macs to install Apple software updates.
Apache License 2.0
147 stars 28 forks source link

FR: Add a dropdown box with a selection of defer times? #90

Closed master-vodawagner closed 1 year ago

master-vodawagner commented 2 years ago

Wondered if we can give the EUD user some flexibility in the defer time per prompt?

A Dropdown box with a selection of deferment times which could be customised using the configuration profiles in Jamf.

mpanighetti commented 1 year ago

I like the idea of multiple deferral period options, but jamfHelper does not support a dropdown or multiple selections in its interface (beyond its two buttons), so this would require a complete rewrite to use another alert prompt system, like AppleScript or a third-party application. It's not likely I'll be pursuing such a drastic shift in this project.