Attempting to create Script for silent install of an .msi

I’m attempting to put together a script to allow for the silent install of an application to all of the devices for one of my clients. I have uploaded the installer to the Script files in Syncro however I am having difficulty finding a jump off point in the help section or the Script Library. Can anyone assist?

You won’t find really any guidance on scripting in the help section because it’s based on Powershell. If you search the library for “MSI” you’ll find scripts that run MSI files. Simplest command would be Start-Process PATHTOFILE -ArgumentList “/qn /i” -Wait. You can also use msiexec.

Thank you that gave me what I needed.

I know Jimmie has already sorted this one but I have found this site to be quite handy