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++ | F# |
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 )
static member BuildDirectoryPathMap : db : Database * useShortNames : bool -> InstallPathMap
Return Value
InstallPathMap
An InstallPathMap with the described mapping.
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)