FileAttributes Enumeration

Microsoft Deployment Tools

Deployment Tools Foundation FileAttributes Enumeration
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerFileAttributes
Available values for the Attributes column of the File table.
Declaration Syntax
C# Visual Basic Visual C++
[FlagsAttribute]
public enum FileAttributes
<FlagsAttribute> _
Public Enumeration FileAttributes
[FlagsAttribute]
public enum class FileAttributes
Members
Member Description
None
No attributes.

ReadOnly
Read-only.

Hidden
Hidden.

System
System.

Vital
The file is vital for the proper operation of the component to which it belongs.

Checksum
The file contains a valid checksum. A checksum is required to repair a file that has become corrupted.

PatchAdded
This bit must only be added by a patch and if the file is being added by the patch.

NonCompressed
The file's source type is uncompressed. If set, ignore the WordCount summary information property. If neither Noncompressed nor Compressed are set, the compression state of the file is specified by the WordCount summary information property. Do not set both Noncompressed and Compressed.

Compressed
The file's source type is compressed. If set, ignore the WordCount summary information property. If neither Noncompressed or Compressed are set, the compression state of the file is specified by the WordCount summary information property. Do not set both Noncompressed and Compressed.

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