logoalt Hacker News

philistineyesterday at 1:04 PM2 repliesview on HN

> Still, I think .pkg package style installers are the most intuitive process for non-techies, especially those coming from windows where MSI and install wizard style exes are common.

Nope. It's an app that is simply the .app bundle, skipping the whole historical footnote of a .dmg completely. Once you first run it, it asks if you want to move it to Applications, and promptly restarts from its new location.


Replies

simongr3dalyesterday at 6:40 PM

Some apps used the disk image as a simple way to bundle up a little “installer”. This is lost by sending a .zip file.

The disk image could put a background image with instruction visual, decide the visual placement of icons. Applications could include folders with brush packs, example documents, user manuals and such.

The fact that it was a disk image could be seen as confusing if you read that closely, but if you ignore the file type it was simply an icon that you could double click to open a piece of installer UI.

zbentleyyesterday at 6:33 PM

Good point. Why don’t more people do that? Compression?