Skip to main content

Automox for installing MSI packages?

  • September 24, 2021
  • 4 replies
  • 961 views

Greetings,

I’m new to a company and this product. We use Automox for our patching. Can we use the product to install MSI packages on servers? Thinking things like Infosec agents etc.

I’m currently using cobbled together POSH scripts which work OK but it would be nice to use Automox against an established list of devices.

Thanks for any insight.
Ron

4 replies

  • Novice
  • September 24, 2021

I use a required software policy. Upload the msi file and I believe the code will be generated for you after the upload. If not, I use a syntax similar to:
exit (Start-Process -FilePath ‘msiexec.exe’ -ArgumentList (’/qn’, ‘/i’, ‘“anyconnect-win-4.10.00093-core-vpn-predeploy-k9.msi”’) -Wait -Passthru).ExitCode

There are other examples on this site.


  • Author
  • Rookie
  • September 24, 2021

Thanks Mark I’ll research some more.


Forum|alt.badge.img

We use it to install and uninstall all sorts of MSI’s and EXE’s. Exe’s need to support a silent install mode, but we have found that most good software does. Anything you can do in powershell, you can use Automox to automate. I have a lot of maintenance and reporting scripts I use it for too.


  • September 27, 2021

@rfisher Welcome to the Community! Glad to see you got a couple of quick answers over the weekend. #TeamworkMakesTheDreamWork 🤘