In this example, we are going to download Adobe Reader DC application directly from the official site and run the .exe with silent switches. Follow the step below:
- Create a new procedure by navigating to Kaseya console > Agent Procedure > Manage Procedure > Schedule / Create > Select Folder > New Procedure
- Input below command:
getURL ( "https://ardownload2.adobe.com/pub/adobe/reader/win/AcrobatDC/2100120140/AcroRdrDC2100120140_en_US.exe", "c:\temp\AcroRdrDC2200320310_en_US.exe", "Wait for Completion", "Windows10", "Halt on Fail")
In example above, we will store the .exe in C:\temp
Input below command:
executeShellCommand ("c:\temp\AcroRdrDC2200320310_en_US.exe /sAll /rs /msi EULA_ACCEPT=YES", "Execute as System", "All Operating Systems", "Halt on Fail")
In example above, we input a silent switches and accept the EULA agreement
Save the procedure
Go back to Agent Procedure and select the script you just created and run it
That's it! It might take approximately 3-4min to complete. However, please be advised that each application / software have different architecture and design in term of how it can be deployed. It's always best to consult the software package documentation for any additional information.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article