Running the Silent Upgrade

You can upgrade stand-alone WinCollect agents to WinCollect 10 from version 7.3.0 or later.

About this task

To upgrade to WinCollect 10, you must run the .msi upgrade script from an administrative command prompt.
Note: When you upgrade your WinCollect 7.3.x agent to WinCollect 10, the installer converts your AgentConfig.xml file to the new WinCollect 10 AgentConfig.xml format. The installer also makes a backup of the 7.3.x AgentConfig.xml and places it in a patch directory under the default installation location with the date and time of the upgrade.

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

To run the WinCollect 10 silent upgrade, type one of the following commands in the administrative command prompt:
  • 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"
The WinCollect agent is silently updated in the background. After the upgrade is complete, you can close the command prompt window.