[DllImport("msi.dll", CharSet=CharSet.Unicode)]
static extern int MsiGetProperty(IntPtr hInstall, string szName,
[Out] StringBuilder szValueBuf, ref int pchValueBuf);
None.
Please add some!
Please add some!
MSI interop library
http://sourceforge.net/project/showfiles.php?group_id=40188&package_id=110212