A user on a corporate network receives an installer package for a new office productivity tool. When the user double-clicks the installer, User Account Control (UAC) prompts for administrative credentials. Why is elevated access required for this installation?
- The installer needs permissions to write files to protected system directories such as Program Files.Answer
- BThe application requires a 64-bit operating system architecture to execute.
- CWindows Home edition does not support the installation of third-party software packages.
- DThe installer must automatically update Windows Control Panel applets before proceeding.
Answer
The installer requires elevated administrative rights because it needs permission to modify protected system locations such as C:\Program Files and system-wide registry hives.
Installing software designed for all users on a computer requires modification of protected system directories (such as C:\Program Files) and global registry keys (HKEY_LOCAL_MACHINE). Standard user accounts lack these permissions, so Windows triggers User Account Control (UAC) to demand administrator credentials before permitting changes.
Step-by-Step Solution
Key Concept
Administrative Privilege Requirements for Application Installation