Installing an Application

[This is preliminary documentation and subject to change.]

You can install entire products with Microsoft® Windows® installer functions. The following steps describe how to install a product:

    To install a product
  1. Run a product through its installation or uninstallation sequence by calling the MsiInstallProduct function.
  2. Specify the installation level by calling the MsiConfigureProduct function.

    You can use the MsiConfigureProduct function to configure an individual component.

For more information on installing an application, see Resiliency and Installation Mechanism.