Jump to content

MSI Automation / Silent Install


Recommended Posts

Hey guys,

Currently we are running on managed client 1.6.1.2897 and I'm trying to deploy the MSI installer via Intune and failing every time it tries to install.

I have the /qn flags on it, but I am noticing when just running this MSI as a local admin, it refuses to run due to not having admin rights until I do a right click -> run as admin. I'm sure this has everything to do with why it's failing.

Anyone ever been in this scenario and get this to work successfully? Intune would be executing it in the SYSTEM context, which should have all the rights it needs.

Any help is appreciated!

Link to post
Share on other sites

Hi @Shmoe

Right clicking and running as admin is the way these offline installers operate and this must be done for the EXE. The MSI version should be invoked via an admin elevated cmd with the command: msiexec /i C:\example\path\to\clientsetup.msi /qn

It's possible that your Intune app may want you to use: msiexec /a C:\example\path\to\clientsetup.msi /qn

1.6.1.2897 is also quite out of date, we are on 1.8.0.3443

Upgrade steps:
https://support.malwarebytes.com/docs/DOC-1043

Download package:
https://support.malwarebytes.com/docs/DOC-1161

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • 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.