FORGET WHAT I JUST SAID!

Forget about instaDMG! It was a helpful tool, but it was lacking in documentation, and it was getting a bit long in the tooth (for the past 3 or 4 OS X releases). Thankfully, MagerValp is a hero and wrote AutoDMG, which replaces instaDMG.

687474703a2f2f6d6167657276616c702e6769746875622e696f2f696d616765732f4175746f444d472d312e302e706e67.png

AutoDMG is written in python, and unlike instaDMG, it has a nice GUI to go with it. It supports the same features that instaDMG did, including OS updates and third-party installs, but perhaps the best things about it are completely new!

  1. It has built in manifests for Apple Software updates, so you don’t have to spend your time finding URLs and checksums for them (in fact, you don’t have to worry about checksums at all).

  2. It outputs images that are suitable for deployment with DeployStudio (or ASR, Absolute Manage, etc).

It has a host of other improvements as well, including drag and drop for adding the Install OSX.app (rather than having to extract the InstallESD.dmg manually), and most importantly – it is actively being developed by its users!

This is a rather short post because there isn’t a whole lot to explain about AutoDMG (which is part of its glory). It’s bundled as a .app so it is really easy to pick up and use.

 
0
Kudos
 
0
Kudos

Now read this

Building a Ruby Gem

Let me start off with a helpful guide: http://guides.rubygems.org/make-your-own-gem/ Having said that, I personally had some problems developing a gem of my own. I started out with a single .rb file that was supposed to replace a lengthy... Continue →