aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Templates/Bundle.wxs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-251-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 procRob Mensching2024-03-061-0/+6
|
* Update old test code to latest SWID tag specRob Mensching2022-08-261-1/+1
| | | | Fixes 6675
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-201-0/+4
| | | | Implements 6835
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-1/+4
| | | | Fixes 3455
* Add tests for WixBA.Sean Hall2021-05-111-0/+8
|
* Move Integration into testRob Mensching2021-05-051-0/+47