Multiple choice technology

Setting REINSTALL = ALL will do

  1. Only features already installed by an earlier installation to be installed

  2. Installs all new features of the application

  3. Will do major upgrade

  4. Will do minor upgrade

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

The REINSTALL property with ALL value instructs Windows Installer to only process features that were previously installed. It does not install new features - for that, you would use ADDDEFAULT or similar properties.