BuildDirectoryPathMap Method (db, useShortNames)

Microsoft Deployment Tools

Deployment Tools Foundation BuildDirectoryPathMap Method (db, useShortNames)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageInstallPathMapBuildDirectoryPathMap(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
)
Parameters
db (Database)
Installation database.
useShortNames (Boolean)
true to use short directory names; false to use long names
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)