Posted on 04-24-2024 07:40 AM
To all, we are trying to create a package for self-service to install and launch.
Follow the steps mentioned below to install/Uninstall Endpoint Central Agent:
Installing Mac Agent
Mac agents can be installed manually in the computers that need to be managed. If a previous version of the Endpoint Central agent is already installed on the client computer, then uninstall it before installing the latest agent.
To install the agent, log in to the computer as an administrator and follow the steps mentioned below:
1. Login into the Mac computer as an administrator and navigate to the location where the agent is downloaded.
2. Extract the zip file and locate UEMS_MacAgent.pkg and serverinfo.plist file.
3. Double-click to install the agent. Ensure that the extracted folder contains both the files in the same location, serverinfo.plist and UEMS_MacAgent.pkg
4. Enter the administrator's password when prompted to complete installation.
Once the agent is installed successfully, the Mac computer will be listed in the SoM page in the Endpoint Central web console.
It works fine when I load from the file. When I try to repackage from composer it fails to install. I have tried to use the ManageEngine UEMS - Agent.app it will install through jamf but will not launch. I have tried to recreate a package from there but the new package has a package inside.
I was hoping some one can help
Posted on 04-24-2024 07:51 AM
You probably want to reach out to the vendor and ask for managed distribution instructions. No business grade application worth having does not have managed distribution instructions this day in age.
Taking the vendors instructions literally for a clean install.
This will cache the vendor package, and plist to the same working directory as their instructions tell you to do. Then the terminal command in the Jamf Composer package will run the vendors package with admin permissions, again as the vendor says to do. You may need to tinker a bit to get a good work flow, but this should be the nuts and bolts of automating what you are doing manually.
Note: If you use /private/tmp macOS will automatically delete the files when the device reboots. If you place them somewhere else, you will need a script to come behind and delete the files.
Posted on 04-24-2024 07:57 AM
googlefu provides some info for intune.. basically take the serverinfo.plist rename it, make it a config profile and deploy, then the deploy the pkg in a policy.... https://www.manageengine.com/products/desktop-central/how-to/agent-installation-with-intune.html
really the vendor should provide a bit more assistance..
Posted on 04-24-2024 08:27 AM
Install Mac agents using Jamf
To successfully install a Mac agent using Jamf, follow the steps given below:
com.manageengine.ems.plist will be deployed to /Library/Managed Preferences/ folder in the mac machine. It can be verified there.
The pkg will find the preference plist deployed before and will install successfully.