summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual/BafThmutilTesting/BafThmUtilTesting.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-12/+24
|
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-031-1/+1
| | | | Fixes 5499
* Use elevated engine to make the restart request when it is available.Sean Hall2022-09-031-33/+0
| | | | Fixes 6145
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-101-1/+1
| | | | Fixes 6855
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-071-0/+30
|
* Only block shutdown during Apply.Sean Hall2022-05-041-0/+52
|
* Go back to thmutil not interfering with wixstdba controls.Sean Hall2021-11-101-1/+2
|
* Avoid using control ids inside of thmutil.Sean Hall2021-11-011-3/+8
|
* Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing.Sean Hall2021-11-011-10/+4
|
* Remove dutil types from BAFunctions.Sean Hall2021-11-011-6/+6
|
* Make thmutil automatically load controls during window creation.Sean Hall2021-11-011-48/+55
| | | | Add control loaded event.
* Add more thmutil window messages to simplify handling control events.Sean Hall2021-11-011-42/+28
|
* Allow more customization of control ids in thmutil.Sean Hall2021-11-011-8/+51
| | | | | 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-041-0/+432