Desktop Functions: Smart Device Functions:
|
Search Results for "MsiQueryProductState" in [All]msi
static extern INSTALLSTATE MsiQueryProductState(string product);
Declare Function MsiQueryProductState Lib "msi.dll" (ByVal product As String) As INSTALLSTATE
private static extern INSTALLSTATE MsiQueryProductState(string product);
INSTALLSTATE state = MsiQueryProductState("{11111111-2222-3333-4444-555555555555}"); |