8 months ago
Silent install for macOS
Is there a way to install SoapUI silently via MDM in a managed macOS environment?
Hi Theile
Thank you for checking and providing the update.
Currently, SoapUI doesn't offer a true silent installer for macOS.
To delegate this from here. The officially supported method is via Homebrew (brew install --cask soapui), which can be managed through MDM scripts if Homebrew is available in your environment.
Also, as a backup idea's you can also think about the below options.
- Manually install SoapUI on a test Mac, complete setup, and use a packaging tool to capture the installed app and support files. Deploy this pre-configured package via MDM, this is a sort of Pre-install and Package Approach.
- Deploy SoapUI's zip file version, which can be unpacked and run directly if Java is installed. Script the creation of shortcuts or launch scripts as needed.
The .dmg installer doesn't support silent command-line flags, making scripting the installer itself unfeasible is also for your awareness
Best Regards