diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-05-06 14:42:01 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-05-11 19:11:19 -0500 |
commit | a91c413750b354ba6975be9d427787b13664b750 (patch) | |
tree | 230c04174a3f01e15fbed26fc70a4101276c595f /src/test/burn/TestData/Templates | |
parent | 8c27fbe1bc8a6d83859aead2105d6d528c307726 (diff) | |
download | wix-a91c413750b354ba6975be9d427787b13664b750.tar.gz wix-a91c413750b354ba6975be9d427787b13664b750.tar.bz2 wix-a91c413750b354ba6975be9d427787b13664b750.zip |
Add tests for WixBA.
Diffstat (limited to 'src/test/burn/TestData/Templates')
-rw-r--r-- | src/test/burn/TestData/Templates/Bundle.wxs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Templates/Bundle.wxs b/src/test/burn/TestData/Templates/Bundle.wxs index 06409504..b211d9c3 100644 --- a/src/test/burn/TestData/Templates/Bundle.wxs +++ b/src/test/burn/TestData/Templates/Bundle.wxs | |||
@@ -22,6 +22,10 @@ | |||
22 | <!-- pulled in through the PackageGroupRef below --> | 22 | <!-- pulled in through the PackageGroupRef below --> |
23 | <?elseif $(var.BA) = "TestBAdnc_x64"?> | 23 | <?elseif $(var.BA) = "TestBAdnc_x64"?> |
24 | <!-- pulled in through the PackageGroupRef below --> | 24 | <!-- pulled in through the PackageGroupRef below --> |
25 | <?elseif $(var.BA) = "WixBA"?> | ||
26 | <!-- pulled in through the PackageGroupRef below --> | ||
27 | <?elseif $(var.BA) = "WixBAdnc_x64"?> | ||
28 | <!-- pulled in through the PackageGroupRef below --> | ||
25 | <?elseif $(var.BA) = "hyperlinkLicense"?> | 29 | <?elseif $(var.BA) = "hyperlinkLicense"?> |
26 | <BootstrapperApplication> | 30 | <BootstrapperApplication> |
27 | <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" /> | 31 | <bal:WixStandardBootstrapperApplication LicenseUrl="" Theme="hyperlinkLicense" /> |
@@ -39,6 +43,10 @@ | |||
39 | <PackageGroupRef Id="TestBA_x64" /> | 43 | <PackageGroupRef Id="TestBA_x64" /> |
40 | <?elseif $(var.BA) = "TestBAdnc_x64"?> | 44 | <?elseif $(var.BA) = "TestBAdnc_x64"?> |
41 | <PackageGroupRef Id="TestBAdnc_x64" /> | 45 | <PackageGroupRef Id="TestBAdnc_x64" /> |
46 | <?elseif $(var.BA) = "WixBA"?> | ||
47 | <PackageGroupRef Id="WixBA" /> | ||
48 | <?elseif $(var.BA) = "WixBAdnc_x64"?> | ||
49 | <PackageGroupRef Id="WixBAdnc_x64" /> | ||
42 | <?endif?> | 50 | <?endif?> |
43 | 51 | ||
44 | <PackageGroupRef Id="BundlePackages" /> | 52 | <PackageGroupRef Id="BundlePackages" /> |