| Commit message (Expand) | Author | Files | Lines |
2022-08-26 | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2 | -4/+4 |
2022-08-26 | Make sure error codes are translated correctly for per-machine packages. | Sean Hall | 14 | -165/+554 |
2022-08-26 | Fix building `ExePackage/@ExitCode` elements. | Sean Hall | 7 | -4/+121 |
2022-08-26 | Error on non-embedded explicit container payloads. | Bob Arnson | 7 | -37/+38 |
2022-08-25 | Move WiX .wixpdbs to pdbs folder so they are included in archives | Rob Mensching | 2 | -10/+6 |
2022-08-25 | Allow customization of the .wixpdb output folder | Rob Mensching | 18 | -37/+303 |
2022-08-23 | Port EnableFeatureSelection tests from v3 repo, add a new one, fix them | Sean Hall | 13 | -5/+288 |
2022-08-22 | Handle downgrade failure detection during Detect. | Bob Arnson | 2 | -16/+43 |
2022-08-19 | Use a dedicated pipe for redirecting logging from the elevated process. | Sean Hall | 12 | -99/+335 |
2022-08-19 | Create log for elevated process. | Sean Hall | 3 | -0/+22 |
2022-08-19 | Fix bug in IsWuRebootPending where it uninitialized COM on failure. | Sean Hall | 1 | -2/+7 |
2022-08-19 | Resume automatic updates as part of ApplyUninitialize. | Sean Hall | 3 | -13/+20 |
2022-08-18 | Use conditional text rather than controls. | Bob Arnson | 2 | -4/+8 |
2022-08-17 | Don't retry 1606 because are they ever transient?! | Bob Arnson | 1 | -1/+0 |
2022-08-16 | Add direct reference to System.Configuration.ConfigurationManager | Rob Mensching | 2 | -0/+2 |
2022-08-16 | Update heat to use StandardDirectory element | Rob Mensching | 16 | -3996/+4211 |
2022-08-15 | Clean up error message when BA is missing. | Bob Arnson | 4 | -14/+47 |
2022-08-15 | Improve command line error reporting and remove some unused errors | Rob Mensching | 21 | -426/+432 |
2022-08-15 | Redesign command-line help to meet the needs of WiX v4 | Rob Mensching | 38 | -363/+685 |
2022-08-15 | Ensure command-line error prevents execution of command | Rob Mensching | 1 | -0/+6 |
2022-08-15 | Normalize wix pdbs zip name to place $(Version) consistently | Rob Mensching | 1 | -1/+1 |
2022-08-15 | Remove unused WixToolset.Core.Burn reference to shrink ~10MB | Rob Mensching | 2 | -2/+0 |
2022-08-15 | Fix architectures when generating metadata | Rob Mensching | 2 | -22/+2 |
2022-08-14 | Fix some errors new to .NET SDK 6.0.400. | Bob Arnson | 2 | -7/+0 |
2022-08-14 | Fix OnExecuteMsiMessage to return chosen result. | Bob Arnson | 1 | -5/+19 |
2022-08-10 | Allow wixstdba special controls to have declarative text. | Sean Hall | 8 | -114/+141 |
2022-08-10 | Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName. | Sean Hall | 5 | -70/+234 |
2022-08-10 | Prevent crash when Bundle has SWID Tag but child MSI does not | Rob Mensching | 3 | -6/+57 |
2022-08-10 | Improve error messages for remote payloads | Rob Mensching | 4 | -5/+47 |
2022-08-10 | Preprocessor only fails if current document does not parse | Rob Mensching | 5 | -15/+41 |
2022-08-09 | Skip logging errors in some places when they are due to missing files or regi... | Sean Hall | 24 | -425/+438 |
2022-08-08 | Simplify and fix incremental/clean in build cmds | Rob Mensching | 3 | -9/+12 |
2022-08-08 | Generate metadata needed to populate update feed | Rob Mensching | 10 | -11/+224 |
2022-08-07 | Remove unnecessary empty MediaTemplate | Rob Mensching | 1 | -1/+0 |
2022-08-07 | Add intermediate folder and output path to all contexts | Rob Mensching | 15 | -15/+115 |
2022-08-07 | Add clean to api.cmd and minor clean-up | Rob Mensching | 2 | -6/+32 |
2022-08-06 | Use DefaultProjectTypeGuid in WiX SDK | Rob Mensching | 2 | -1/+1 |
2022-08-06 | Add InstallerPlatform as define constant for .wixprojs | Rob Mensching | 1 | -0/+1 |
2022-08-06 | Create setup segment and WixAdditionalTools bundle | Rob Mensching | 14 | -12/+184 |
2022-08-06 | Improve exception messages and minor code clean up | Rob Mensching | 3 | -7/+11 |
2022-08-06 | Update Serbian locale name. | Bob Arnson | 1 | -0/+0 |
2022-08-05 | Implement cabinet spanning | Rob Mensching | 21 | -439/+688 |
2022-08-05 | Remove unused resetacls from wixnative | Rob Mensching | 4 | -62/+0 |
2022-08-05 | Add TestData.CreateFile and dedupe TestSupport code from Core.Native tests | Rob Mensching | 7 | -152/+36 |
2022-08-05 | Very minor code cleanup | Rob Mensching | 3 | -5/+2 |
2022-08-05 | Abstract file system to remove Core to Core.Native dependency | Rob Mensching | 19 | -93/+143 |
2022-08-05 | Update to darice.cub v10.0.22621.0. | Bob Arnson | 4 | -3/+114 |
2022-08-03 | Add ability to skip a local path candidate if it failed verification. | Sean Hall | 14 | -30/+444 |
2022-08-03 | Fix converting empty inner text. | Sean Hall | 9 | -4/+178 |
2022-08-03 | Handle suppressed Options button. | Bob Arnson | 4 | -4/+7 |