diff options
Diffstat (limited to 'src/test/burn/TestData/Manual/BundleA/BundleA.wxs')
-rw-r--r-- | src/test/burn/TestData/Manual/BundleA/BundleA.wxs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/burn/TestData/Manual/BundleA/BundleA.wxs b/src/test/burn/TestData/Manual/BundleA/BundleA.wxs index 1706f4e8..20706b6a 100644 --- a/src/test/burn/TestData/Manual/BundleA/BundleA.wxs +++ b/src/test/burn/TestData/Manual/BundleA/BundleA.wxs | |||
@@ -3,7 +3,8 @@ | |||
3 | 3 | ||
4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> |
5 | <Fragment> | 5 | <Fragment> |
6 | <BootstrapperApplication> | 6 | <BootstrapperApplication Id="customHyperlinkLicense"> |
7 | <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" ThemeFile="CustomHyperlinkTheme.xml" /> | ||
7 | <Payload SourceFile="$(var.BafThmUtilTesting.TargetPath)" bal:BAFunctions="yes" /> | 8 | <Payload SourceFile="$(var.BafThmUtilTesting.TargetPath)" bal:BAFunctions="yes" /> |
8 | </BootstrapperApplication> | 9 | </BootstrapperApplication> |
9 | <PackageGroup Id="BundlePackages"> | 10 | <PackageGroup Id="BundlePackages"> |