aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/DependencyTests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-308-19/+19
| | | | | | | 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".
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-2542-82/+82
| | | | | | | The MSBuild Version property is well-known and can be set by standard processes. That can cause problem in the tests where the version is explicitly set to validate WiX behaviors. So, we've switched to using the TestVersion property that will be specific for our testing purposes.
* Better .nupkg namesRob Mensching2024-03-0724-48/+48
|
* Correctly process build -outputType switchRob Mensching2023-09-052-2/+2
| | | | | | Also add a few additional output types to built-in backends. Fixes 7708
* Tame some wild pointers.Bob Arnson2023-05-011-1/+12
| | | | | | Maybe Rust wouldn't be so bad... Fixes https://github.com/wixtoolset/issues/issues/7451.
* Small fixes found while updating XSDsRob Mensching2023-01-018-8/+8
|
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-131-1/+1
| | | | 6772
* Add support for semver in bundles and dependenciesRob Mensching2022-05-101-1/+1
| | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666
* Improve error reporting wrt ExePackage and MsuPackage attributesRob Mensching2022-03-011-1/+1
| | | | | | | | For example, DetectCondition is required when RepairArguments or UninstallArguments present and always recommended. Also, non-permanent ExePackages need UninstallArguments. The code was refactored to make it easier to reason over the different requirements for different package types.
* Add runtime testing for #6705.Sean Hall2022-02-091-3/+0
|
* Add failing dependency E2E tests.Sean Hall2022-01-2124-6/+188
|
* Use IgnoreLanguage as workaround for #6705.Sean Hall2022-01-211-0/+3
|
* Remove orphan compatible MSI packages.Sean Hall2022-01-168-4/+60
| | | | Reimplements #3190
* Always run upgrade related bundles last.Sean Hall2022-01-069-7/+76
| | | | #5128
* Update package Cache attribute to new attribute valuesRob Mensching2021-05-176-6/+6
| | | | Closes wixtoolset/issues#5125
* Implement integrated build processRob Mensching2021-05-1129-62/+62
|
* Move Integration into testRob Mensching2021-05-0561-0/+985