Desktop Functions: Smart Device Functions:
|
C# Signature:
[DllImport("msi.dll")] VB Signature:
Declare Function MsiSetExternalUI Lib "msi.dll" (TODO) As TODO User-Defined Types:
public delegate IntPtr InstallUIHandler(IntPtr context, uint messageType, string message); Alternative Managed API:Do you know one? Please contribute it! Notes:None. Tips & Tricks:Please add some! Sample Code:
public static bool InstallProduct(string msiLocation) Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).
|
|