Data Loss Prevention

 View Only
  • 1.  DLP Agent Installation

    Posted Jul 04, 2013 07:32 AM

    If i want to set DLP installation that show in Add/remove program then what will i do?



  • 2.  RE: DLP Agent Installation
    Best Answer

    Posted Jul 04, 2013 07:37 AM

    you have instaled the agent by using bat file, the date file consists of following
     
    msiexec /i AgentInstall64.msi /q INSTALLDIR="C:\Program Files\Manufacturer\Endpoint Agent\" ENDPOINTSERVER="hostname" KEY="" SERVICENAME="EDPA" WATCHDOGNAME="WDP" ARPSYSTEMCOMPONENT="1"
     
    IF you change Arpsystemcomponent = 0 then it will be shown in add remove programm.
     
    Now even if it is not showing in add-remove programm, you can use the bat file uninstall_agent.bat to uninstall this agent.



  • 3.  RE: DLP Agent Installation

    Posted Jul 04, 2013 07:48 AM

    thanks kalpeshparmar.



  • 4.  RE: DLP Agent Installation

    Posted Jul 04, 2013 07:51 AM

    Great answer Kalpesh.. Even I was looking for this.

    My vote goes to you. Thanks a lot man.