Jump to content

SCCM Deploy Client Package


Recommended Posts

Hello,

We are wanting to use SCCM to deploy the malwarebytes client (exe, msi) to the other computers on the network.  When we tried to deploy it trhough SCCM, the installation does not occur, and a general error message occurs.  When I try the msi at the administrative command window:

 msiexec /I malwarebytes.msi /q

An error message occurs, "This advertised application will not be installed because it might be unsafe.  Contact your administrator to change the installation user interface option of the package to basic."

When I try the exe at the administrative command window:

malwarebytes.exe /S

An error message occurs, "This advertised application will not be installed because it might be unsafe.  Contact your administrator to change the installation user interface option of the package to basic."

Any ideas on how to use SCCM to deploy the msi or the exe?

The exe or msi works if I manually install it on the computer with administrator rights.

Thank You   :0)

Link to post
Share on other sites

Hi Dyllon,

We were trying to use the only one executable install package that we were aware of to install the non cloud Malwarebytes Managed Client version 1.8.0.3443 which also installs the Anti-exploit.  In the console we went to -Policy -> Installation Package tool to generate the executable.

Link to post
Share on other sites

3 hours ago, j_french said:

Hi Dyllon,

We were trying to use the only one executable install package that we were aware of to install the non cloud Malwarebytes Managed Client version 1.8.0.3443 which also installs the Anti-exploit.  In the console we went to -Policy -> Installation Package tool to generate the executable.

Do I need to modify the msi package that was crated from within the console (Policy -> Installation Package) with a program like Orca?

Thanks :0)

 

Link to post
Share on other sites

Install with verbose logging enabled:
msiexec /i C:\[path to]\ClientSetup.msi /qn /lv %userprofile%\desktop\MBEPInstallLog.txt

MBMC Managed and standalone cleaner:
https://malwarebytes.box.com/s/rck2gbt0kqqdp8iw1uk7u6pmjg0gajkr

Double click to run, or open CMD as admin, run cleaner tool with this command:
msiexec /i C:\[path to]\mb-clean-managed.msi /qn /norestart

Link to post
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.