Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 24 | -48/+48 |
| | |||||
* | Correctly process build -outputType switch | Rob Mensching | 2023-09-05 | 2 | -2/+2 |
| | | | | | | Also add a few additional output types to built-in backends. Fixes 7708 | ||||
* | Tame some wild pointers. | Bob Arnson | 2023-05-01 | 1 | -1/+12 |
| | | | | | | Maybe Rust wouldn't be so bad... Fixes https://github.com/wixtoolset/issues/issues/7451. | ||||
* | Small fixes found while updating XSDs | Rob Mensching | 2023-01-01 | 8 | -8/+8 |
| | |||||
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 1 | -1/+1 |
| | | | | 6772 | ||||
* | Add support for semver in bundles and dependencies | Rob Mensching | 2022-05-10 | 1 | -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 attributes | Rob Mensching | 2022-03-01 | 1 | -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 Hall | 2022-02-09 | 1 | -3/+0 |
| | |||||
* | Add failing dependency E2E tests. | Sean Hall | 2022-01-21 | 24 | -6/+188 |
| | |||||
* | Use IgnoreLanguage as workaround for #6705. | Sean Hall | 2022-01-21 | 1 | -0/+3 |
| | |||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 8 | -4/+60 |
| | | | | Reimplements #3190 | ||||
* | Always run upgrade related bundles last. | Sean Hall | 2022-01-06 | 9 | -7/+76 |
| | | | | #5128 | ||||
* | Update package Cache attribute to new attribute values | Rob Mensching | 2021-05-17 | 6 | -6/+6 |
| | | | | Closes wixtoolset/issues#5125 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 29 | -62/+62 |
| | |||||
* | Move Integration into test | Rob Mensching | 2021-05-05 | 61 | -0/+985 |