Running the Silent Upgrade
You can upgrade stand-alone WinCollect agents to WinCollect 10 from version 7.3.0 or later.
About this task
WinCollect 10 now uses a virtual account. With this change, aspects of the WinCollect agent that interact with the file system (file based sources, mTLS, and so on...) require extra privileges in order to continue to function properly.
To ensure WinCollect continues to function properly, the WinCollect virtual account can be added to the Administrators group. Alternatively, if the WinCollect virtual account is not added to the Administrators group, access to the necessary directories need to be added manually. This decision must be made during the WinCollect installation or upgrade.
The ADMIN_GROUP
command line parameter must be specified with either a true or
false value when installing WinCollect on
a system that is not a domain controller. The upgrade fails when this command line parameter is not
specified on systems that are not a domain controller.
A value of true adds the WinCollect virtual account to the Administrators group, whereas a value of false will not.
Procedure
-
Type the following command to add the WinCollect virtual account to the Administrators group.
msiexec.exe /qn /i WinCollect-10.X.X-X.x64.msi ADMIN_GROUP="true"
-
Type the following command to not add the WinCollect virtual account to the Administrators group.
msiexec.exe /qn /i WinCollect-10.X.X-X.x64.msi ADMIN_GROUP="false"