This is expected as the docker component is built separately from the rest of the agent. The actual fnms-docker-monitor version can be obtained by running `fnms-docker-monitor.exe -V` from a terminal. This version may or may not change between agent ...
The auto upgrade process does not make any attempts to control feature selection when installing an agent upgrade. This will result in the default feature selection from the agent MSI being used (which is all features to be installed). I've submitted...
In terms or installing or removing the docker feature after the agent is installed, standard MSI functionality can be used to do so.
To remove the feature if it is already installed:
msiexec /I {ProductCode} REMOVE=docker /qb
To add the feature afte...
You can either use the ADDLOCAL property when installing the agent, omitting the 'docker' feature, or use a transform to set the install level of the 'docker' feature to 0.
Using ADDLOCAL, specify the features to install. To install all features exce...