MsiGetProperty (msi)
Last changed: -131.107.0.103

.
Summary
Gets the value for an installer property.

C# Signature:

[DllImport("msi.dll", CharSet=CharSet.Unicode)]
static extern int MsiGetProperty(IntPtr hInstall, string szName,
   [Out] StringBuilder szValueBuf, ref int pchValueBuf);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation