Data Loss Prevention

 View Only
  • 1.  MSI INSTALL WITH /q switch fails

    Posted Mar 18, 2014 11:33 AM

    Hello When trying to install DLP AGENT MSI with \q option , it fails and does not install MSI

    the only property modified in MSI is value of endpoint server .

    msiexec \i AgentInstall.msi TRANSFORMS=AgentInstall.mst \q

    while we run MSI by just doubleclicking on same machine it works.

    Rgds,

    Ankit S.



  • 2.  RE: MSI INSTALL WITH /q switch fails
    Best Answer

    Posted Mar 18, 2014 11:54 AM

    msiexec \i AgentInstall.msi TRANSFORMS=AgentInstall.mst \q

    You can use wrong switch "\" to "/"

    Try this

    msiexec /i AgentInstall.msi TRANSFORMS=AgentInstall.mst /q



  • 3.  RE: MSI INSTALL WITH /q switch fails
    Best Answer

    Posted Mar 18, 2014 12:26 PM

    In addition to changing the slashes that James007 mentions, you also need to open the Command Prompt window 'As Administrator' (right-click the Command Prompt icon, select 'Run As Administrator').

    If you are still having problems, look for the installation.log in the Temp directory and see what the result of the install is (the end of the file should note success or failure and give a reason it failed).



  • 4.  RE: MSI INSTALL WITH /q switch fails

    Posted Mar 18, 2014 01:50 PM

    Hello Tim,

    we used with /qb and it installs fine.

    However , when we use same switch using SCCM/SMS it fails.

    I believe DLP agent does not support SCCM/SMS as we have tried all the option.

    does anyone have used SCCM to deploy DLP agent so far - if yes pls. comment.

    Rgds,

    Ankit S.



  • 5.  RE: MSI INSTALL WITH /q switch fails



  • 6.  RE: MSI INSTALL WITH /q switch fails

    Posted Mar 19, 2014 08:29 PM
    SCCM should work.. Do you have the package set to copy the files locally to the workstation to perform the install?