S
Sam
HeyBub said:Speaking as a programmer, I can offer a slim reason (not a justification).
An application can be installed all over the place - almost any folder, any
drive, any machine. So, when it comes time to execute, where are all the
bits?
There is only one registry. If the installer puts the links there, they can
always be found.
At least that's what some programmers think.
Counter example: many other OSes do not use registry concept at all but
use conf files. Many of those OSes are used for mission critical tasks.
Clearly, registry is not a necessary thing for important and stable systems.