Multiple choice technology

Smallest installable part of the product from installation developers perspective

  1. feature

  2. component

  3. pre-requisite

  4. keyfile

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

From an installation developer's perspective, a Component is the smallest installable unit. Components contain the actual installation items: files, registry keys, shortcuts, etc. Each component has a unique GUID and is installed as an atomic unit - either all its items are installed or none. Features group together components to present user-facing selections. Developers work with components; users interact with features.