Prey Project Mass Deploy Issues - i have made a package of the prey software using the following information in composer on a 10.9.4 MBP. I am having issue with the deployment -
Below is the prey project general info. I made a snap shot and modified .dmg in composer of the install - it worked on the end unit but could not get to work via JSS. Any ideas - i made a dmg package with the info below, not sure if it need to be a .pkg or and additional script.
To install Prey in batch mode on a Mac environment, you'll need to use OS X's installer command using the meta package (MPKG) instead of the regular DMG installer.
Download the latest MPKG package (prey-X.X.X-mac-batch.mpkg.zip) from our release archive
Run the following command on a terminal: API_KEY="YOUR_API_KEY" sudo -E installer -pkg PATH_TO_MPKG_FILE.mpkg -target /
Where YOUR_API_KEY is your account's API key (you can get your API key from your account's profile page). To install version 0.6.2 using an API key abcdef123456 you'll need to run in a terminal:
API_KEY="abcdef123456" sudo -E installer -pkg prey-0.6.2-mac.mpkg -target /
The installer will validate the API key and make sure that the account has available slots to add that device. If conditions are met, then Prey will be set up and the device will automatically appear in the Devices section of your Prey account.
https://help.preyproject.com/articles/63-how-to-mass-deploy-prey-for-mac-os-x