aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/stdbas (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all .sln files to .slnxRob Mensching2025-12-131-1/+1
| | | | Modernize projects against new .slnx expecations as well.
* 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
* Fix icon cannot show in tsakbar when using WixInternalUIBootstrapperApplicationueuuop85912025-03-031-1/+1
|
* 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-213-19/+13
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* Move wixstdba functions to Bal.wixext buildRob Mensching2024-03-071-0/+4
|
* Better .nupkg namesRob Mensching2024-03-071-1/+1
|
* WIP - BA header simplificationRob Mensching2024-03-061-1/+0
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-0647-0/+8135