aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual/BundleA (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add more burn E2E tests.Sean Hall2022-09-151-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 Hall2022-09-031-5/+49
| | | | Fixes 5499
* Use elevated engine to make the restart request when it is available.Sean Hall2022-09-033-0/+119
| | | | Fixes 6145
* Only block shutdown during Apply.Sean Hall2022-05-041-2/+5
|
* Fix themes to account for UnsafeUninstall action.Sean Hall2022-03-161-6/+12
|
* Allow more customization of control ids in thmutil.Sean Hall2021-11-013-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 Hall2021-06-042-0/+31