@joebigelow / wix-1 / commits / 759166e0

Add constants for bundle Wixout stream names.

Sean Hall committed Apr 18, 2020 at 20:32 UTC 759166e0762d711bdea1b79e94678aba89a194e6
1 file changed +4
src/WixToolset.Data/Burn/BurnConstants.cs
+4
@@ -8,6 +8,10 @@ namespace WixToolset.Data.Burn
8 public const string BurnDefaultAttachedContainerName = "WixAttachedContainer";
9 public const string BundleLayoutOnlyPayloadsName = "BundleLayoutOnlyPayloads";
10
11 + public const string BurnManifestWixOutputStreamName = "wix-burndata.xml";
12 + public const string BundleExtensionDataWixOutputStreamName = "wix-bextdata";
13 + public const string BootstrapperApplicationDataWixOutputStreamName = "wix-badata.xml";
14 +
15 public const string BootstrapperApplicationDataTupleDefinitionTag = "WixBootstrapperApplicationData";
16 public const string BundleExtensionSearchTupleDefinitionTag = "WixBundleExtensionSearch";
17