Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite Prereq tests after hardening and bypassing .NET GUI errors | Rob Mensching | 2025-02-11 | 1 | -173/+39 |
| | |||||
* | Add trx logging for individual runtests.cmd. | Bob Arnson | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | Report E_MOREDATA from Bal functions when string buffer too small | Rob Mensching | 2024-04-04 | 1 | -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 Arnson | 2024-03-18 | 1 | -2/+17 |
| | |||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 12 | -13/+13 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 4 | -15/+17 |
| | |||||
* | Allow MsiProperty/@Value to be an empty string. | Bob Arnson | 2024-02-17 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7798. | ||||
* | ArpEntry reads QuietUninstallString or UninstallString, and uses ↵ | Nir Bar | 2023-12-24 | 1 | -0/+22 |
| | | | | UninstallArguments for the uninstall command line | ||||
* | Improve logging to remove `(null)`. | Bob Arnson | 2023-06-13 | 1 | -0/+17 |
| | | | | | | Add detached container runtime test. Inspired by https://github.com/wixtoolset/issues/issues/7490. | ||||
* | Fix build failure when bundle has multiple RemoteBundle elements | Nir Bar | 2023-05-02 | 1 | -0/+10 |
| | |||||
* | Catch a few left over references to v4 | Rob Mensching | 2023-04-18 | 1 | -2/+2 |
| | |||||
* | Improve test coverage for recent Burn changes. | Sean Hall | 2023-01-14 | 1 | -1/+8 |
| | | | | 7068, PR 318 | ||||
* | Register the InstallDate in Burn | Rob Mensching | 2022-12-22 | 1 | -0/+7 |
| | | | | Closes 7068 | ||||
* | Don't fail on bad/missing update feed URL. | Bob Arnson | 2022-12-15 | 1 | -0/+21 |
| | |||||
* | wixstdba should not change the action if not showing full UI. | Sean Hall | 2022-12-13 | 1 | -0/+27 |
| | | | | | | wixstdba should not block downgrading if run from an upgrade related bundle. Fixes 7081 | ||||
* | Automate the test for GetRelatedBundleVariable. | Sean Hall | 2022-11-10 | 1 | -0/+31 |
| | |||||
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 7 | -7/+7 |
| | |||||
* | Add queutil so Burn can manage its own queue of BA requested actions. | Sean Hall | 2022-10-25 | 1 | -1/+1 |
| | | | | Fixes 6349 | ||||
* | Make all test roll forward | Rob Mensching | 2022-10-03 | 1 | -1/+0 |
| | |||||
* | Standardize on .NET 6 as the minimum for .NET Core platform. | Rob Mensching | 2022-10-03 | 1 | -1/+1 |
| | | | | Closes 6942 | ||||
* | Implement transform decompiling and use it in patch filter tests | Rob Mensching | 2022-09-27 | 1 | -1/+1 |
| | |||||
* | Fix and reenable some skipped E2E Burn patching tests | Rob Mensching | 2022-09-23 | 1 | -5/+5 |
| | |||||
* | Centralize test project configuration with IsWixTestProject | Rob Mensching | 2022-09-23 | 1 | -6/+1 |
| | |||||
* | Ignore cache bundle failure if it already exists in the package cache. | Sean Hall | 2022-09-15 | 1 | -2/+31 |
| | | | | Fixes 6848 | ||||
* | Add more burn E2E tests. | Sean Hall | 2022-09-15 | 2 | -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 Hall | 2022-09-09 | 1 | -3/+7 |
| | | | | Implements 6858 | ||||
* | Update old test code to latest SWID tag spec | Rob Mensching | 2022-08-26 | 1 | -5/+8 |
| | | | | Fixes 6675 | ||||
* | Port EnableFeatureSelection tests from v3 repo, add a new one, fix them | Sean Hall | 2022-08-23 | 1 | -0/+124 |
| | | | | Fixes 4616 | ||||
* | Use a dedicated pipe for redirecting logging from the elevated process. | Sean Hall | 2022-08-19 | 2 | -1/+6 |
| | | | | Fixes 6869 | ||||
* | Add TestData.CreateFile and dedupe TestSupport code from Core.Native tests | Rob Mensching | 2022-08-05 | 1 | -1/+1 |
| | |||||
* | Add ability to skip a local path candidate if it failed verification. | Sean Hall | 2022-08-03 | 2 | -1/+145 |
| | | | | Fixes 6818 | ||||
* | Make the clean room process replace the splash screen with its own. | Sean Hall | 2022-08-03 | 1 | -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 Arnson | 2022-07-25 | 1 | -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 Hall | 2022-07-20 | 1 | -0/+144 |
| | | | | Implements 6835 | ||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 2 | -0/+309 |
| | | | | Fixes 3455 | ||||
* | Update some skipped tests to be dynamically skipped. | Sean Hall | 2022-06-15 | 1 | -6/+14 |
| | |||||
* | Allow BundlePackage to fallback to QuietUninstallString to uninstall. | Sean Hall | 2022-06-14 | 1 | -0/+112 |
| | | | | Partial implementation of 6756 | ||||
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 2 | -12/+120 |
| | |||||
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 6 | -2/+135 |
| | | | | 6772 | ||||
* | Make PathGetSystemPath return an array of paths ordered by preference. | Sean Hall | 2022-06-07 | 1 | -0/+68 |
| | |||||
* | Add option to hosts to always install prereqs. | Sean Hall | 2022-05-14 | 1 | -4/+221 |
| | | | | | | Add PrereqPackage to BundlePackage Implements 4718 | ||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 1 | -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 tests | Sean Hall | 2022-05-13 | 22 | -158/+118 |
| | | | | 6665 | ||||
* | Add support for semver in bundles and dependencies | Rob Mensching | 2022-05-10 | 1 | -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 Hall | 2022-04-23 | 1 | -2/+2 |
| | | | | Finishes 4454 | ||||
* | Make the estimated size in ARP a little more accurate. | Sean Hall | 2022-04-23 | 5 | -9/+44 |
| | | | | Fixes 4039 | ||||
* | Upgrade dnchost's nethost dependency to .NET 6.0.4. | Sean Hall | 2022-04-20 | 1 | -1/+5 |
| | |||||
* | Add option for BundlePackage to be hidden in ARP like MsiPackage. | Sean Hall | 2022-04-05 | 1 | -4/+46 |
| | | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454 | ||||
* | Use Burn's parent switch with BundlePackages. | Sean Hall | 2022-04-01 | 2 | -0/+11 |
| | |||||
* | Support v3 bundles in BundlePackage and "burn extract" command. | Sean Hall | 2022-04-01 | 1 | -0/+12 |
| |