Software requiring admin rights to install

Slickone

Diamond Member
Dec 31, 1999
6,120
0
0
What determines if a particular application requires an admin to install or not? I've had some basic apps, even browser plugins that won't install without admin rights, yet have been able to install apps that are more complex and potentially dangerous, without admin rights. Is this not something set by the programmer?
 

bersl2

Golden Member
Aug 2, 2004
1,617
0
0
If you have a function that needs to make a privileged syscall, you will need to have super-user rights to execute that syscall successfully.

In the case of Windows, it usually comes from a program's using old functions.