As a Windows user, it's a surreal way to install a program
- macOS
- Windows
- Developer Tools
- Design
- Software Distribution
The post is a visual archive of old-school macOS installer disk images, the kind that open like a mounted drive and show an app icon next to a shortcut to Applications. It is partly nostalgia and partly an explanation of a long-standing Mac convention: many apps are distributed as self-contained .app bundles, so “installation” can be as simple as copying that bundle into /Applications instead of running a traditional installer wizard. People filled in the historical context that makes this design make sense to longtime Mac users. It descends from the days when software really was copied off floppies or CDs, and the disk image is a digital stand-in for removable media. That history also explains why developers liked .dmg files beyond simple packaging. They could stage a tiny piece of branded UI with a custom background, arrows, manuals, samples, and other extras.
If you ship Mac software outside the App Store, do not assume users understand the drag-and-drop .dmg ritual. Either add explicit guidance, use a simpler delivery method like a zip or self-moving app, or choose a .pkg only when you truly need system-level changes.
-
unsung.aresluna.org
- Discuss on HN