Is it possible to have the deploy kit run a command if a user defers an application install.
I have an an SCCM Application deployment, and am using:
Show-InstallationWelcome -CloseApps ‘Firefox,iexplore,chrome’ -BlockExecution -AllowDefer -DeferTimes 10 -DeferDeadline ‘12/31/2017 18:00:00’ -CloseAppsCountdown 600
I’d like to add a RUNONCE registry key to run the app installation at startup if the user defers then reboots their computer.