aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/WixStdBaTests/BundleA/Bundle.wxs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-251-1/+1
| | | | | | | 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-1/+1
|
* Don't fail on bad/missing update feed URL.Bob Arnson2022-12-151-1/+5
|
* 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 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-221-0/+17
Implements https://github.com/wixtoolset/issues/issues/6537.