Basically just create a script that executes the remote update manager on the client machines.
Deploy the script as a package and set it to re-run per your update schedule.
The script could look something like..
If defined PROGRAMFILES(X86) "C:\Program Files (x86)\Common Files\Adobe\OOBE_Enterprise\RemoteUpdateManager.exe"
if not defined PROGRAMFILES(X86) "C:\Program Files\Common Files\Adobe\OOBE_Enterprise\RemoteUpdateManager.exe"