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.
Command-line installation now requires an extra flag for a
valid installation. You can set the ADMIN_GROUP
flag to either
true
or false
, where true
adds the virtual
accounts to the Administrators
local group. This flag appears in the copyable text
block when you run the installer in custom mode.
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"