Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MsiInstallProduct" in [All]

msi

.
Summary
The MsiInstallProduct function installs or uninstalls a product.
.

static extern UInt32 MsiInstallProduct(string packagePath, string commandLine);

.

Declare Function MsiInstallProduct Lib "msi.dll" (packagePath As String, commandLine As String) As UInt32

.

The MsiInstallProduct function displays the user interface with the current settings and log mode.

.
Documentation
[MsiInstallProduct] on MSDN
.

    MsiInstallProduct(msiLocation, "");


 
Access PInvoke.net directly from VS: