Desktop Functions: Smart Device Functions:
|
Search Results for "MsiInstallProduct" in [All]msi
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.
MsiInstallProduct(msiLocation, ""); |