aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/BalBootstrapperEngine.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-07-26Add UAC shield for fixed-scope per-machine bundlesBob Arnson8-23/+37
Fixes https://github.com/wixtoolset/issues/issues/9321
2026-07-26Fix vulnerable package.Bob Arnson1-1/+1
System.Security.Cryptography.Xml -> v8.0.4
2026-07-22UAC shield for per-machine configurable bundles.Bob Arnson9-18/+46
Fixes https://github.com/wixtoolset/issues/issues/9308
2026-06-22Minor improvements to Burn, tests, and doc.Bob Arnson5-37/+39
2026-06-09Skip SetConsoleCP when stdout is non-interactive.Roman Lavrov1-2/+7
Fixes wixtoolset/issues#9267
2026-06-09Target VS2026 and .NET 10 for WiX v8.Bob Arnson103-211/+255
VS2022/v143 toolsets are no longer required.
2026-06-09also find MSBuild v18 (VS 2026)martinh20112-2/+2
2026-05-20Update System.Security.Cryptography.Xml for security fixRob Mensching1-0/+1
2026-05-20Start WiX Toolset v8Rob Mensching28-48/+48
2026-04-03Copy download URL to BA arguments.v7.0.0Bob Arnson1-0/+2
Fixes https://github.com/wixtoolset/issues/issues/9275
2026-04-01Handle lack of scope for pre-v7 bundles.Bob Arnson14-5/+128
Fixes https://github.com/wixtoolset/issues/issues/9274
2026-03-09Set more detect-phase values when falling back.Bob Arnson6-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-05Fix XSD issuesRob Mensching5-3/+16
2026-03-05Fix typov7.0.0-rc.2Rob Mensching1-1/+1
2026-03-05Fix WiX v7 package dependenciesRob Mensching1-12/+15
Fixes 9253
2026-03-05Remove duplicated projectRob Mensching1-2/+0
2026-03-05Mark Firewall Enabled attribute new to WiX v5Rob Mensching1-1/+1
Fixes 8932
2026-03-05Split XSDs into individual XSD fragments per element and typeRob Mensching605-24311/+24447
This majorly improves the developer experience when editing documentation for each WiX element or type.
2026-02-25Handle scope of configurable-scope BundlePackages.Bob Arnson9-11/+81
Fixes https://github.com/wixtoolset/issues/issues/9233
2026-02-24Configurable-scope bundles for WixStdBA.Bob Arnson15-16/+94
Fixes https://github.com/wixtoolset/issues/issues/9234 Fixes https://github.com/wixtoolset/issues/issues/9235
2026-02-18Lock upgrade bundles to original bundle's scope.Bob Arnson19-43/+184
Fixes https://github.com/wixtoolset/issues/issues/9236
2026-02-11Log detected package scope and lock bundle scope.Bob Arnson11-25/+80
- Fixes https://github.com/wixtoolset/issues/issues/9232 - Fixes https://github.com/wixtoolset/issues/issues/9240
2026-02-06Use azure-cli for signing authenticationv7.0.0-rc.1Rob Mensching2-12/+11
The previous method was deprecated by Azure.
2026-02-05Support dual-purpose packages in Burn.Bob Arnson174-651/+3552
Fixes https://github.com/wixtoolset/issues/issues/8958
2026-02-04Update to OSMF EULA v1.1Rob Mensching2-32/+33
Resolves 9230
2026-02-03Use `EulaId` with `-t:AcceptEula` to match documentationRob Mensching3-10/+23
Resolves 9196
2026-01-30Fix copy-paste errors in Burn serializationRob Mensching2-6/+6
2026-01-30Many small code quality fixesRob Mensching15-48/+73
2026-01-30Support RedirectionGuard in BurnRob Mensching4-0/+113
Resolves 9228
2026-01-30Remove elevation check in Restart Manager utilityRob Mensching1-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-30Use high integrity instead of elevation token to properly detect "elevated" ↵Rob Mensching1-20/+73
Managed CAs Fixes 9205
2026-01-30Use high integrity instead of elevation token to properly detect "elevated" ↵Rob Mensching3-3/+30
installs Fixes 8178
2026-01-30Update supported WiX extension version to "7"Rob Mensching4-4/+7
2026-01-30Require "accept EULA" in .nupkgs plus some "accept EULA" bug fixesRob Mensching39-12/+117
Resolves 9196
2026-01-29Add missing related bundle informationRob Mensching3-1/+7
2026-01-29Test removing base bundle fully removes any patch bundlesRob Mensching1-2/+32
2026-01-29Correctly plan related patch bundle uninstall.Bob Arnson1-15/+17
Based on https://github.com/wixtoolset/wix/pull/654/.
2026-01-29Use case insensitive compares for paths during harvestingRob Mensching4-4/+54
Fixes 9213
2026-01-26Allow patched package to be uninstalled.Bob Arnson8-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-26Protect against NULL User/Group comment when removing commentRob Mensching2-9/+15
Fixes 8941 (hopefully)
2026-01-21Require "accept EULA"Rob Mensching38-19677/+579
Resolves 9196
2026-01-21Improve handling of nulls in MultiSzInsertString and MultiSzLenRob Mensching2-8/+233
Resolves 7311
2026-01-21ForceAbsent can now remove a package even if it still has dependentsNir Bar2-1/+17
Resolves 8962
2026-01-19Privatize warning messages to their componentsRob Mensching47-838/+718
Fixes 6423
2026-01-19Privatize error messages to their componentsRob Mensching86-2414/+2042
Fixes 6423
2026-01-07Provide Bundle Icon in BA container and update wixstdba to use itRob Mensching20-24/+188
Fixes 8104
2026-01-07Fix anonymous Directory Id generation to be consistentRob Mensching5-40/+120
Fixes 7861
2026-01-07Prevent crashes when there is an error when parsing File elementRob Mensching1-2590/+2593
2026-01-07Remove CustomActionFailure.exe binary from repoRob Mensching40-2/+48
Build the test file from source instead. Fixes 8935
2026-01-04WixUI uk-UA loc string update from @Dgroholsky.Bob Arnson1-152/+152
Fixes https://github.com/wixtoolset/issues/issues/6620