| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use CompareStringOrdinal() instead of CompareString() case-sensitive | Rob Mensching | 2025-11-03 | 1 | -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-insensitive | Rob Mensching | 2025-11-03 | 1 | -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 proc | Rob Mensching | 2024-03-06 | 1 | -6/+5 |
| | | |||||
| * | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 1 | -24/+23 |
| | | | | | Implements 6858 | ||||
| * | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 1 | -0/+27 |
| | | | | | Implements 6835 | ||||
| * | Update balutil and Bal.wixext to use more concise Exit* macros. | Sean Hall | 2022-05-14 | 1 | -75/+30 |
| | | |||||
| * | Add RepairCondition. | Sean Hall | 2022-04-23 | 1 | -0/+7 |
| | | | | | Fixes 6758 | ||||
| * | Detect related bundles for BundlePackages. | Sean Hall | 2022-04-01 | 1 | -1/+5 |
| | | |||||
| * | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 1 | -1/+42 |
| | | | | | Fixes #6410 | ||||
| * | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 1 | -7/+29 |
| | | | | | Fixes #4975 | ||||
| * | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 1 | -0/+40 |
| | | | | | Fixes #3777 | ||||
| * | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 1 | -0/+203 |
| | | | | | Fixes #4777 | ||||
| * | Move balutil into API/burn | Rob Mensching | 2021-04-29 | 1 | -0/+373 |
