Posted on 04-15-2024 08:49 AM
We use Solarwinds for asset tracking and internal support. The installation instructions have you running a command to silently install. How would that be done? I'm used to Intune allowing your to run an install command but not sure where to do that here. Thanks.
Solved! Go to Solution.
Posted on 04-15-2024 09:01 AM
At a glance, looks like they want you to cache the package on the device. Then call the package with the command and install it that way.
Their gatekeeper instructions, toss that mess in the trash. You should never be globally disabling gatekeeper for any reason. IF they are not signing their package, that is a vendor problem. However, you can use xattr to whitelist the package and allow it to run in most cases.
Posted on 04-15-2024 09:01 AM
At a glance, looks like they want you to cache the package on the device. Then call the package with the command and install it that way.
Their gatekeeper instructions, toss that mess in the trash. You should never be globally disabling gatekeeper for any reason. IF they are not signing their package, that is a vendor problem. However, you can use xattr to whitelist the package and allow it to run in most cases.
Posted on 04-18-2024 05:05 AM
Thanks for the advice. I'll try that.
Posted on 09-09-2024 11:12 AM
Did this work for you? I'm having trouble caching the .dmg file. Or does the .dmg need to be converted to a package with Composer?