aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Emit deprecation warning for Heat.Bob Arnson2025-01-231-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/8913
* Update tests to use TestVersion property instead of generic Version propertyRob Mensching2024-04-251-3/+3
| | | | | | | The MSBuild Version property is well-known and can be set by standard processes. That can cause problem in the tests where the version is explicitly set to validate WiX behaviors. So, we've switched to using the TestVersion property that will be specific for our testing purposes.
* Simplify BootstrapperApplication header filesRob Mensching2024-03-211-2/+1
| | | | | Take this breaking change opportunity to simplify the header files used by BA devs.
* 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
| | | | Fixes 7231
* 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
| | | | Closes 6942
* Add more burn E2E tests.Sean Hall2022-09-153-2/+12
| | | | | | | | 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-035-6/+92
| | | | Fixes 5499
* Use elevated engine to make the restart request when it is available.Sean Hall2022-09-034-33/+119
| | | | Fixes 6145
* Restrict panels to static controls.Bob Arnson2022-08-292-14/+42
| | | | Fixes https://github.com/wixtoolset/issues/issues/6635.
* Allow wixstdba special controls to have declarative text.Sean Hall2022-08-101-1/+1
| | | | Fixes 6855
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+1
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* 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
| | | | | | | Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba.
* 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
| | | | | No longer create .snupkg/.symbols.nupkgs since they don't actually support native pdbs, which are all of our non-embedded pdb files.
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+0
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* 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 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-014-10/+161
| | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide.
* Fix building and perf for bundles with 1000s of package and BA payloadsSean Hall2021-06-095-0/+145
| | | | Fixes other half of #5300
* Add a manual test bundle for testing BAFunctions and thmutil.Sean Hall2021-06-0429-0/+785