A new Flexera Community experience is coming on November 25th. Click here for more information.
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
‎Mar 24, 2022 03:13 PM
It is the 2nd syntax.
See the following page for an example: Agent Third-Party Deployment: Edit the Configuration File for Microsoft Windows
‎Mar 24, 2022 08:25 PM