| Commit message (Expand) | Author | Files | Lines |
2021-02-10 | SlipstreamMsp belongs under the MsiPackage, not the MspPackage. | Sean Hall | 3 | -1/+38 |
2021-02-08 | Improve duplicate-id reporting. | Bob Arnson | 3 | -0/+41 |
2021-02-06 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -1/+0 |
2021-02-04 | Removes all trailing backslashes from registry paths. Fixes wixtoolset/issues... | Ronald Martin | 2 | -1/+2 |
2021-02-04 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -0/+1 |
2021-01-31 | Pick up latest Burn, please and thank you. | Bob Arnson | 1 | -1/+0 |
2021-01-31 | Remove Burn Authenticode | Bob Arnson | 9 | -385/+5 |
2021-01-27 | Add patch test from old repo and get it passing. | Sean Hall | 9 | -3/+188 |
2021-01-27 | Fix copy/paste error with ParseWarningAsError. | Sean Hall | 2 | -4/+4 |
2021-01-26 | Make Core interfaces public. | Bob Arnson | 7 | -7/+13 |
2021-01-26 | Fix collection modified during enumeration bug. | Sean Hall | 1 | -1/+1 |
2021-01-26 | Add DefaultCompressionLevel support. | Bob Arnson | 4 | -4/+22 |
2021-01-19 | Add warning for non-x86 bundles. | Sean Hall | 2 | -2/+8 |
2021-01-19 | Add test for building x64 bundle. | Bob Arnson | 1 | -0/+46 |
2021-01-19 | Use new logic for -sw in DecompileCommand. | Sean Hall | 3 | -12/+30 |
2021-01-08 | Add support for -wx switch to decompiler | Rob Mensching | 1 | -0/+23 |
2021-01-08 | Rename ExePackage/@XxxCommand attributes to @XxxArguments | Rob Mensching | 4 | -26/+26 |
2021-01-08 | Validate MSU package build | Rob Mensching | 4 | -0/+49 |
2021-01-08 | Require or recommend ExePackage/@DetectCondition | Rob Mensching | 5 | -2/+88 |
2021-01-08 | Report invalid command line arguments as errors | Rob Mensching | 6 | -12/+15 |
2021-01-08 | Remove unnecessary SuppressMessage attributes | Rob Mensching | 4 | -33/+0 |
2021-01-07 | Support environment variables with parens in the preprocessor | Rob Mensching | 3 | -0/+30 |
2021-01-07 | Add test for invalid ids | Rob Mensching | 2 | -0/+31 |
2021-01-06 | Implement improved file sequence optimization | Rob Mensching | 10 | -11/+185 |
2021-01-06 | Default MSI packages to compressed | Rob Mensching | 1 | -4/+7 |
2021-01-05 | Fix handling of duplicate directories | Rob Mensching | 7 | -15/+92 |
2021-01-05 | Fix up tests to work well under NCrunch plus whitespace clean up | Rob Mensching | 6 | -241/+32 |
2021-01-03 | Fix x64 Burn stub app manifest (test to come) | Bob Arnson | 2 | -1/+2 |
2021-01-03 | Fix parsing of DpiAwareness attribute. | Sean Hall | 4 | -1/+55 |
2021-01-03 | Add failing tests. | Sean Hall | 11 | -6/+273 |
2021-01-03 | Fix TryGetNextNonSwitchArgumentOrError. | Sean Hall | 4 | -31/+47 |
2021-01-03 | Implement command line for SuppressAllWarnings and WarningsAsError. | Sean Hall | 9 | -20/+150 |
2020-12-21 | Fix parsing Behavior in ExitCode element. | Sean Hall | 1 | -2/+17 |
2020-12-21 | Add CanExtractBundleWithDetachedContainer test. | Nir Bar | 10 | -5/+130 |
2020-12-19 | 4862 - Disallow Burn Variables that are Hidden and Persisted. | Sean Hall | 5 | -2/+36 |
2020-12-19 | Add more failing tests and label them with the issue number. | Sean Hall | 7 | -6/+138 |
2020-12-18 | Enable XML doc. | Sean Hall | 76 | -162/+471 |
2020-12-17 | [Linux] Fix newline handling in help message. | Simon Tatham | 1 | -2/+4 |
2020-12-16 | Canonicalize Payload/@Name. | Sean Hall | 8 | -10/+174 |
2020-12-14 | WIXBUG:6299 - Fix OverflowException in ReadUInt32. | Sean Hall | 6 | -5/+96 |
2020-12-14 | Enable CheckForOverflowUnderflow. | Sean Hall | 1 | -0/+1 |
2020-12-12 | Fix merge module decompilation timing. | Bob Arnson | 2 | -8/+9 |
2020-12-09 | Add test to verify primary feature select in component categories. | Bob Arnson | 5 | -0/+84 |
2020-12-09 | Fix copy paste error. | Sean Hall | 1 | -1/+1 |
2020-12-08 | WIXFEAT:6209 - Move BA entry point to its own element. | Sean Hall | 9 | -59/+101 |
2020-12-08 | Require SourceFile for BundleExtension. | Sean Hall | 1 | -14/+1 |
2020-12-08 | Always parse extension attributes in ParsePayloadElementContent. | Sean Hall | 1 | -22/+20 |
2020-12-08 | Remove dead code. | Sean Hall | 1 | -34/+3 |
2020-12-08 | Decompiling null GUID should set `Guid=""` to match. | Bob Arnson | 6 | -1/+28 |
2020-12-02 | MSI transaction cleanup. | Sean Hall | 9 | -15/+212 |