Installing an Application

Windows Installer

Installing an Application

You can install entire products with 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 parameters of the MsiConfigureProduct function to set the installation state (for example, installed locally; installed to run from the source, etc.) and level, such as the range of product features to be included.

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

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.