aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual (follow)
Commit message (Expand)AuthorAgeFilesLines
* Emit deprecation warning for Heat.Bob Arnson2025-01-231-1/+1
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-251-3/+3
* Simplify BootstrapperApplication header filesRob Mensching2024-03-211-2/+1
* Move wixstdba functions to Bal.wixext buildRob Mensching2024-03-072-2/+4
* Better .nupkg namesRob Mensching2024-03-074-6/+6
* Move the BootstrapperApplication out of procRob Mensching2024-03-065-19/+35
* Clean up generated files left in source tree.Bob Arnson2023-05-021-0/+4
* Fix double-free bugs in thmutil.Sean Hall2023-02-192-0/+54
* Automate the test for GetRelatedBundleVariable.Sean Hall2022-11-108-345/+0
* WIXFEAT-3704 - Allow access to persisted variables from related bundlesJacob Hoover2022-11-108-0/+345
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-2/+2
* Add more burn E2E tests.Sean Hall2022-09-153-2/+12
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-035-6/+92
* Use elevated engine to make the restart request when it is available.Sean Hall2022-09-034-33/+119
* Restrict panels to static controls.Bob Arnson2022-08-292-14/+42
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-101-1/+1
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+1
* Update Burn algorithm for picking elevated temp path to use SystemTemp.Sean Hall2022-06-072-0/+33
* Move infinite loop detection into the hosts.Sean Hall2022-05-141-0/+2
* Only block shutdown during Apply.Sean Hall2022-05-044-2/+76
* Set each native library dependency version to the build version.Sean Hall2022-04-191-2/+0
* Fix themes to account for UnsafeUninstall action.Sean Hall2022-03-161-6/+12
* Create single .zip file for non-embedded pdb filesRob Mensching2022-02-171-1/+9
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
* Move ImageList element back under Theme since it's not a control.Sean Hall2021-11-102-10/+12
* 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-013-48/+234
* 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-014-10/+161
* Fix building and perf for bundles with 1000s of package and BA payloadsSean Hall2021-06-095-0/+145
* Add a manual test bundle for testing BAFunctions and thmutil.Sean Hall2021-06-0429-0/+785