Hi All, Hoping someone can help me. I am trying to deploy large apps with Jamf Pro over 5GB, since i cant upload anything bigger anymore. All sort of PI's.... anyways...
I came across this post
So it works... well kinda. My app ends up being double in size. I'm like WTF?
So when i capture the segmented DMG's the total size = the size of the application. around 11.3GB
I get 3 files, i use composer to package them and deploy them to my destination computer (size between the 3 dmgs still around 11.3GB on the destination)
then i run
hdiutil attach /Library/CCSU-Tools/MATLAB2021a/MATLAB_R2021a.dmg
cp -R /Volumes/MATLAB_R2021a/Applications/MATLAB_R2021a /Applications
hdiutil detach /Volumes/MATLAB_R2021a
Wen i look at the file size it copies its over 20GB, where is all this extra data coming from? The application laucnhes fine (maybe a little slow i guess)
Any ideas? What am i doing wrong? Im double checking but i believe the attached DMG already shows double the size.
-Peter