| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-08-01 | Update InstallDir_SpecialDlg test to CA-less WixUI | Bob Arnson | 1 | -5/+5 | |
| Fixes https://github.com/wixtoolset/issues/issues/9318 | |||||
| 2026-07-26 | Add UAC shield for fixed-scope per-machine bundles | Bob Arnson | 8 | -23/+37 | |
| Fixes https://github.com/wixtoolset/issues/issues/9321 | |||||
| 2026-07-26 | Fix vulnerable package. | Bob Arnson | 1 | -1/+1 | |
| System.Security.Cryptography.Xml -> v8.0.4 | |||||
| 2026-07-22 | UAC shield for per-machine configurable bundles. | Bob Arnson | 9 | -18/+46 | |
| Fixes https://github.com/wixtoolset/issues/issues/9308 | |||||
| 2026-06-22 | Minor improvements to Burn, tests, and doc. | Bob Arnson | 5 | -37/+39 | |
| 2026-06-09 | Skip SetConsoleCP when stdout is non-interactive. | Roman Lavrov | 1 | -2/+7 | |
| Fixes wixtoolset/issues#9267 | |||||
| 2026-06-09 | Target VS2026 and .NET 10 for WiX v8. | Bob Arnson | 103 | -211/+255 | |
| VS2022/v143 toolsets are no longer required. | |||||
| 2026-06-09 | also find MSBuild v18 (VS 2026) | martinh2011 | 2 | -2/+2 | |
| 2026-05-20 | Update System.Security.Cryptography.Xml for security fix | Rob Mensching | 1 | -0/+1 | |
| 2026-05-20 | Start WiX Toolset v8 | Rob Mensching | 28 | -48/+48 | |
| 2026-04-03 | Copy download URL to BA arguments.v7.0.0 | Bob Arnson | 1 | -0/+2 | |
| Fixes https://github.com/wixtoolset/issues/issues/9275 | |||||
| 2026-04-01 | Handle lack of scope for pre-v7 bundles. | Bob Arnson | 14 | -5/+128 | |
| Fixes https://github.com/wixtoolset/issues/issues/9274 | |||||
| 2026-03-09 | Set more detect-phase values when falling back. | Bob Arnson | 6 | -18/+45 | |
| When configurable-scope bundle is already installed, find it during detect by falling back from machine to user. Set the scope as early as possible so detect-phase checks (e.g., cache path, state file) work as expected. Fixes https://github.com/wixtoolset/issues/issues/9257 | |||||
| 2026-03-05 | Fix XSD issues | Rob Mensching | 5 | -3/+16 | |
| 2026-03-05 | Fix typov7.0.0-rc.2 | Rob Mensching | 1 | -1/+1 | |
| 2026-03-05 | Fix WiX v7 package dependencies | Rob Mensching | 1 | -12/+15 | |
| Fixes 9253 | |||||
| 2026-03-05 | Remove duplicated project | Rob Mensching | 1 | -2/+0 | |
| 2026-03-05 | Mark Firewall Enabled attribute new to WiX v5 | Rob Mensching | 1 | -1/+1 | |
| Fixes 8932 | |||||
| 2026-03-05 | Split XSDs into individual XSD fragments per element and type | Rob Mensching | 605 | -24311/+24447 | |
| This majorly improves the developer experience when editing documentation for each WiX element or type. | |||||
| 2026-02-25 | Handle scope of configurable-scope BundlePackages. | Bob Arnson | 9 | -11/+81 | |
| Fixes https://github.com/wixtoolset/issues/issues/9233 | |||||
| 2026-02-24 | Configurable-scope bundles for WixStdBA. | Bob Arnson | 15 | -16/+94 | |
| Fixes https://github.com/wixtoolset/issues/issues/9234 Fixes https://github.com/wixtoolset/issues/issues/9235 | |||||
| 2026-02-18 | Lock upgrade bundles to original bundle's scope. | Bob Arnson | 19 | -43/+184 | |
| Fixes https://github.com/wixtoolset/issues/issues/9236 | |||||
| 2026-02-11 | Log detected package scope and lock bundle scope. | Bob Arnson | 11 | -25/+80 | |
| - Fixes https://github.com/wixtoolset/issues/issues/9232 - Fixes https://github.com/wixtoolset/issues/issues/9240 | |||||
| 2026-02-06 | Use azure-cli for signing authenticationv7.0.0-rc.1 | Rob Mensching | 2 | -12/+11 | |
| The previous method was deprecated by Azure. | |||||
| 2026-02-05 | Support dual-purpose packages in Burn. | Bob Arnson | 174 | -651/+3552 | |
| Fixes https://github.com/wixtoolset/issues/issues/8958 | |||||
| 2026-02-04 | Update to OSMF EULA v1.1 | Rob Mensching | 2 | -32/+33 | |
| Resolves 9230 | |||||
| 2026-02-03 | Use `EulaId` with `-t:AcceptEula` to match documentation | Rob Mensching | 3 | -10/+23 | |
| Resolves 9196 | |||||
| 2026-01-30 | Fix copy-paste errors in Burn serialization | Rob Mensching | 2 | -6/+6 | |
| 2026-01-30 | Many small code quality fixes | Rob Mensching | 15 | -48/+73 | |
| 2026-01-30 | Support RedirectionGuard in Burn | Rob Mensching | 4 | -0/+113 | |
| Resolves 9228 | |||||
| 2026-01-30 | Remove elevation check in Restart Manager utility | Rob Mensching | 1 | -28/+27 | |
| Rather than check if we're elevated then try to enable the optional privilege, just try to enable the privilege and proceed normally. | |||||
| 2026-01-30 | Use high integrity instead of elevation token to properly detect "elevated" ↵ | Rob Mensching | 1 | -20/+73 | |
| Managed CAs Fixes 9205 | |||||
| 2026-01-30 | Use high integrity instead of elevation token to properly detect "elevated" ↵ | Rob Mensching | 3 | -3/+30 | |
| installs Fixes 8178 | |||||
| 2026-01-30 | Update supported WiX extension version to "7" | Rob Mensching | 4 | -4/+7 | |
| 2026-01-30 | Require "accept EULA" in .nupkgs plus some "accept EULA" bug fixes | Rob Mensching | 39 | -12/+117 | |
| Resolves 9196 | |||||
| 2026-01-29 | Add missing related bundle information | Rob Mensching | 3 | -1/+7 | |
| 2026-01-29 | Test removing base bundle fully removes any patch bundles | Rob Mensching | 1 | -2/+32 | |
| 2026-01-29 | Correctly plan related patch bundle uninstall. | Bob Arnson | 1 | -15/+17 | |
| Based on https://github.com/wixtoolset/wix/pull/654/. | |||||
| 2026-01-29 | Use case insensitive compares for paths during harvesting | Rob Mensching | 4 | -4/+54 | |
| Fixes 9213 | |||||
| 2026-01-26 | Allow patched package to be uninstalled. | Bob Arnson | 8 | -4/+164 | |
| Normally, a patched package is detected as superseded and therefore a normal uninstall takes no action. This change looks for applied patches and allows a normal uninstall to remove the package. Fixes https://github.com/wixtoolset/issues/issues/6350 | |||||
| 2026-01-26 | Protect against NULL User/Group comment when removing comment | Rob Mensching | 2 | -9/+15 | |
| Fixes 8941 (hopefully) | |||||
| 2026-01-21 | Require "accept EULA" | Rob Mensching | 38 | -19677/+579 | |
| Resolves 9196 | |||||
| 2026-01-21 | Improve handling of nulls in MultiSzInsertString and MultiSzLen | Rob Mensching | 2 | -8/+233 | |
| Resolves 7311 | |||||
| 2026-01-21 | ForceAbsent can now remove a package even if it still has dependents | Nir Bar | 2 | -1/+17 | |
| Resolves 8962 | |||||
| 2026-01-19 | Privatize warning messages to their components | Rob Mensching | 47 | -838/+718 | |
| Fixes 6423 | |||||
| 2026-01-19 | Privatize error messages to their components | Rob Mensching | 86 | -2414/+2042 | |
| Fixes 6423 | |||||
| 2026-01-07 | Provide Bundle Icon in BA container and update wixstdba to use it | Rob Mensching | 20 | -24/+188 | |
| Fixes 8104 | |||||
| 2026-01-07 | Fix anonymous Directory Id generation to be consistent | Rob Mensching | 5 | -40/+120 | |
| Fixes 7861 | |||||
| 2026-01-07 | Prevent crashes when there is an error when parsing File element | Rob Mensching | 1 | -2590/+2593 | |
| 2026-01-07 | Remove CustomActionFailure.exe binary from repo | Rob Mensching | 40 | -2/+48 | |
| Build the test file from source instead. Fixes 8935 | |||||
