Written By Mikel from Gorelo
Last updated About 1 month ago
Navigate to Library → Upload
On the Installer step —
Installer Type = None
On the Software step —
Select ‘Add version to new software’
Under Software Info
Name = Gorelo
Under Version Detection
Select ‘Custom Detection Script’
Add a ‘New’ script as per below with the default settings
Example$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 }
Under Installation
Select ‘Custom Detection Script’
Add a ‘New’ script and paste the Agent Asset installation command from your Gorelo tenant
On the Version step —
Version String = 8.42.0.0
Click ‘Create’
You will need to add this new software to your Deployments and then adopt the asset in Gorelo. Use a specific Client/Location installation command to skip the adoption requirement.