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 REMOVE the following parameter from the batch file: ARPSYSTEMCOMPONENT="0"
Reference: https://docs.microsoft.com/en-us/windows/win32/msi/arpsystemcomponent?redirectedfrom=MSDN
Example Batch File:
Installs using the modified batch file will now show up in Windows Programs and Features (Add/Remove Programs).
Note: simply modifying this argument does not appear to work, it must be removed from the script to restore the default functionality to add the program to the Add/Remove Programs.