aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/stdbas/WixStandardBootstrapperApplication.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide Bundle Icon in BA container and update wixstdba to use itRob Mensching2026-01-071-10/+23
| | | | Fixes 8104
* Add bal:DisplayFilesInUseDialogCondition to disable Files In Use dialogCharles Baker2026-01-031-17/+35
| | | | | | Disabling display skips showing the "Files In Use" dialog and returning a result as if the user had chosen to ignore the dialog and reboot in the case of files that were unable to be replaced.
* 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