Supported macOS versions
- macOS 10.11 (El Capitan) or later is supported
Installation
To install Omnilert Desktop Alert v2 on a macOS computer, simply download and run the "Omnilert.dmg" installer application. Follow the prompts provided to install the client app on your Mac.
Omnilert Desktop Alert will then insert a new app in the Applications directory for that MacOS computer.
After installing the Omnilert Desktop Alert v2, the app will run on the startup of that computer. On the first run, the user will be prompted to enter their Omnilert Personal Access Code (PAC).
Launching Omnilert Desktop Alert v2 from the Command Line
If running Omnilert Desktop Alert v2 from the command line, launch the app with the following command:
open /Applications/Omnilert.app
The application will launch and, if needed, will prompt the subscriber to enter their Personal Access Code (PAC).
Inserting the PAC when Omnilert Desktop Alert v2 launches
Use the following command to pre-load a Personal Access Code when the application launches on MacOS:
open /Applications/Omnilert.app --args --PAC=thePACString
The --PAC=thePACString
passes the code to the application.
Just replace "thePACString" with the Personal Access Code (PAC) of the subscriber assigned to that macOS desktop.
Logging out
To clear out your PAC and unlink the current desktop from Omnilert, click on Omnilert's logo in the system tray and then select "Logout" on the menu. This will clear out the Personal Access Code from the current computer.
macOS: Silent installation method
1. Convert the .app file to a .pkg version by running the following command:
sudo productbuild --component /Applications/Omnilert.app/
/Desktop/Omnilert.pkg
2. Add the PKG file to your deployment software system, such as JAMF or Munki.
3. Add a post-installation command and type in:
open /Applications/Omnilert.app --args --PAC=YOUR_PAC_HERE
Important Note: Replace “YOUR_PAC_HERE” with a valid Personal Access Code from Omnilert
Comments
0 comments
Article is closed for comments.