| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate all .sln files to .slnx | Rob Mensching | 2025-12-13 | 1 | -1/+1 |
| | | | | | Modernize projects against new .slnx expecations as well. | ||||
| * | Use CompareStringOrdinal() instead of CompareString() case-sensitive | Rob Mensching | 2025-11-03 | 1 | -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-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 | ||||
| * | Fix icon cannot show in tsakbar when using WixInternalUIBootstrapperApplication | ueuuop8591 | 2025-03-03 | 1 | -1/+1 |
| | | |||||
| * | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 1 | -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 files | Rob Mensching | 2024-03-21 | 3 | -19/+13 |
| | | | | | | Take this breaking change opportunity to simplify the header files used by BA devs. | ||||
| * | Move wixstdba functions to Bal.wixext build | Rob Mensching | 2024-03-07 | 1 | -0/+4 |
| | | |||||
| * | Better .nupkg names | Rob Mensching | 2024-03-07 | 1 | -1/+1 |
| | | |||||
| * | WIP - BA header simplification | Rob Mensching | 2024-03-06 | 1 | -1/+0 |
| | | |||||
| * | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 47 | -0/+8135 |
