Deployment Tools Foundation
BuildComponentPathMap Method (db, directoryPathMap)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathMap ► BuildComponentPathMap(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.