Sample procedure to deploy .exe application

Created by Izzat Amirul, Modified on Thu, 19 Jan 2023 at 09:37 AM by Izzat Amirul

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:


  1. Create a new procedure by navigating to Kaseya console > Agent Procedure > Manage Procedure > Schedule / Create > Select Folder > New Procedure

  2. 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



  3. 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



  4. Save the procedure

  5. 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

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article