aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-04Attempt ordinal sort to fix CI test failureRob Mensching1-6/+4
2022-10-04Fix tracking of detached containersRob Mensching5-15/+5
2022-10-04Use file system abstraction to handle retries automaticallyRob Mensching24-127/+143
2022-10-04Add retries when trying to update bundle resourcesRob Mensching6-33/+51
2022-10-04Modernize Util.wixext buildRob Mensching4-6/+36
2022-10-04Run tests in bulk to improve performanceRob Mensching8-44/+62
2022-10-04Small clean up of api segment buildRob Mensching4-10/+9
2022-10-04Remove dependency on NuGet.Versioning from CoreRob Mensching2-6/+6
2022-10-04Move WixVersion to new WixToolset.Versioning package in libs segmentRob Mensching24-9/+1275
2022-10-04Incremental linking is not supported by C++/CLIRob Mensching1-0/+3
2022-10-04Fix verutil string comparisonsRob Mensching2-2/+2
2022-10-03Make all test roll forwardRob Mensching4-3/+1
2022-10-03Standardize on .NET 6 as the minimum for .NET Core platform.Rob Mensching69-104/+115
2022-10-03Use packageSourceMapping to control source of NuGet packagesRob Mensching4-16/+11
2022-10-03Allow independent extraction of BA to remove use of InternalsVisibleToRob Mensching11-137/+55
2022-09-28Fix UICompiler custom actions duplicationStefanStojanovic1-25/+35
2022-09-27Introduce PatchFilterMap to remove Row.SectionIdRob Mensching14-368/+426
2022-09-27Implement transform decompiling and use it in patch filter testsRob Mensching17-177/+390
2022-09-27Rename MsiPatchSequenceSymbol to MsiPatchFamilySymbol and fix the IdRob Mensching6-74/+74
2022-09-27Refactor patch filtering on the path towards making it work properlyRob Mensching9-744/+843
2022-09-27Symbols won't have section ids.Rob Mensching2-32/+0
2022-09-27Add patch error test to validate missing baseline patch fileRob Mensching2-0/+36
2022-09-27Simplify patch fixture internal resultsRob Mensching1-44/+44
2022-09-25Update README.mdDaniel Chalmers1-9/+13
2022-09-23Fix and reenable some skipped E2E Burn patching testsRob Mensching2-13/+5
2022-09-23Implement single pass patch buildRob Mensching56-1676/+1508
2022-09-23Build some common products to share across multiple patch testsRob Mensching7-80/+40
2022-09-23Re-enable and update a patching test fixed previouslyRob Mensching2-13/+12
2022-09-23Centralize test project configuration with IsWixTestProjectRob Mensching37-268/+45
2022-09-23Add simple patching test to verify file updates are includedRob Mensching5-0/+80
2022-09-22Add WixUI/@InstallDirectory to simplify authoring.Bob Arnson3-3/+19
2022-09-22Burn typo/style fixesBob Arnson1-2/+3
2022-09-15Don't clean packages during layout.Sean Hall2-1/+93
2022-09-15Disallow attributes in Billboard/Panel.Bob Arnson1-0/+14
2022-09-15Ignore cache bundle failure if it already exists in the package cache.Sean Hall3-9/+43
2022-09-15Add more burn E2E tests.Sean Hall15-12/+223
2022-09-14Don't search for 64-bit bundles on 32-bit OS.Sean Hall1-3/+12
2022-09-12Support bundle updates in WixStdBA.Bob Arnson11-4/+152
2022-09-12Update hashes are now hex strings.Bob Arnson11-33/+30
2022-09-09Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall38-197/+266
2022-09-05Make sure ThmViewer can load relative paths.Bob Arnson1-2/+2
2022-09-03Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall20-76/+336
2022-09-03Use elevated engine to make the restart request when it is available.Sean Hall8-133/+240
2022-09-03Delay closing Burn's UI thread so that it can log the bundle's restart.Sean Hall5-40/+159
2022-09-03Delay closing the bundle log so that restart failures will be logged.Sean Hall4-38/+95
2022-09-03Move logutil docs into header and standardize inline wrapper methods.Sean Hall2-186/+181
2022-09-03Log message when the elevated process is not running elevated.Sean Hall2-0/+12
2022-09-03Mask the elevated secrets when logging its command line.Sean Hall3-3/+27
2022-08-31Supply hashes to BA if present in update feed.Bob Arnson12-10/+58
2022-08-29Restrict panels to static controls.Bob Arnson3-66/+99