diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-03-26 19:26:01 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-03-30 21:23:16 +1000 |
commit | 66b668b4c5d37f572dfca86446f7dddc5dd3d85f (patch) | |
tree | 8e63232c28c29c2467986c86ba049f94d8da7e7e /src/WixToolset.Data/Burn | |
parent | 39df3cf47aa22abfea57a74b7f985f44cb9beba5 (diff) | |
download | wix-66b668b4c5d37f572dfca86446f7dddc5dd3d85f.tar.gz wix-66b668b4c5d37f572dfca86446f7dddc5dd3d85f.tar.bz2 wix-66b668b4c5d37f572dfca86446f7dddc5dd3d85f.zip |
Add support for bundle extension searches.
Add MissingBundleSearch error message.
Add BundleExtensionRef to WixSearchTuple.
Add BundleExtensionSearchTupleDefinitionTag.
Diffstat (limited to 'src/WixToolset.Data/Burn')
-rw-r--r-- | src/WixToolset.Data/Burn/BurnConstants.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Data/Burn/BurnConstants.cs b/src/WixToolset.Data/Burn/BurnConstants.cs index 9803a73a..1a0db73e 100644 --- a/src/WixToolset.Data/Burn/BurnConstants.cs +++ b/src/WixToolset.Data/Burn/BurnConstants.cs | |||
@@ -9,6 +9,7 @@ namespace WixToolset.Data.Burn | |||
9 | public const string BundleLayoutOnlyPayloadsName = "BundleLayoutOnlyPayloads"; | 9 | public const string BundleLayoutOnlyPayloadsName = "BundleLayoutOnlyPayloads"; |
10 | 10 | ||
11 | public const string BootstrapperApplicationDataTupleDefinitionTag = "WixBootstrapperApplicationData"; | 11 | public const string BootstrapperApplicationDataTupleDefinitionTag = "WixBootstrapperApplicationData"; |
12 | public const string BundleExtensionSearchTupleDefinitionTag = "WixBundleExtensionSearch"; | ||
12 | 13 | ||
13 | // The following constants must stay in sync with src\burn\engine\core.h | 14 | // The following constants must stay in sync with src\burn\engine\core.h |
14 | public const string BURN_BUNDLE_NAME = "WixBundleName"; | 15 | public const string BURN_BUNDLE_NAME = "WixBundleName"; |