BuildComponentPathMap Method (db, directoryPathMap)

Microsoft Deployment Tools

Deployment Tools Foundation BuildComponentPathMap Method (db, directoryPathMap)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageInstallPathMapBuildComponentPathMap(Database, InstallPathMap)
Builds a mapping from Component keys to installation paths.
Declaration Syntax
C# Visual Basic Visual C++
public static InstallPathMap BuildComponentPathMap(
	Database db,
	InstallPathMap directoryPathMap
)
Public Shared Function BuildComponentPathMap ( _
	db As Database, _
	directoryPathMap As InstallPathMap _
) As InstallPathMap
public:
static InstallPathMap^ BuildComponentPathMap(
	Database^ db, 
	InstallPathMap^ directoryPathMap
)
Parameters
db (Database)
Installation database.
directoryPathMap (InstallPathMap)
Directory mapping returned by BuildDirectoryPathMap(Database, Boolean).
Return Value
An InstallPathMap with the described mapping.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package) Version: 3.0.0.0 (3.5.1623.0)