| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 | |||||
| 2026-01-04 | WixUI uk-UA loc string update from @Dgroholsky. | Bob Arnson | 1 | -152/+152 | |
| Fixes https://github.com/wixtoolset/issues/issues/6620 | |||||
| 2026-01-03 | Add bal:DisplayFilesInUseDialogCondition to disable Files In Use dialog | Charles Baker | 15 | -20/+169 | |
| Disabling display skips showing the "Files In Use" dialog and returning a result as if the user had chosen to ignore the dialog and reboot in the case of files that were unable to be replaced. | |||||
| 2025-12-15 | Warn when Properties metadata overrides ProjectReference expansions metadata | Rob Mensching | 4 | -2/+78 | |
| Resolves 8967 | |||||
| 2025-12-15 | Support setting InstallerPlatform from RuntimeIdentifier | Rob Mensching | 13 | -16/+499 | |
| Resolves 9047 | |||||
| 2025-12-15 | Block use of TargetFramework and TargetFrameworks in .wixproj | Rob Mensching | 6 | -0/+112 | |
| Setting these to anything but the default in the WiX Toolset Sdk will create problems with project restore. Ensure nothing changes. Resolves 7925 | |||||
| 2025-12-14 | Maintain support for VS2022 until GitHub Actions images are upgraded | Rob Mensching | 1 | -1/+1 | |
| 2025-12-14 | Move to latest windows build image for .NET 10 | Rob Mensching | 1 | -1/+1 | |
| 2025-12-14 | Migrate all .sln files to .slnx | Rob Mensching | 167 | -3374/+20365 | |
| Modernize projects against new .slnx expecations as well. | |||||
| 2025-12-14 | Update to use .NET 10 SDK for builds | Rob Mensching | 7 | -17/+13 | |
| 2025-12-14 | Fix handling of default items | Rob Mensching | 8 | -5/+113 | |
| Fixes 7455 | |||||
| 2025-12-13 | Refine comments and documentation for ProductSearch type="exists" | Rob Mensching | 2 | -2/+6 | |
