To view parent comment, click here.
To read all comments associated with this story, please click here.
Sure, at first your approach sounds easier and cleaner but it has its caveats as well. Deleting downloaded files from the users hard-drive automatically even with the best intentions is a no-no. What if I want to install the application again when I'm offline e.g. sitting in a train? What if I want to download it to give it to a friend on an USB stick because I got a faster internet connection? What if I want to back them up for later user on another computer?
I'm all for making things simple but having too much automagic breaks the users expectations. Not all users are the same. People expect that their downloaded files end up on their hard drive and that they stay there unless THEY throw them away. The people I usually help have messy desktops, don't understand a lot of computers but I'm pretty sure they would not be happy if the downloaded file would have just disappeared. "Does that mean that the zip file with the pictures I send will also disappear? How do I prevent that?" I hear them ask...
Second, I don't see the tidal wave of zip packaged applications. Maybe the apps use zip as a transport format in order to get around virus scanners but the apps that I download usually have a .dmg file inside and that's it.
Frank
Edited 2009-09-21 07:50 UTC






Member since:
2005-06-29
Simple question. Which is better and easier:
1) download disk image
-> it gets mounted automatically
2) move application into ~/Applications
3) unmount disk image
4) discard disk image
Or:
1) download zip file
-> it gets unzipped and deleted automatically
2) when launching the application for the first time, a dialog asks if you want it moved to the ~/Applications folder
The first method is as it is done now, and it poses problems for users - don't try to deny them, I see them all the time with the people I introduced to Macs (and I convert a lot of people).
The second method is Gruber's/my proposal. It has none of the problems described above, and still provides all the benefits Mac users are used to.
It's fighting against the tides anyway. More and more applications are now serving their applications in zip files, and in a few years, no one will use disk images anymore.