Posted on 11-05-2015 02:51 AM
Chaps, still getting my head around most things casper, We need to send out the Keynote 6.6 update, pretty urgently, when I download it I am only able to get it from the App Store then it downloads and installs straight away onto my machine? How would I get this packaged up and deployed through a policy?
Thanks in advance!
Posted on 11-05-2015 03:17 AM
Sorry think I've sorted it!
Posted on 11-23-2015 03:25 AM
@betty02 Could you let me know how you packaged Keynote 6.6 up and deployed it. How did you get the update package?
Much appreciated!
Posted on 11-23-2015 04:01 AM
@Omar The way I did it was an easy way, installed it on my Mac, opened up Composer and dragged the App in, make sure I deleted the MAS receipt too, and then built it as a PKG! I was advised by some this was the best way and easiest way, then advised by others it wasn't. It has worked great here for us and has been fine! Hope this helps!
Posted on 11-23-2015 04:41 AM
There are ways to get an installer package for Keynote directly from the Mac App Store. I have a post that discusses one method available here:
Posted on 11-23-2015 06:49 AM
Posted on 11-23-2015 09:57 AM
I distribute these following rtroutons method. Just make sure that you understand that the update will still present itself to the user via the Mac App Store as it doesn't have a receipt pointing to that users AppleID (Or any for that matter). Its a bit "cleaner" than using composer but it's the same idea, essentially, i.e. creating a receipt-less app.
There is always VPP too, but I've found that to be difficult to manage with a student owned BYOD program. You'd think a free app would be simpler to deal with ;-)
That said, Keynote is a super easy one. Garageband and it's extras are a little more interesting.
Posted on 11-23-2015 12:23 PM
I use the Terminal to capture the package as the App Store is downloading it. Become root with:
sudo su
Then use the find command to look for a file named star dot pkg under /var/folders/
Then cp -Rpv the file from source to destination using copy and paste for the long pathname.
Timing is important. You don't want to copy the pkg before the App store has finished downloading it, but you must complete the copy before the App store has finished installing it or it will delete the file before you can get it. Example screen shot above.
Of course now that this is posted publicly we can expect Apple to change something so this process breaks. ;)
Posted on 11-23-2015 01:50 PM
Another option is to open Console while it's being downloaded/installed, you'll see the temp path.
Posted on 11-24-2015 05:32 AM
We have the App Store blocked and removed/hidden so thankfully they don't see it showing as an update required! @endor-moon I like that way! But if you miss it, your buggered haha!