Windows Installer May 2026

: Installing certain features only if specific launch conditions (like a specific OS version) are met.

: Developers can author packages that allow features to be "advertised" but not fully installed until the user attempts to use them for the first time. Common Use Cases for Developers Windows Installer

: Features can have a parent-child relationship. If a child feature is selected for installation, its parent feature is automatically included. : Installing certain features only if specific launch

: While users see features, the installer actually manages components . One feature can consist of multiple components, which are the smallest coherent units (files, registry keys, etc.) that the installer installs or removes together. If a child feature is selected for installation,

: Features are designed from the user's perspective. Users can select which features they want to install via the installer's SelectionTree Control .

For managing built-in (like Hyper-V or WSL) rather than application features, administrators typically use tools like DISM or PowerShell cmdlets like Install-WindowsFeature . Windows Installer Features - Win32 apps - Microsoft Learn