Last updated 1 year ago
[DllImport("msi.dll", CharSet = CharSet.Auto)] public static extern int MsiQueryProductState( [MarshalAs(UnmanagedType.LPTStr)] string szProduct );
Microsoft documentation: