Files Property

Microsoft Deployment Tools

Deployment Tools Foundation Files Property
Gets a mapping from File keys to source/target paths.
Declaration Syntax
C# Visual Basic Visual C++
public InstallPathMap Files { get; }
Public ReadOnly Property Files As InstallPathMap
public:
property InstallPathMap^ Files {
	InstallPathMap^ get ();
}
Remarks
If the File, Component, or Directory tables are modified, this mapping may be outdated until you call UpdateDirectories()()().

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