| Commit message (Expand) | Author | Age | Files | Lines |
* | TARGETDIR is the default directory root, so allow it | Rob Mensching | 2021-03-01 | 2 | -12/+5 |
* | Update to latest build infrastructure | Rob Mensching | 2021-03-01 | 4 | -10/+29 |
* | Absorb Dependency.wixext into Core | Rob Mensching | 2021-02-27 | 14 | -0/+668 |
* | Absorb Tag.wixext into Core as SoftwareTag element | Rob Mensching | 2021-02-27 | 22 | -11/+814 |
* | Complete implementation of extension handling for finalized symbols | Rob Mensching | 2021-02-27 | 1 | -36/+32 |
* | Integrate the latest Extensibility changes | Rob Mensching | 2021-02-27 | 7 | -23/+28 |
* | Implement IBackendHelper passthru in Burn and WindowsInstaller helpers | Rob Mensching | 2021-02-27 | 4 | -2/+60 |
* | Don't prefix custom action references. | Bob Arnson | 2021-02-23 | 2 | -7/+6 |
* | Checkks all custom actions for cycles. Version 3. Fixes wixtoolset/issues#6201 | Ronald Martin | 2021-02-19 | 3 | -21/+114 |
* | Fix file size overflow error in ProcessPayloadsCommand. | Alex Kubiesa | 2021-02-15 | 9 | -1/+81 |
* | Replace Win64 attribute with Bitness attribute | Rob Mensching | 2021-02-11 | 17 | -76/+228 |
* | Ensure directory keypaths cannot be used to generate GUIDs | Rob Mensching | 2021-02-11 | 1 | -3/+2 |
* | SlipstreamMsp belongs under the MsiPackage, not the MspPackage. | Sean Hall | 2021-02-10 | 3 | -1/+38 |
* | Improve duplicate-id reporting. | Bob Arnson | 2021-02-08 | 3 | -0/+41 |
* | Removes all trailing backslashes from registry paths. Fixes wixtoolset/issues... | Ronald Martin | 2021-02-04 | 2 | -1/+2 |
* | Remove Burn Authenticode | Bob Arnson | 2021-01-31 | 9 | -385/+5 |
* | Add patch test from old repo and get it passing. | Sean Hall | 2021-01-27 | 9 | -3/+188 |
* | Fix copy/paste error with ParseWarningAsError. | Sean Hall | 2021-01-27 | 2 | -4/+4 |
* | Make Core interfaces public. | Bob Arnson | 2021-01-26 | 7 | -7/+13 |
* | Fix collection modified during enumeration bug. | Sean Hall | 2021-01-26 | 1 | -1/+1 |
* | Add DefaultCompressionLevel support. | Bob Arnson | 2021-01-26 | 4 | -4/+22 |
* | Add warning for non-x86 bundles. | Sean Hall | 2021-01-19 | 2 | -2/+8 |
* | Add test for building x64 bundle. | Bob Arnson | 2021-01-19 | 1 | -0/+46 |
* | Use new logic for -sw in DecompileCommand. | Sean Hall | 2021-01-19 | 3 | -12/+30 |
* | Add support for -wx switch to decompiler | Rob Mensching | 2021-01-08 | 1 | -0/+23 |
* | Rename ExePackage/@XxxCommand attributes to @XxxArguments | Rob Mensching | 2021-01-08 | 4 | -26/+26 |
* | Validate MSU package build | Rob Mensching | 2021-01-08 | 4 | -0/+49 |
* | Require or recommend ExePackage/@DetectCondition | Rob Mensching | 2021-01-08 | 5 | -2/+88 |
* | Report invalid command line arguments as errors | Rob Mensching | 2021-01-08 | 6 | -12/+15 |
* | Remove unnecessary SuppressMessage attributes | Rob Mensching | 2021-01-08 | 4 | -33/+0 |
* | Support environment variables with parens in the preprocessor | Rob Mensching | 2021-01-07 | 3 | -0/+30 |
* | Add test for invalid ids | Rob Mensching | 2021-01-07 | 2 | -0/+31 |
* | Implement improved file sequence optimization | Rob Mensching | 2021-01-06 | 10 | -11/+185 |
* | Default MSI packages to compressed | Rob Mensching | 2021-01-06 | 1 | -4/+7 |
* | Fix handling of duplicate directories | Rob Mensching | 2021-01-05 | 7 | -15/+92 |
* | Fix up tests to work well under NCrunch plus whitespace clean up | Rob Mensching | 2021-01-05 | 6 | -241/+32 |
* | Fix x64 Burn stub app manifest (test to come) | Bob Arnson | 2021-01-03 | 2 | -1/+2 |
* | Fix parsing of DpiAwareness attribute. | Sean Hall | 2021-01-03 | 4 | -1/+55 |
* | Add failing tests. | Sean Hall | 2021-01-03 | 11 | -6/+273 |
* | Fix TryGetNextNonSwitchArgumentOrError. | Sean Hall | 2021-01-03 | 4 | -31/+47 |
* | Implement command line for SuppressAllWarnings and WarningsAsError. | Sean Hall | 2021-01-03 | 9 | -20/+150 |
* | Fix parsing Behavior in ExitCode element. | Sean Hall | 2020-12-21 | 1 | -2/+17 |
* | Add CanExtractBundleWithDetachedContainer test. | Nir Bar | 2020-12-21 | 10 | -5/+130 |
* | 4862 - Disallow Burn Variables that are Hidden and Persisted. | Sean Hall | 2020-12-19 | 5 | -2/+36 |
* | Add more failing tests and label them with the issue number. | Sean Hall | 2020-12-19 | 7 | -6/+138 |
* | Enable XML doc. | Sean Hall | 2020-12-18 | 75 | -162/+457 |
* | [Linux] Fix newline handling in help message. | Simon Tatham | 2020-12-17 | 1 | -2/+4 |
* | Canonicalize Payload/@Name. | Sean Hall | 2020-12-16 | 8 | -10/+174 |
* | WIXBUG:6299 - Fix OverflowException in ReadUInt32. | Sean Hall | 2020-12-14 | 4 | -5/+80 |
* | Enable CheckForOverflowUnderflow. | Sean Hall | 2020-12-14 | 1 | -0/+1 |