aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Http/test/WixToolsetTest.Http/TestData (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2026-01-03Add bal:DisplayFilesInUseDialogCondition to disable Files In Use dialogCharles Baker15-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-15Warn when Properties metadata overrides ProjectReference expansions metadataRob Mensching4-2/+78
Resolves 8967
2025-12-15Support setting InstallerPlatform from RuntimeIdentifierRob Mensching13-16/+499
Resolves 9047
2025-12-15Block use of TargetFramework and TargetFrameworks in .wixprojRob Mensching6-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 upgradedRob Mensching1-1/+1
2025-12-14Move to latest windows build image for .NET 10Rob Mensching1-1/+1
2025-12-14Migrate all .sln files to .slnxRob Mensching167-3374/+20365
Modernize projects against new .slnx expecations as well.
2025-12-14Update to use .NET 10 SDK for buildsRob Mensching7-17/+13
2025-12-14Fix handling of default itemsRob Mensching8-5/+113
Fixes 7455
2025-12-13Refine comments and documentation for ProductSearch type="exists"Rob Mensching2-2/+6