Guys, I'd like to auto-deploy the PM Client components (specifically the WMI components as don't need the agent) using a 3rd party utility (CA ITCM). I ran an ETW trace during the installation (initiated form the PM console) to a test server and the process the Console uses seems to be as follows:
- Copy over a .exe and install itself as a temporary service
- This service then copies over wmiproviders_2.1.4.5034.exe. This seems to bundle both eh 32/64 bit agents
- This is then run with the /s switch wich seems to install the WMI providers as required and not the agent
Just wondering if there is any documentation on this?