DLP agent was upgraded from an older version to a new version and it now appears in Windows Programs and Features (Add / Remove Programs) as AgentinstallX_X_X.
To resolve this issue modify the upgrade_agent.bat and add the following parameter to the end of the batch file: ARPSYSTEMCOMPONENT="1"
Setting the ARPSYSTEMCOMPONENT property to 1 using the command line or a transform prevents the application from being displayed in the Add or Remove Programs list of Control Panel.
Reference: https://docs.microsoft.com/en-us/windows/win32/msi/arpsystemcomponent?redirectedfrom=MSDN
Example Batch File:
Installs using the modified batch file will no longer have the DLP agent show up in Windows Programs and Features (Add/Remove Programs).