Directories Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Directories Property
Gets a mapping from Directory keys to source/target paths.
Declaration Syntax
C# Visual Basic Visual C++
public InstallPathMap Directories { get; }
Public ReadOnly Property Directories As InstallPathMap
	Get
public:
property InstallPathMap^ Directories {
	InstallPathMap^ get ();
}
Property Value
Remarks
If the Directory table is modified, this mapping will be outdated until you call UpdateDirectories()()()().

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