aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-08-15Redesign command-line help to meet the needs of WiX v4Rob Mensching38-363/+685
2022-08-15Ensure command-line error prevents execution of commandRob Mensching1-0/+6
2022-08-15Normalize wix pdbs zip name to place $(Version) consistentlyRob Mensching1-1/+1
2022-08-15Remove unused WixToolset.Core.Burn reference to shrink ~10MBRob Mensching2-2/+0
2022-08-15Fix architectures when generating metadataRob Mensching2-22/+2
2022-08-14Fix some errors new to .NET SDK 6.0.400.Bob Arnson2-7/+0
2022-08-14Fix OnExecuteMsiMessage to return chosen result.Bob Arnson1-5/+19
2022-08-10Allow wixstdba special controls to have declarative text.Sean Hall8-114/+141
2022-08-10Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName.Sean Hall5-70/+234
2022-08-10Prevent crash when Bundle has SWID Tag but child MSI does notRob Mensching3-6/+57
2022-08-10Improve error messages for remote payloadsRob Mensching4-5/+47
2022-08-10Preprocessor only fails if current document does not parseRob Mensching5-15/+41
2022-08-09Skip logging errors in some places when they are due to missing files or regi...Sean Hall24-425/+438
2022-08-08Simplify and fix incremental/clean in build cmdsRob Mensching3-9/+12
2022-08-08Generate metadata needed to populate update feedRob Mensching10-11/+224
2022-08-07Remove unnecessary empty MediaTemplateRob Mensching1-1/+0
2022-08-07Add intermediate folder and output path to all contextsRob Mensching15-15/+115