Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update tests to use TestVersion property instead of generic Version property | Rob Mensching | 2024-04-25 | 1 | -3/+3 |
| | | | | | | | 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. | ||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -0/+6 |
| | |||||
* | Update old test code to latest SWID tag spec | Rob Mensching | 2022-08-26 | 1 | -1/+1 |
| | | | | Fixes 6675 | ||||
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 1 | -0/+4 |
| | | | | Implements 6835 | ||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -1/+4 |
| | | | | Fixes 3455 | ||||
* | Add tests for WixBA. | Sean Hall | 2021-05-11 | 1 | -0/+8 |
| | |||||
* | Move Integration into test | Rob Mensching | 2021-05-05 | 1 | -0/+47 |