We are deploying CS6 Design & Web Premium to a few dozen users. There are two packages. The first is the EXCEPTIONS package (PKG) which we select "install" when adding to policy. The second is the main CS6 package (PKG wrapped in a DMG) which is cached. We are using JAMF's script as an "after" script to mount the DMG, run the PKG and unmount the DMG:
https://jamfnation.jamfsoftware.com/article.html?id=161
The Casper logs do not assist with troubleshooting. What we are seeing is the EXCEPTIONS package runs fine, but then the log stops and we can't tell if the main CS6 package is running or not. When we check /Library/Application Support/JAMF/Waiting Room/ we see see the *.shadow file which appears to grow until the download is complete. Then the ".shadow" suffix is dropped and it becomes a DMG.
However what we are noticing is that on some of the Macs the download does not appear to finish/install does not appear to start - and so the policy stalls and we have to Cancel the policy via SSH on the host that it stalls on.
A separate issue with deployment has been addressed by creating a "before" script in our policy that purges any CS6 shadow files from /Library/Application Support/JAMF/Waiting Room/ before running the policy again.
We have discovered a -verify attribute to a command in the mounting of the EXCEPTIONS pkg, and this worries us. Is there a way to "see" what's happening between and in the execution of the packages. Any advisement with troubleshooting this issue is welcome. This stalling issue only occurs on some Macs. On others, the deployment is smooth.