Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more burn E2E tests. | Sean Hall | 2022-09-15 | 1 | -0/+10 |
| | | | | | | | | 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. | ||||
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 1 | -5/+49 |
| | | | | Fixes 5499 | ||||
* | Use elevated engine to make the restart request when it is available. | Sean Hall | 2022-09-03 | 3 | -0/+119 |
| | | | | Fixes 6145 | ||||
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 1 | -2/+5 |
| | |||||
* | Fix themes to account for UnsafeUninstall action. | Sean Hall | 2022-03-16 | 1 | -6/+12 |
| | |||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 3 | -2/+110 |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | ||||
* | Add a manual test bundle for testing BAFunctions and thmutil. | Sean Hall | 2021-06-04 | 2 | -0/+31 |