Install Software Software

  • 15 July 2021
  • 3 replies
  • 231 views

How to get a silent install package to execute in automox. I’ve tried the following with no success so far.


Looking to install a executable silently.


.\TigerConnect-Setup.exe /S


also,


Start-Process -Wait -FilePath “TigerConnect-Setup.exe” -ArgumentList ‘/S’ -passthru


3 replies

Userlevel 3

Hi tools2teach,

Are you using the admin installer? Based on their docs, the admin is the only way you can install this outside of the installer itself. Also, its the one you need to use for passing parms off on a command line.


Going through their docs, the admin installer is also the one you use for multi-user, which would be required for Automox as we install at the SYSTEM level and not user level so it would need to be made available to all users on a device unless you build the script to target a specific user space.


Hope that helps

Using the the admin installer worked. Thank you!

Userlevel 3

Perfect, happy to have helped 🙂 😀

Reply