BuildComponentPathMap Method (db, directoryPathMap)

DTF API

Copy image CopyHover image
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++ F#
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
)
static member BuildComponentPathMap : 
        db : Database * 
        directoryPathMap : InstallPathMap -> InstallPathMap 
Parameters
db (Database)
Installation database.
directoryPathMap (InstallPathMap)
Directory mapping returned by BuildDirectoryPathMap(Database, Boolean).
Return Value
InstallPathMap
An InstallPathMap with the described mapping.

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