diff options
Diffstat (limited to 'src/WixToolset.Core/OptimizeCA.cs')
-rw-r--r-- | src/WixToolset.Core/OptimizeCA.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/OptimizeCA.cs b/src/WixToolset.Core/OptimizeCA.cs index efd07299..ba17604d 100644 --- a/src/WixToolset.Core/OptimizeCA.cs +++ b/src/WixToolset.Core/OptimizeCA.cs | |||
@@ -8,7 +8,7 @@ namespace WixToolset.Core | |||
8 | /// Values for the OptimizeCA MsiPatchMetdata property, which indicates whether custom actions can be skipped when applying the patch. | 8 | /// Values for the OptimizeCA MsiPatchMetdata property, which indicates whether custom actions can be skipped when applying the patch. |
9 | /// </summary> | 9 | /// </summary> |
10 | [Flags] | 10 | [Flags] |
11 | public enum OptimizeCA | 11 | internal enum OptimizeCA |
12 | { | 12 | { |
13 | /// <summary> | 13 | /// <summary> |
14 | /// No custom actions are skipped. | 14 | /// No custom actions are skipped. |