| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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".
|
| |
|
|
|
|
|
|
|
|
| |
Fix bug where first splash screen wasn't closed.
Fix bug where billboard only started the first time.
Fix bug where the restart status was lost when the exit code was an error.
Fix bug where the hash byte array length was compared to the hash string length (string is twice as long).
Fix bug where Burn didn't give update hash if the first byte was 0.
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/6894.
|
|
|
|
| |
Fixes https://github.com/wixtoolset/issues/issues/6353.
|
| |
|
|
|
|
| |
Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference.
|
|
|
|
| |
Fixes #6535
|
|
|
|
|
|
|
|
| |
* A package might be installed even if it was already present.
* A package might be uninstalled even if it was already absent.
* The bundle might not actually be uninstalled even if the planned action was uninstall.
Fixes #6510
|
| |
|
|
|
|
| |
Reimplements #3190
|
|
|
|
| |
#5796
|
|
|
|
| |
Fixes #6348
|
| |
|
|
|