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: ReleaseNotes.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,26 @@
1
-
# 2020-04-12
1
+
# 2021-04-12 - 6.0.1
2
+
3
+
## Fixes
2
4
* Fixed bug with 64-bit detection on languages other than english
3
5
* Fixed bug where agent services would be disabled on Windows 7 / 2008 R2 / PowerShell 2 rather than upgraded
4
6
* Removed service disablement during upgrade process
5
7
* Fixed registry null values on Windows 7 / 2008 R2 / PowerShell 2
6
-
* Added option to prevent change of service behavior
7
8
* Fixed false positive error when script being run offline
8
9
* Fixed bug where `switch` type parameter was being tested for boolean values rather than the .IsPresent field
9
10
* Fixed bug where logging was being called incorrectly, leading to null values when writing to the event log
10
-
* Updated reference for SolarWinds MSP to N-Able
11
+
* Fixed a bug that it didn't detect all Group Policy installs as such (only detected if run from netlogon folder, not from within the sysvol folder)
12
+
* Fixed a but that it incorrected was detected as Group Policy install (now it takes not only the start location but also the user that runs it into account)
13
+
14
+
## New Features
15
+
* Added option to prevent change of service behavior
11
16
* Added Agent AD Status AMP to monitor the installer on a Domain Controller.
12
17
18
+
## Housekeeping
19
+
* Updated reference for SolarWinds MSP to N-able
20
+
* Added an extra registry cleanup for registry items created by version 5.x.x and version 6.0.0 (with the old SolarWinds MSP name)
21
+
13
22
14
-
# 2020-02-20
23
+
# 2021-02-20 - 6.0.0
15
24
* Registration token install method:
16
25
* Activation Key methods for upgrades
17
26
* Registration Key methods for new installs/repairs
0 commit comments