Uninstall apps on the Mac

After my recent issues with the Adobe AIR runtime component in OS X, I started thinking about the uninstallation of apps on the Mac in general.

Sure, it’s simple, right? Find the app in The Finder, drag it to the trash and poof, it’s gone. Except that it really isn’t.

Over on Windows, MS made developers include a uninstallation routine with the installer. Sure it was hit or miss until Windows XP, but it was still there. And, it was there for many reasons, least of which is that uninstalling applications in Windows without it is practically impossible unless you are the original developer of the app. There are folders. There are .dll files. There are registry entries. Log files. Mold, mildew and soap scum. When you install an app on Windows, it gets everywhere.

Not so on the Mac. You open the .dmg, drag the icon out and that’s it. Everything that app needs contained inside of a nice package.

(Read on…)