aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Burn typo/style fixesBob Arnson2022-09-221-2/+3
* Don't clean packages during layout.Sean Hall2022-09-152-1/+93
* Disallow attributes in Billboard/Panel.Bob Arnson2022-09-151-0/+14
* Ignore cache bundle failure if it already exists in the package cache.Sean Hall2022-09-153-9/+43
* Add more burn E2E tests.Sean Hall2022-09-1515-12/+223
* Don't search for 64-bit bundles on 32-bit OS.Sean Hall2022-09-141-3/+12
* Support bundle updates in WixStdBA.Bob Arnson2022-09-1211-4/+152
* Update hashes are now hex strings.Bob Arnson2022-09-1211-33/+30
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-0938-197/+266
* Make sure ThmViewer can load relative paths.Bob Arnson2022-09-051-2/+2
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-0320-76/+336
* Use elevated engine to make the restart request when it is available.Sean Hall2022-09-038-133/+240
* Delay closing Burn's UI thread so that it can log the bundle's restart.Sean Hall2022-09-035-40/+159
* Delay closing the bundle log so that restart failures will be logged.Sean Hall2022-09-034-38/+95
* Move logutil docs into header and standardize inline wrapper methods.Sean Hall2022-09-032-186/+181
* Log message when the elevated process is not running elevated.Sean Hall2022-09-032-0/+12
* Mask the elevated secrets when logging its command line.Sean Hall2022-09-033-3/+27
* Supply hashes to BA if present in update feed.Bob Arnson2022-08-3112-10/+58
* Restrict panels to static controls.Bob Arnson2022-08-293-66/+99
* Use IntPtr for pointers to handlesRob Mensching2022-08-298-46/+44
* Update old test code to latest SWID tag specRob Mensching2022-08-269-12/+121
* Add support for building patches straight from wix.targetsRob Mensching2022-08-261-1/+2
* Pass `/xlog` to elevated engine.Bob Arnson2022-08-261-0/+6
* Small code cleanup in patch build.Rob Mensching2022-08-262-22/+21
* Trim patch baseline identifiers when they get too longRob Mensching2022-08-269-44/+132
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-2612-6/+92
* Make sure error codes are translated correctly for per-machine packages.Sean Hall2022-08-2614-165/+554
* Fix building `ExePackage/@ExitCode` elements.Sean Hall2022-08-267-4/+121
* Error on non-embedded explicit container payloads.Bob Arnson2022-08-267-37/+38
* Move WiX .wixpdbs to pdbs folder so they are included in archivesRob Mensching2022-08-252-10/+6
* Allow customization of the .wixpdb output folderRob Mensching2022-08-2518-37/+303
* Port EnableFeatureSelection tests from v3 repo, add a new one, fix themSean Hall2022-08-2313-5/+288
* Handle downgrade failure detection during Detect.Bob Arnson2022-08-222-16/+43
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-1912-99/+335
* Create log for elevated process.Sean Hall2022-08-193-0/+22
* Fix bug in IsWuRebootPending where it uninitialized COM on failure.Sean Hall2022-08-191-2/+7
* Resume automatic updates as part of ApplyUninitialize.Sean Hall2022-08-193-13/+20
* Use conditional text rather than controls.Bob Arnson2022-08-182-4/+8
* Don't retry 1606 because are they ever transient?!Bob Arnson2022-08-171-1/+0
* Add direct reference to System.Configuration.ConfigurationManagerRob Mensching2022-08-162-0/+2
* Update heat to use StandardDirectory elementRob Mensching2022-08-1616-3996/+4211
* Clean up error message when BA is missing.Bob Arnson2022-08-154-14/+47
* Improve command line error reporting and remove some unused errorsRob Mensching2022-08-1521-426/+432
* Redesign command-line help to meet the needs of WiX v4Rob Mensching2022-08-1538-363/+685
* Ensure command-line error prevents execution of commandRob Mensching2022-08-151-0/+6
* Normalize wix pdbs zip name to place $(Version) consistentlyRob Mensching2022-08-151-1/+1
* Remove unused WixToolset.Core.Burn reference to shrink ~10MBRob Mensching2022-08-152-2/+0
* Fix architectures when generating metadataRob Mensching2022-08-152-22/+2
* Fix some errors new to .NET SDK 6.0.400.Bob Arnson2022-08-142-7/+0
* Fix OnExecuteMsiMessage to return chosen result.Bob Arnson2022-08-141-5/+19