Hello! Any tips on how to deploy a windows app using MSI? The MSI needs elevated privileges/admin but I need to be able to install the software silently whether or not a user is logged in.
I tried a couple of msiexec commands, see below. MSI is uploaded in Meraki cloud storage.
msiexec /norestart /quiet /package "<full path to msi>"
msiexec /norestart /quiet /package "<full path to msi>" NM_ADDRESS_VALUE=255.255.255.255 REBOOT=ReallySuppress