
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2019 07:12 PM - last edited on ‎04-01-2024 04:09 PM by Mercedes_O
I know you can create a deployment package to install a specific version, but is there a way to create a deployment package to push a search for updates (like you would manually under Help > Check for updates) and then install any available updates?
- Labels:
-
API & Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2022 11:49 PM
Have you had a look at Adobe Acrobat in the Task Scheduler as it already has a task that runs that checks for and installs updates as far as I'm aware?
Adobe Acrobat Update Task
This task keeps your Adobe Reader and Acrobat applications up to date with the latest enhancements and security fixes
C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe
https://community.adobe.com/t5/acrobat-discussions/force-updates-on-acrobat-reader-dc/td-p/11046216

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 03:11 PM
Of course, I'm not sure if this would be the same for different versions of Adobe, or Reader vs Acrobat, but perhaps something that can be easily tweaked.
I'll check out the EULA issue and see if that may be a reason why some are out of date.
CyberCitizen wrote:
Sorry, didn't see the response on this one.
Have you had a look at Adobe Acrobat in the Task Scheduler as it already has a task that runs that checks for and installs updates as far as I'm aware?
Adobe Acrobat Update Task
This task keeps your Adobe Reader and Acrobat applications up to date with the latest enhancements and security fixes
C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\AdobeARM.exe
https://community.adobe.com/t5/acrobat-discussions/force-updates-on-acrobat-reader-dc/td-p/11046216

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2022 05:02 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2022 05:01 PM
LANGuy wrote:
Did you ever figure this out?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2019 07:18 AM
Most of the time if you are doing software packaging and deployments you are wanting to manage these yourself vs allowing them to auto-update.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2019 11:10 PM
So then what about a script that one can manually push with credentials to do a manual task to a select number of computers?
CyberCitizen wrote:
Depends if the users are admin or not, depends on the update method as well, eg Office Click 2 Run can self-update, some applications can, some can't it depends on the application and if you can call the update check.
Most of the time if you are doing software packaging and deployments you are wanting to manage these yourself vs allowing them to auto-update.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2019 05:31 AM
Apaulcolypse wrote:
Makes sense. So then what about a script that one can manually push with credentials to do a manual task to a select number of computers?
Yes but isn't basically what you're doing with pushing the updated installer.
To complete what you're doing you would either do it under the scanning account / system account or the user account. The user account doesn't have admin rights so that won't work. The scanning / system account the user won't be able to see as it runs under a different profile.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2019 04:21 PM
Essentially if adobe is installed in a profile, it's installed on all profiles. So I could run the script remotely and silently via Lansweeper to check if there are any updates, and then if the answer is yes, to run another script to silently install.
CyberCitizen wrote:Apaulcolypse wrote:
Makes sense. So then what about a script that one can manually push with credentials to do a manual task to a select number of computers?
Yes but isn't basically what you're doing with pushing the updated installer.
To complete what you're doing you would either do it under the scanning account / system account or the user account. The user account doesn't have admin rights so that won't work. The scanning / system account the user won't be able to see as it runs under a different profile.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2019 04:42 PM
