W
wylbur37
Guest
Suppose you were running a SETUP program to install an application
that's about
two years old. Suppose one of the components (such as a driver)
happens to have
the same name as one that currently exists on your computer.
So this is a situation where an existing (but newer) driver
is about to be replaced by an older driver of the same name.
Is the operating system smart enough to prevent the newer driver
from being clobbered by the incoming (but older) driver?
If the answer is yes, how does the system determine which driver is
"newer"?
Does it go by the timestamp of the file, or is there some coding
inside the component that identifies the version?
....
that's about
two years old. Suppose one of the components (such as a driver)
happens to have
the same name as one that currently exists on your computer.
So this is a situation where an existing (but newer) driver
is about to be replaced by an older driver of the same name.
Is the operating system smart enough to prevent the newer driver
from being clobbered by the incoming (but older) driver?
If the answer is yes, how does the system determine which driver is
"newer"?
Does it go by the timestamp of the file, or is there some coding
inside the component that identifies the version?
....