The Windows Installer is an installation and configuration service for 32-bit Windows platforms that standardizes the way programs install and uninstall. The Windows Installer supports various command-line parameters, as shown in Table 7.
| Parameter | Description |
|---|---|
| /I | Installs the program |
| /F | Repairs an installation |
| /X | Uninstalls the program |
| /L*V logfile | Logs all information to a logfile |
| /QN | Displays no user interface |
| /QB | Displays basic user interface |
| /QF | Displays full user interface |
| /? or /H | Displays some switches and copyright information |
| /X | Uninstalls the program |