Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.gorelo.io/llms.txt

Use this file to discover all available pages before exploring further.

1

Navigate to Library > Upload.

2

On the Installer step:

Select Installer Type = None.
Image 127
3

On the Software step:

  • Select Add version to new software.
  • Under Software Info, add:
    • Name = Gorelo
Image 128
4

Version Detection:

  • Select Custom Detection Script.
  • Add a New script with the default settings.
Image 129
5

Copy-paste the script:

$registryPath = "HKLM:\SOFTWARE\Gorelo"
$valueName = "AgentVersion"

try {
    $version = Get-ItemPropertyValue -Path $registryPath -Name $valueName -ErrorAction Stop
    Write-Output $version
} catch {
    Write-Error "Unable to read version: $($_.Exception.Message)"
    exit 1
}
6

Installation

  • Select Custom Detection Script.
  • Add a New script and paste the Agent Asset installation command from your Gorelo tenant.
Image 129
7

On the version step, input:

  • Version String = 8.42.0.0
8

Click Create.

You will need to add this new software to your deployments page and then adopt the asset in Gorelo. Use a specific client/location installation command to skip the adoption requirement.