Deployment Tools Foundation
Files Property
Gets a mapping from File keys to source/target paths.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public InstallPathMap Files { get; }
Public ReadOnly Property Files As InstallPathMap Get
public: property InstallPathMap^ Files { InstallPathMap^ get (); }
member Files : InstallPathMap with get
Property Value
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.dll) Version: 3.0.0.0 (3.11.1.2318)