diff options
Diffstat (limited to 'src/api/wix/WixToolset.Data/Symbols/WixBundlePackageSymbol.cs')
-rw-r--r-- | src/api/wix/WixToolset.Data/Symbols/WixBundlePackageSymbol.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/wix/WixToolset.Data/Symbols/WixBundlePackageSymbol.cs b/src/api/wix/WixToolset.Data/Symbols/WixBundlePackageSymbol.cs index 3d1a6ce8..e68a9d09 100644 --- a/src/api/wix/WixToolset.Data/Symbols/WixBundlePackageSymbol.cs +++ b/src/api/wix/WixToolset.Data/Symbols/WixBundlePackageSymbol.cs | |||
@@ -66,6 +66,7 @@ namespace WixToolset.Data.Symbols | |||
66 | /// </summary> | 66 | /// </summary> |
67 | public enum WixBundlePackageType | 67 | public enum WixBundlePackageType |
68 | { | 68 | { |
69 | Bundle, | ||
69 | Exe, | 70 | Exe, |
70 | Msi, | 71 | Msi, |
71 | Msp, | 72 | Msp, |
@@ -209,4 +210,4 @@ namespace WixToolset.Data.Symbols | |||
209 | 210 | ||
210 | public bool Permanent => (this.Attributes & WixBundlePackageAttributes.Permanent) == WixBundlePackageAttributes.Permanent; | 211 | public bool Permanent => (this.Attributes & WixBundlePackageAttributes.Permanent) == WixBundlePackageAttributes.Permanent; |
211 | } | 212 | } |
212 | } \ No newline at end of file | 213 | } |