MsiGetTargetPath (msi)
Last changed: anfortas.geo@yahoo.com-24.61.25.118

.
Summary
Returns the full target path for a folder in the Directory table.

C# Signature:

[DllImport("msi.dll", CharSet=CharSet.Unicode)]
static extern int MsiGetTargetPath(IntPtr hInstall, string szFolder,
   [Out] StringBuilder szPathBuf, ref int pcchPathBuf);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

MSI interop library

http://sourceforge.net/project/showfiles.php?group_id=40188&package_id=110212

Documentation