| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Fixes 8104
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
This commit moves to the modern CompareStringOrdinal() for all case-sensitve
uses of CompareString() with the invariant locale.
Resolves 6947
|
| |
|
|
|
|
|
| |
This commit moves to the modern CompareStringOrdinal() for all case-insensitve
uses of CompareString() with the invariant locale.
Partially resolves 6947
|
| |
|
|
|
|
|
| |
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".
|
| |
|
|
|
| |
Take this breaking change opportunity to simplify the header files used by
BA devs.
|
| |
|