BuildDirectoryPathMap Method (db, useShortNames)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
InstallPathMap
An InstallPathMap with the described mapping.

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