You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Agent/PartnerConfig.xml
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Required Values CANNOT be left blank (the Event Log will inform you of this). Ad
22
22
and/or Recommendations may be added here with regard to new Configuration Values.
23
23
-->
24
24
<Config>
25
-
<Version>6.0.1</Version>
25
+
<Version>6.0.2</Version>
26
26
<Branding>
27
27
<!-- [OPTIONAL - (Business Contact Info)] Partner Contact Information to display in the Event Log
28
28
when a Documented Error occurs -->
@@ -33,17 +33,14 @@ help@mymsp.com
33
33
</ErrorContactInfo>
34
34
</Branding>
35
35
<ScriptBehavior>
36
-
<!-- [RECOMMENDED - (0-60)] Amount of time (in minutes) to wait since the Last System Boot before
37
-
diagnosing the Agent -->
36
+
<!-- [RECOMMENDED - (0-60)] Amount of time (in minutes) to wait since the Last System Boot before diagnosing the Agent -->
38
37
<BootTimeWaitPeriod>5</BootTimeWaitPeriod> <!-- Default Value is 5 -->
39
-
<!-- [REQUIRED - (1-60)] Amount of time (in minutes) to wait for the Windows Installer Service
40
-
while another installation is in progress -->
38
+
<!-- [REQUIRED - (1-60)] Amount of time (in minutes) to wait for the Windows Installer Service while another installation is in progress -->
41
39
<InstallTimeoutPeriod>5</InstallTimeoutPeriod> <!-- Default Value is 5 -->
42
-
<!-- [REQUIRED - (True)] - If there are issues with the MSI uninstall of the previous version, perform a cleanup -->
43
-
<ForceAgentCleanup>True</ForceAgentCleanup>
44
-
<!-- [REQUIRED - (True)] - If true enables fallback from ICMP to HTTP/S lookup of the WSDL endpoint for network verification
45
-
and pre-install server verification -->
46
-
<UseWSDLVerification>True</UseWSDLVerification>
40
+
<!-- [REQUIRED - (True)] - If there are issues with the MSI uninstall of the previous version, perform a cleanup -->
41
+
<ForceAgentCleanup>True</ForceAgentCleanup>
42
+
<!-- [REQUIRED - (True)] - If true enables fallback from ICMP to HTTP/S lookup of the WSDL endpoint for network verification and pre-install server verification -->
43
+
<UseWSDLVerification>True</UseWSDLVerification>
47
44
</ScriptBehavior>
48
45
<Server>
49
46
<!-- [REQUIRED - (URL Without Protocol)] Your N-Central Server Address (get this from the
0 commit comments