For something like this software it would appear each instance of software wants a proctor to set it up. I would go through the initial setup while doing a capture using composer to see what files it generates. from there you can attempt to package and deliver the software to a test device to see how it works out. I do not see any instructions anywhere for adding a plist entry or a profile to enforce the codes or settings so this might be the best route
The way we managed to get things working was to convert the original .dmg file that had the CompassCloud.app at the top level to read/write format, so we could add the "Applications" folder and move the CompassCloud.app into there. Converting it back to compressed after making the needed changes seemed to let the .dmg upload and deploy within JAMF Pro without the program thinking it wasn't in the proper location in the file system once delivered.
A little more detailed steps:
- Use Disk Utility (in the Utilities folder on a Mac) to:
- Select Convert from the Images menu in the menubar
- Pick the downloaded CompassCloud.DMG from Compass
- Convert it to Read/Write in the 'Image Format' pop up of menu options
- Save it as CompassCloud converted
- Go back to Finder and
- double-click to mount the CompassCloud converted DMG
- on the mounted DMG, make a new folder entitled "Applications"
- (note you may need to authenticate a couple times as admin to make the changes)
- Drag the CompassCloud app into the newly created Applications folder
- (note this may create a 2nd copy of the app)
- Remove the 'top level' copy of the app (the one outside the Applications folder) after you've verified the copy within the Applications folder.
- Close and eject the mounted read/write DMG
- Back to Disk Utiliy and:
- Choose "Convert..." from the "Images" menu
- Select your modified CompassCloud Converted DMG
- Give this 'updated' version a new name like "CompassCloud 2" in the Save As box
- Change Image Format back over to "compressed"
- Click Convert button
- Quit Disk Utility
- Head into JAMF Pro
- Settings --> Computer Management --> Packages
- New Package with the CompassCloud 2.dmg as the file to upload
- Computers --> Policies
- Build a policy that installs the new package, scope and test.
Thank you for this. This worked for me after trying to figure something out for a while.
Support is terrible and basically told us to kick rocks when trying to get help.
Afternoon all.
So I’m using Jamf School, and it seems to have some differences than Pro. This being one of them.
I can’t set a .dmg as a packge. It has to be a .pkg.
So, I tried creating one using Composer, but when I go to test it, it’s not throwing CompassCloud into the Applications folder. I’ve even put CompassCloud into it’s own folder, copied it to Applications, and created the .pkg with that information.
Any suggestions?