aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve test coverage for recent Burn changes.Sean Hall2023-01-141-1/+8
* Register the InstallDate in BurnRob Mensching2022-12-221-0/+7
* 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
* 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
* 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
* 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
* Add more burn E2E tests.Sean Hall2022-09-152-0/+62
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-3/+7
* Update old test code to latest SWID tag specRob Mensching2022-08-261-5/+8
* Port EnableFeatureSelection tests from v3 repo, add a new one, fix themSean Hall2022-08-231-0/+124
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-192-1/+6
* 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
* Make the clean room process replace the splash screen with its own.Sean Hall2022-08-031-1/+1
* Add files-in-use task dialog.Bob Arnson2022-07-251-0/+20
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-201-0/+144
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-272-0/+309
* 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
* Add ability for non-vital cache package action.Sean Hall2022-06-142-12/+120
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-136-2/+135
* 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
* Move infinite loop detection into the hosts.Sean Hall2022-05-141-2/+4
* Add ability to skip tests at runtime, and skip long running cache testsSean Hall2022-05-1322-158/+118
* Add support for semver in bundles and dependenciesRob Mensching2022-05-101-0/+19
* Always reset the system component status when registering the bundle.Sean Hall2022-04-231-2/+2
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-235-9/+44
* 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
* 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
* Detect related bundles for BundlePackages.Sean Hall2022-04-011-0/+30
* Implement BundlePackage.Sean Hall2022-04-011-0/+51
* Update PackageVerifier to calculate installed path of file.Sean Hall2022-04-011-4/+8
* Add checkpoint so Exe and Msu packages rollback after being cancelled.Sean Hall2022-03-191-8/+6
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-192-0/+57
* Make engine skip planning if there are any downgrade related bundles.Sean Hall2022-03-141-0/+55
* Add UnsafeUninstall action.Sean Hall2022-02-221-7/+39
* Parse the Content-Length string value to avoid the 2GB limitation.Sean Hall2022-02-191-2/+2
* Handle missing content length with range request and empty files.Sean Hall2022-02-193-5/+121
* Ignore HEAD request failure in dlutil's DownloadUrl.Sean Hall2022-02-193-3/+26
* Detect MinorUpgrade MsiPackages independently of the base product.Sean Hall2022-02-121-16/+14