aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/WixStdBaTests/BundleA (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide Bundle Icon in BA container and update wixstdba to use itRob Mensching2026-01-072-1/+2
| | | | Fixes 8104
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-255-5/+5
| | | | | | | 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-074-8/+8
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-1/+1
|
* Don't fail on bad/missing update feed URL.Bob Arnson2022-12-152-1/+20
|
* Support bundle updates in WixStdBA.Bob Arnson2022-09-121-0/+2
| | | | Fixes https://github.com/wixtoolset/issues/issues/6894.
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-1/+1
| | | | Implements 6858
* Handle downgrade failure detection during Detect.Bob Arnson2022-08-221-0/+15
| | | | Fixes https://github.com/wixtoolset/issues/issues/6537.
* Handle suppressed Options button.Bob Arnson2022-08-031-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/5624.
* On SuppressDowngradeFailure, quit after detect.Bob Arnson2021-08-224-0/+57
Implements https://github.com/wixtoolset/issues/issues/6537.