aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/balinfo.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use CompareStringOrdinal() instead of CompareString() case-sensitiveRob Mensching2025-11-031-17/+17
| | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-sensitve uses of CompareString() with the invariant locale. Resolves 6947
* Use CompareStringOrdinal() instead of CompareString() case-insensitiveRob Mensching2025-11-031-2/+2
| | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-insensitve uses of CompareString() with the invariant locale. Partially resolves 6947
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-6/+5
|
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-24/+23
| | | | Implements 6858
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-201-0/+27
| | | | Implements 6835
* Update balutil and Bal.wixext to use more concise Exit* macros.Sean Hall2022-05-141-75/+30
|
* Add RepairCondition.Sean Hall2022-04-231-0/+7
| | | | Fixes 6758
* Detect related bundles for BundlePackages.Sean Hall2022-04-011-1/+5
|
* Add BA events for setting the update bundle.Sean Hall2021-12-111-1/+42
| | | | Fixes #6410
* Make the BA responsible for parsing restart prompt behavior.Sean Hall2021-07-021-7/+29
| | | | Fixes #4975
* Add bundle option for command line variables to always be uppercase.Sean Hall2021-07-021-0/+40
| | | | Fixes #3777
* Expose overridable variable APIs in balutil and Mba.Core.Sean Hall2021-07-021-0/+203
| | | | Fixes #4777
* Move balutil into API/burnRob Mensching2021-04-291-0/+373