Skip to main content

Install CloudRadial Agent [Windows, Mac]

Summary

This script installs the CloudRadial Agent software and verifies its installation for both Windows and Mac computers.

Dependencies

Sample Run

Image1

Custom Fields

NameLevelTypeRequiredDescription
CloudRadial Windows DownloadUrlCompanyTextYes (for Windows)The URL from which to download the CloudRadial Agent installer for the client's windows machines.
CloudRadial Mac SERVICE_ENDPOINTCompanyTextYes (for Mac)Represents the service endpoint for your application. It is used to specify the URL or address where your application is hosted.
CloudRadial Mac PARTNER_URLCompanyTextYes (for Mac)Represents the partner URL for your application. It is used to specify the URL or address where your partner's information is hosted.
CloudRadial Mac COMPANY_IDCompanyTextYes (for Mac)Represents the company ID for your application. It is used to identify a specific company within your application.

Task Setup Path

  • Tasks Path: AUTOMATIONTasks
  • Task Type: Script Editor

Task Creation

Description

  • Name: Install CloudRadial Agent [Windows, Mac]
  • Description: This script installs the CloudRadial Agent software and verifies its installation for both Windows and Mac computers.
  • Category: Application

Image2

Script Editor

Row 1: Set Pre-defined Variable ( @downloadUrl@ = CloudRadial Windows DownloadUrl )

  • Variable Name: downloadUrl
  • Type: Custom Field
  • Custom Field: CloudRadial Windows DownloadUrl
  • Continue on Failure: True
  • Operating System: Windows

Image3

Row 2: Set Pre-defined Variable ( @serviceEndpoint@ = CloudRadial Mac SERVICE_ENDPOINT )

  • Variable Name: serviceEndpoint
  • Type: Custom Field
  • Custom Field: CloudRadial Mac SERVICE_ENDPOINT
  • Continue on Failure: True
  • Operating System: MacOs

Image4

Row 3: Set Pre-defined Variable ( @partnerUrl@ = CloudRadial Mac PARTNER_URL )

  • Variable Name: partnerUrl
  • Type: Custom Field
  • Custom Field: CloudRadial Mac PARTNER_URL
  • Continue on Failure: True
  • Operating System: MacOs

Image5

Row 4: Set Pre-defined Variable ( @companyId@ = CloudRadial Mac COMPANY_ID )

  • Variable Name: companyId
  • Type: Custom Field
  • Custom Field: CloudRadial Mac COMPANY_ID
  • Continue on Failure: True
  • Operating System: MacOs

Image6

Row 5: PowerShell script

  • Use Generative AI Assist for script creation: False
  • Expected time of script execution in seconds: 600
  • Continue on Failure: False
  • Run As: System
  • Operating System: Windows
  • PowerShell Script Editor:

PowerShell Script

Image7

Row 6: Bash script

  • Use Generative AI Assist for script creation: False
  • Expected time of script execution in seconds: 600
  • Continue on Failure: False
  • Run As: System
  • Operating System: MacOs
  • Bash Script Editor:

Bash Script

Image8

Row 7: Script Log

  • Script Log Message: %Output%
  • Operating System: Windows, MacOs

Image9

Completed Script

Image10

Output

  • Script Log

Changelog

2025-10-08

  • Initial version of the document