aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/stdbas/WixStandardBootstrapperApplication.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use CompareStringOrdinal() instead of CompareString() case-sensitiveRob Mensching2025-11-031-2/+2
| | | | | | | 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
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-9/+9
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Simplify BootstrapperApplication header filesRob Mensching2024-03-211-8/+7
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-0/+5373