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 "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}");


 
Access PInvoke.net directly from VS: