J
Joe Smith
Nick Keighley said:but there's a fair amount of "teckie" stuff that just gives you a raw
zip file and expects you do it all yourself.
Sure, but those are often not meant to be installed in the normal style.
Either they are programs expected to be run once, or they expect you to put
it where you want it, and run the exe, perhaps making a desktop shortcut,
but probably not bothering to create a start menu shortcut. I have a large
folder on my desktop of stuff collected over the years, named (imaginatevly)
"test". (For a while I also had a "test2"). In there I keep my hex editor,
my C and C++ standards, the Utilities from SysInternals, my console
emulators and roms, and other things. It works well.)
<rant>
One thing that I find really annoying is programs that are almost certainly
one use programs, like the Windows Vista and Windows 7 upgrade advisors,
that come with an installer. So what, I'm supposed to install it, use it
once, then uninstall it? Why not just make it a self contained exe that you
just run, and delete when finished?
OS X has things much saner than windows in this respect. Most applications
have no installer.
Those that need an installer because they are actually a software suite, or
need to install a framework if it is not already present, use an installer
system built into the OS itself. Pretty simple, works well.
</rant>