| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Provide Bundle Icon in BA container and update wixstdba to use itHEADmain | Rob Mensching | 3 days | 5 | -13/+104 |
| | | | | | Fixes 8104 | ||||
| * | Add bal:DisplayFilesInUseDialogCondition to disable Files In Use dialog | Charles Baker | 7 days | 1 | -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. | ||||
| * | Migrate all .sln files to .slnx | Rob Mensching | 2025-12-14 | 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 |
