MsiGetProductProperty (msi)
Last changed: -58.1.249.101

.
Summary
The MsiGetProductProperty function retrieves product properties. These properties are in the product database.

C# Signature:

[DllImport("msi.dll", SetLastError=true)]
static extern int MsiGetProductProperty(IntPtr hProduct, string szProperty, StringBuilder lpValueBuf, ref uint pcchValueBuf);

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation