aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/splashscreen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-1/+1
|
* Add more burn E2E tests.Sean Hall2022-09-151-0/+6
| | | | | | | | 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.
* Make the clean room process replace the splash screen with its own.Sean Hall2022-08-031-0/+19
| | | | | | This is required to get Windows to automatically transfer foreground focus so that the BA's window or the elevation prompt is automatically activated. Fixes 6836
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-201-1/+1
| | | | Implements 6835
* Show Burn splash screen earlier.Sean Hall2021-06-091-2/+37
| | | | | | Make the initial Burn process show the splash screen, and show it before parsing the manifest. Fixes half of #5300
* Move burn into burnRob Mensching2021-04-291-0/+355