aboutsummaryrefslogtreecommitdiff
path: root/src/ext (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-08-29Use IntPtr for pointers to handlesRob Mensching8-46/+44
2022-08-26Update old test code to latest SWID tag specRob Mensching9-12/+121
2022-08-26Add support for building patches straight from wix.targetsRob Mensching1-1/+2
2022-08-26Pass `/xlog` to elevated engine.Bob Arnson1-0/+6
2022-08-26Small code cleanup in patch build.Rob Mensching2-22/+21
2022-08-26Trim patch baseline identifiers when they get too longRob Mensching9-44/+132
2022-08-26Process and return the failed version of reboot exit codes in Burn.Sean Hall12-6/+92
2022-08-26Make sure error codes are translated correctly for per-machine packages.Sean Hall14-165/+554
2022-08-26Fix building `ExePackage/@ExitCode` elements.Sean Hall7-4/+121
2022-08-26Error on non-embedded explicit container payloads.Bob Arnson7-37/+38
2022-08-25Move WiX .wixpdbs to pdbs folder so they are included in archivesRob Mensching2-10/+6
2022-08-25Allow customization of the .wixpdb output folderRob Mensching18-37/+303
2022-08-23Port EnableFeatureSelection tests from v3 repo, add a new one, fix themSean Hall13-5/+288
2022-08-22Handle downgrade failure detection during Detect.Bob Arnson2-16/+43
2022-08-19Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall12-99/+335
2022-08-19Create log for elevated process.Sean Hall3-0/+22
2022-08-19Fix bug in IsWuRebootPending where it uninitialized COM on failure.Sean Hall1-2/+7
2022-08-19Resume automatic updates as part of ApplyUninitialize.Sean Hall3-13/+20
2022-08-18Use conditional text rather than controls.Bob Arnson2-4/+8
2022-08-17Don't retry 1606 because are they ever transient?!Bob Arnson1-1/+0
2022-08-16Add direct reference to System.Configuration.ConfigurationManagerRob Mensching2-0/+2
2022-08-16Update heat to use StandardDirectory elementRob Mensching16-3996/+4211
2022-08-15Clean up error message when BA is missing.Bob Arnson4-14/+47
2022-08-15Improve command line error reporting and remove some unused errorsRob Mensching21-426/+432