Deployment Tools Foundation
BuildDirectoryPathMap Method (db, useShortNames)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathMap ► BuildDirectoryPathMap(Database, Boolean)
Builds a mapping from Directory keys to installation paths.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static InstallPathMap BuildDirectoryPathMap( Database db, bool useShortNames )
Public Shared Function BuildDirectoryPathMap ( _ db As Database, _ useShortNames As Boolean _ ) As InstallPathMap
public: static InstallPathMap^ BuildDirectoryPathMap( Database^ db, bool useShortNames )
Return Value
An InstallPathMap with the described mapping.