Happy Independence Day from all of us at the Connect IT Community! Our US offices will be closed on Monday, July 4th, 2022 in recognition of the holiday. Limited Support staff in the US will be on-call and available for critical Service(s) Down issues only. Normal Support operations in the US will resume on Tuesday, July 5th, 2022.
Cute PDF installer

Craig Legend
Member
I'm looking for an Agent Procedure that downloads Cute PDF and dependencies direct from the web and then installs without user intervention and the correct UAC. Ideally it will cover error handling and delete the donwloaded executables after installation.
1
Comments
-
I would recommend using the software deployment module here. You have a lot of control over what you can do and ensure it updates anyone with an older version.0
-
Ninite does this. You don't need the software deployment module.0
-
You can use Chocolatey to install CutePDF. I would normally use a check in my procedure to see if C:\ProgramData\chocolatey\choco.exe exists. If it doesn't, you can then call the Chocolatey install procedure (see a sample script below). Once the check finishes, you can then use ExecuteShellCommand to run "choco install cutepdf".
Chocolatey Install: https://automationexchange.kaseya.com/products/204
CutePDF Install: https://chocolatey.org/packages/CutePDF0
This discussion has been closed.
Categories
Join The Community