.
The MsiGetProductProperty function retrieves product properties. These properties are in the product database.
9/6/2012 4:54:01 AM - -58.1.249.101
.
static extern int MsiGetProductProperty(IntPtr hProduct, string szProperty, StringBuilder lpValueBuf, ref uint pcchValueBuf);
.