Deployment Tools Foundation
FileAttributes Enumeration
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► FileAttributes
Available values for the Attributes column of the File table.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
[FlagsAttribute] public enum FileAttributes
<FlagsAttribute> Public Enumeration FileAttributes
[FlagsAttribute] public enum class FileAttributes
[<FlagsAttribute>] type 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.dll) Version: 3.0.0.0 (3.11.1.2318)