cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Config file setup for NetSelector

is this how you set up the netselector in the mgssetup.ini file:

; Registry settings to be created under
; HKLM\Software\ManageSoft Corp\ManageSoft\NetSelector
[NetSelector]
;desc0 = Description
;val0 = Value
; ... etc.
Desc0 = SelectorAlgorithm
Val0 = MgsDomainMatch
Desc1 = SelectorAlgorithm
Val1 = MgsBandwidth
Desc2 = SelectorAlgorithm
Val2 = MgsPing

or is it this way?

; Registry settings to be created under
; HKLM\Software\ManageSoft Corp\ManageSoft\NetSelector
[NetSelector]
;desc0 = Description
;val0 = Value
; ... etc.
Desc0 = SelectorAlgorithm
Val0 = MgsDomainMatch; MgsBandwidth; MgsPing

(1) Reply
ChrisG
By Community Manager Community Manager
Community Manager

It is the 2nd syntax.

See the following page for an example: Agent Third-Party Deployment: Edit the Configuration File for Microsoft Windows

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)