diff options
author | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:02:34 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:02:34 -0700 |
commit | 52005c7e6917f9866dd0b0de6993def16a72ed4b (patch) | |
tree | 59e32ad17a3ca5915c4cddbeaa83b58a73f0c3a5 /src/WixToolset.Core/OptimizeCA.cs | |
parent | 79473d778b6cc4c8eec93b92e3b244aed904dac1 (diff) | |
download | wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.gz wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.tar.bz2 wix-52005c7e6917f9866dd0b0de6993def16a72ed4b.zip |
Major reduction in public surface area of WixToolset.Core
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. |