aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't fail long-path test on ReFS/DevDrive volumesbob/LongPathFixtureOnReFSBob Arnson2026-08-091-1/+15
|
* Update InstallDir_SpecialDlg test to CA-less WixUIBob Arnson2026-08-011-5/+5
| | | | Fixes https://github.com/wixtoolset/issues/issues/9318
* Add UAC shield for fixed-scope per-machine bundlesBob Arnson2026-07-268-23/+37
| | | | Fixes https://github.com/wixtoolset/issues/issues/9321
* Fix vulnerable package.Bob Arnson2026-07-261-1/+1
| | | | System.Security.Cryptography.Xml -> v8.0.4
* UAC shield for per-machine configurable bundles.Bob Arnson2026-07-229-18/+46
| | | | Fixes https://github.com/wixtoolset/issues/issues/9308
* Minor improvements to Burn, tests, and doc.Bob Arnson2026-06-225-37/+39
|
* Skip SetConsoleCP when stdout is non-interactive.Roman Lavrov2026-06-091-2/+7
| | | | Fixes wixtoolset/issues#9267
* Target VS2026 and .NET 10 for WiX v8.Bob Arnson2026-06-09103-211/+255
| | | | VS2022/v143 toolsets are no longer required.
* also find MSBuild v18 (VS 2026)martinh20112026-06-092-2/+2
|
* Update System.Security.Cryptography.Xml for security fixRob Mensching2026-05-201-0/+1
|
* Start WiX Toolset v8Rob Mensching2026-05-2028-48/+48
|
* Copy download URL to BA arguments.v7.0.0Bob Arnson2026-04-031-0/+2
| | | | Fixes https://github.com/wixtoolset/issues/issues/9275
* Handle lack of scope for pre-v7 bundles.Bob Arnson2026-04-0114-5/+128
| | | | Fixes https://github.com/wixtoolset/issues/issues/9274
* Set more detect-phase values when falling back.Bob Arnson2026-03-096-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
* Fix XSD issuesRob Mensching2026-03-055-3/+16
|
* Fix typov7.0.0-rc.2Rob Mensching2026-03-051-1/+1
|
* Fix WiX v7 package dependenciesRob Mensching2026-03-051-12/+15
| | | | Fixes 9253
* Remove duplicated projectRob Mensching2026-03-051-2/+0
|
* Mark Firewall Enabled attribute new to WiX v5Rob Mensching2026-03-051-1/+1
| | | | Fixes 8932
* Split XSDs into individual XSD fragments per element and typeRob Mensching2026-03-05605-24311/+24447
| | | | | This majorly improves the developer experience when editing documentation for each WiX element or type.
* Handle scope of configurable-scope BundlePackages.Bob Arnson2026-02-259-11/+81
| | | | Fixes https://github.com/wixtoolset/issues/issues/9233
* Configurable-scope bundles for WixStdBA.Bob Arnson2026-02-2415-16/+94
| | | | | Fixes https://github.com/wixtoolset/issues/issues/9234 Fixes https://github.com/wixtoolset/issues/issues/9235
* Lock upgrade bundles to original bundle's scope.Bob Arnson2026-02-1819-43/+184
| | | | Fixes https://github.com/wixtoolset/issues/issues/9236
* Log detected package scope and lock bundle scope.Bob Arnson2026-02-1111-25/+80
| | | | | - Fixes https://github.com/wixtoolset/issues/issues/9232 - Fixes https://github.com/wixtoolset/issues/issues/9240
* Use azure-cli for signing authenticationv7.0.0-rc.1Rob Mensching2026-02-062-12/+11
| | | | The previous method was deprecated by Azure.
* Support dual-purpose packages in Burn.Bob Arnson2026-02-05174-651/+3552
| | | | Fixes https://github.com/wixtoolset/issues/issues/8958
* Update to OSMF EULA v1.1Rob Mensching2026-02-042-32/+33
| | | | Resolves 9230
* Use `EulaId` with `-t:AcceptEula` to match documentationRob Mensching2026-02-033-10/+23
| | | | Resolves 9196
* Fix copy-paste errors in Burn serializationRob Mensching2026-01-302-6/+6
|
* Many small code quality fixesRob Mensching2026-01-3015-48/+73
|
* Support RedirectionGuard in BurnRob Mensching2026-01-304-0/+113
| | | | Resolves 9228
* Remove elevation check in Restart Manager utilityRob Mensching2026-01-301-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.
* Use high integrity instead of elevation token to properly detect "elevated" ↵Rob Mensching2026-01-301-20/+73
| | | | | | Managed CAs Fixes 9205
* Use high integrity instead of elevation token to properly detect "elevated" ↵Rob Mensching2026-01-303-3/+30
| | | | | | installs Fixes 8178
* Update supported WiX extension version to "7"Rob Mensching2026-01-304-4/+7
|
* Require "accept EULA" in .nupkgs plus some "accept EULA" bug fixesRob Mensching2026-01-3039-12/+117
| | | | Resolves 9196
* Add missing related bundle informationRob Mensching2026-01-293-1/+7
|
* Test removing base bundle fully removes any patch bundlesRob Mensching2026-01-291-2/+32
|
* Correctly plan related patch bundle uninstall.Bob Arnson2026-01-291-15/+17
| | | | Based on https://github.com/wixtoolset/wix/pull/654/.
* Use case insensitive compares for paths during harvestingRob Mensching2026-01-294-4/+54
| | | | Fixes 9213
* Allow patched package to be uninstalled.Bob Arnson2026-01-268-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
* Protect against NULL User/Group comment when removing commentRob Mensching2026-01-262-9/+15
| | | | Fixes 8941 (hopefully)
* Require "accept EULA"Rob Mensching2026-01-2138-19677/+579
| | | | Resolves 9196
* Improve handling of nulls in MultiSzInsertString and MultiSzLenRob Mensching2026-01-212-8/+233
| | | | Resolves 7311
* ForceAbsent can now remove a package even if it still has dependentsNir Bar2026-01-212-1/+17
| | | | Resolves 8962
* Privatize warning messages to their componentsRob Mensching2026-01-1947-838/+718
| | | | Fixes 6423
* Privatize error messages to their componentsRob Mensching2026-01-1986-2414/+2042
| | | | Fixes 6423
* Provide Bundle Icon in BA container and update wixstdba to use itRob Mensching2026-01-0720-24/+188
| | | | Fixes 8104
* Fix anonymous Directory Id generation to be consistentRob Mensching2026-01-075-40/+120
| | | | Fixes 7861
* Prevent crashes when there is an error when parsing File elementRob Mensching2026-01-071-2590/+2593
|