aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixTestTools/BundleVerifier.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-6/+6
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-1/+1
|
* Allow BundlePackage to fallback to QuietUninstallString to uninstall.Sean Hall2022-06-141-2/+9
| | | | Partial implementation of 6756
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-131-0/+23
| | | | 6772
* Make PathGetSystemPath return an array of paths ordered by preference.Sean Hall2022-06-071-2/+10
|
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-231-2/+2
| | | | Fixes 4039
* Try to improve fields of bundle symbols.Sean Hall2022-04-131-3/+3
|
* Add option for BundlePackage to be hidden in ARP like MsiPackage.Sean Hall2022-04-051-1/+3
| | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454
* Add failing dependency E2E tests.Sean Hall2022-01-211-0/+17
|
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-2/+2
| | | | Reimplements #3190
* Try to get more helpful test failure messages.Sean Hall2022-01-011-1/+2
|
* Move Integration into testRob Mensching2021-05-051-0/+156