Hello everyone,
This is my first post in the jamf nation so bear with me.
I've created a package of CS5 with my serial key using AAMEE 2.1 and have no issues installing this standalone. Whenever I upload it to the JSS using Casper admin (9.92) it automatically zips it. I've read this shouldn't be a problem but whenever I try to policy it out this way it always fails at "verifying package integrity".
After doing some research I came across this jamf nation page:
Deploying PKGs Created with AAMEE or Create Cloud Packager
I took my AAMEE created pkg and wrapped it in a DMG using disk utility with no issues. I then uploaded it along with the installPKGfromDMG.sh script. I set the package to cache and set the script to run after the specific filename of the dmg. I then scoped it out and got this back on all the systems:
Executing Policy FH CS5
Mounting FH
Caching package FH CS5.dmg...
cp: /Volumes/FHImages/Packages/FH CS5.dmg: Device not configured
Running script installPKGfromDMG.sh...
Script exit code: 1
Script result: Variable "dmgName" value is set to: FH CS5.dmg
Mounting the DMG FH CS5.dmg...
hdiutil: attach: extra image argument "CS5.dmg" - "/Library/Application Support/JAMF/Waiting Room/FH" already specified
Usage: hdiutil attach [options]
hdiutil attach -help
DMG mounted successfully as volume on device .
Installing Package from mount path ...
/Library/Application Support/JAMF/tmp/installPKGfromDMG.sh: line 170: /usr/sbin/jamf: No such file or directory
There was an error installing the package. Exit Code: 1
Unmounting disk ...
hdiutil: detach failed - No such file or directory
rm: /Library/Application Support/JAMF/Waiting Room/FH: No such file or directory
rm: CS5.dmg: No such file or directory
Error running script: return code was 1.
Is there a better approach to getting CS5 deployed or a step I'm missing? I've gone through the steps dozens of times and just keep hitting walls!
We have a local distribution point here at our site that talks to the master JSS at our district office using a SMB share. Both distros are running OS X if that tells you anything.