GaryScott wrote:
(snip, I wrote)
>>Maybe more often with non-commercial products. With commercial
products,
>>one might feel that, having paid for it, the company owes them a
properly
>>working product. The work of installing the new version is part of
>>getting what one paid for.
> Usually fairly painless with most commercial products (install
> wizards, etc.).
Usually, but you never know. If it fails, how easy is it to
get back to the previous version? What else might accidentally
break? (Replacing DLLs that might be used by others?)
Then there are the funny ones. I have seen installers, even fairly
new ones, fail after improperly determining available disk space
or virtual memory. A system with over 2GB virtual memory available,
computed in signed integers, comes out negative. There is a
similar failure in the disk space calculation.
Many installers want you to stop all other programs before
they run. Sometimes that is necessary, but more often it
isn't, and negates the whole idea of running multiple
programs at the same time. Similar for ones that require
a reboot, though many don't even though they say that they do.
Most ask first, but not all.
-- glen


|