aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite Prereq tests after hardening and bypassing .NET GUI errorsRob Mensching2025-02-111-173/+39
|
* Add trx logging for individual runtests.cmd.Bob Arnson2024-06-191-1/+1
|
* Report E_MOREDATA from Bal functions when string buffer too smallRob Mensching2024-04-041-0/+17
| | | | | | | | WiX v4 (and probably v3) standardized on the error code E_MOREDATA when string buffers were too small instead of E_INSUFFICIIENT_BUFFER. This fixes v5 to match in a few missing cases. Fixes 8094
* Use WixBA in an upgrade.Bob Arnson2024-03-181-2/+17
|
* Better .nupkg namesRob Mensching2024-03-0712-13/+13
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-064-15/+17
|
* Allow MsiProperty/@Value to be an empty string.Bob Arnson2024-02-171-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/7798.
* ArpEntry reads QuietUninstallString or UninstallString, and uses ↵Nir Bar2023-12-241-0/+22
| | | | UninstallArguments for the uninstall command line
* Improve logging to remove `(null)`.Bob Arnson2023-06-131-0/+17
| | | | | | Add detached container runtime test. Inspired by https://github.com/wixtoolset/issues/issues/7490.
* Fix build failure when bundle has multiple RemoteBundle elementsNir Bar2023-05-021-0/+10
|
* Catch a few left over references to v4Rob Mensching2023-04-181-2/+2
|
* Improve test coverage for recent Burn changes.Sean Hall2023-01-141-1/+8
| | | | 7068, PR 318
* Register the InstallDate in BurnRob Mensching2022-12-221-0/+7
| | | | Closes 7068
* Don't fail on bad/missing update feed URL.Bob Arnson2022-12-151-0/+21
|
* wixstdba should not change the action if not showing full UI.Sean Hall2022-12-131-0/+27
| | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081
* Automate the test for GetRelatedBundleVariable.Sean Hall2022-11-101-0/+31
|
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-087-7/+7
|
* Add queutil so Burn can manage its own queue of BA requested actions.Sean Hall2022-10-251-1/+1
| | | | Fixes 6349
* Make all test roll forwardRob Mensching2022-10-031-1/+0
|
* Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching2022-10-031-1/+1
| | | | Closes 6942
* Implement transform decompiling and use it in patch filter testsRob Mensching2022-09-271-1/+1
|
* Fix and reenable some skipped E2E Burn patching testsRob Mensching2022-09-231-5/+5
|
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-6/+1
|
* Ignore cache bundle failure if it already exists in the package cache.Sean Hall2022-09-151-2/+31
| | | | Fixes 6848
* Add more burn E2E tests.Sean Hall2022-09-152-0/+62
| | | | | | | | 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.
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-3/+7
| | | | Implements 6858
* Update old test code to latest SWID tag specRob Mensching2022-08-261-5/+8
| | | | Fixes 6675
* Port EnableFeatureSelection tests from v3 repo, add a new one, fix themSean Hall2022-08-231-0/+124
| | | | Fixes 4616
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-192-1/+6
| | | | Fixes 6869
* Add TestData.CreateFile and dedupe TestSupport code from Core.Native testsRob Mensching2022-08-051-1/+1
|
* Add ability to skip a local path candidate if it failed verification.Sean Hall2022-08-032-1/+145
| | | | Fixes 6818
* Make the clean room process replace the splash screen with its own.Sean Hall2022-08-031-1/+1
| | | | | | 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 files-in-use task dialog.Bob Arnson2022-07-251-0/+20
| | | | | | | | Remove ErrorFailNoActionReboot loc string, now that XP is dead (RIP). Clean up some extra stuff, because I'm all up in the code. Resolves https://github.com/wixtoolset/issues/issues/6545.
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-201-0/+144
| | | | Implements 6835
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-272-0/+309
| | | | Fixes 3455
* Update some skipped tests to be dynamically skipped.Sean Hall2022-06-151-6/+14
|
* Allow BundlePackage to fallback to QuietUninstallString to uninstall.Sean Hall2022-06-141-0/+112
| | | | Partial implementation of 6756
* Add ability for non-vital cache package action.Sean Hall2022-06-142-12/+120
|
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-136-2/+135
| | | | 6772
* Make PathGetSystemPath return an array of paths ordered by preference.Sean Hall2022-06-071-0/+68
|
* Add option to hosts to always install prereqs.Sean Hall2022-05-141-4/+221
| | | | | | Add PrereqPackage to BundlePackage Implements 4718
* Move infinite loop detection into the hosts.Sean Hall2022-05-141-2/+4
| | | | | | | 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.
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-1322-158/+118
| | | | 6665
* Add support for semver in bundles and dependenciesRob Mensching2022-05-101-0/+19
| | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666
* Always reset the system component status when registering the bundle.Sean Hall2022-04-231-2/+2
| | | | Finishes 4454
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-235-9/+44
| | | | Fixes 4039
* Upgrade dnchost's nethost dependency to .NET 6.0.4.Sean Hall2022-04-201-1/+5
|
* Add option for BundlePackage to be hidden in ARP like MsiPackage.Sean Hall2022-04-051-4/+46
| | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454
* Use Burn's parent switch with BundlePackages.Sean Hall2022-04-012-0/+11
|
* Support v3 bundles in BundlePackage and "burn extract" command.Sean Hall2022-04-011-0/+12
|