| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<> | Rob Mensching | 2021-04-19 | 23 | -49/+48 |
* | Fix infinite loop in ResolveDelayedFieldsCommand and add failing test. | Sean Hall | 2021-04-14 | 1 | -0/+1 |
* | Add support for RepairCondition on Exe, Msi and Msp packages | Rob Mensching | 2021-04-12 | 1 | -0/+8 |
* | Improve implicit Component/@Id generation and duplicate GUID errors | Rob Mensching | 2021-04-12 | 1 | -10/+13 |
* | Re-enable MSI usage of only a "." in Directory/@Name | Rob Mensching | 2021-04-08 | 1 | -1/+8 |
* | Address code review feedback | Rob Mensching | 2021-04-07 | 2 | -2/+2 |
* | Introduce StandardDirectory for referencing standard directories | Rob Mensching | 2021-04-06 | 4 | -0/+90 |
* | Introduce "Subdirectory" which simplifies inline directory syntax | Rob Mensching | 2021-04-06 | 5 | -236/+223 |
* | Enable codepages and languages to be set via .wxl files | Rob Mensching | 2021-04-02 | 15 | -111/+124 |
* | Integrate the IntermediateSection and IntermediateSymbol mutable changes | Rob Mensching | 2021-04-02 | 4 | -44/+40 |
* | Remove unused values | Rob Mensching | 2021-04-02 | 5 | -8/+7 |
* | Re-resolve binary .wixlibs with defaulted embedded files | Rob Mensching | 2021-03-25 | 1 | -74/+91 |
* | Fix dependency providers in a Bundle chain | Rob Mensching | 2021-03-23 | 1 | -2/+2 |
* | Correctly set Compressed, Description, DisplayName in BootstrapperApplication... | Rob Mensching | 2021-03-23 | 1 | -2/+6 |
* | Minor code clean up | Rob Mensching | 2021-03-23 | 2 | -55/+0 |
* | Remove obsolete RegistryKey/@Action. | Bob Arnson | 2021-03-21 | 1 | -21/+0 |
* | Make ResetAcl opt-in instead of opt-out | Rob Mensching | 2021-03-16 | 4 | -12/+14 |
* | Migrate ResetAcls to Core.Native from Core | Rob Mensching | 2021-03-16 | 2 | -11/+3 |
* | Centralize disallow inner text handling in ParseHalper | Rob Mensching | 2021-03-16 | 6 | -45/+48 |
* | Use validation now implemented in Core.Native | Rob Mensching | 2021-03-16 | 1 | -4/+24 |
* | Migrate PInvoke out of Core to Core.Native | Rob Mensching | 2021-03-16 | 4 | -546/+30 |
* | Remove use of removed IWixToolsetServiceProvider | Rob Mensching | 2021-03-14 | 32 | -94/+81 |
* | Remove references to Core from backends. | Sean Hall | 2021-03-14 | 3 | -0/+129 |
* | Minimize public surface area of Core | Rob Mensching | 2021-03-14 | 20 | -602/+406 |
* | Add default rollback boundary in the Burn binder instead of the compiler | Rob Mensching | 2021-03-11 | 1 | -5/+2 |
* | Fix parsing ProviderKey for Bundle. | Sean Hall | 2021-03-08 | 1 | -3/+13 |
* | Improve missing entry section error message. | Bob Arnson | 2021-03-07 | 1 | -1/+8 |
* | Complete MOVE_TO_BACKEND code migration | Rob Mensching | 2021-03-03 | 3 | -412/+29 |
* | Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages. | Sean Hall | 2021-03-02 | 1 | -1/+1 |
* | Don't require Version, ProductName, or Description for remote payloads. | Sean Hall | 2021-03-02 | 1 | -17/+25 |
* | Use new PackagePayload symbols for the package's payload. | Sean Hall | 2021-03-02 | 3 | -107/+256 |
* | Refactor payload compiling and harvesting. | Sean Hall | 2021-03-02 | 3 | -298/+441 |
* | Test big payloads by RemotePayload since real files are slow. | Sean Hall | 2021-03-02 | 1 | -2/+2 |
* | Version the extension cache folders | Rob Mensching | 2021-03-02 | 1 | -7/+11 |
* | Support the new names for AccessModifiers | Rob Mensching | 2021-03-02 | 11 | -79/+81 |
* | Correctly set the parent SourceLineNumber for include files | Rob Mensching | 2021-03-02 | 1 | -2/+2 |
* | Fix handling of suppress modularization | Rob Mensching | 2021-03-01 | 2 | -4/+13 |
* | TARGETDIR is the default directory root, so allow it | Rob Mensching | 2021-03-01 | 1 | -5/+0 |
* | Absorb Dependency.wixext into Core | Rob Mensching | 2021-02-27 | 7 | -0/+479 |
* | Absorb Tag.wixext into Core as SoftwareTag element | Rob Mensching | 2021-02-27 | 7 | -2/+355 |
* | Don't prefix custom action references. | Bob Arnson | 2021-02-23 | 1 | -2/+1 |
* | Replace Win64 attribute with Bitness attribute | Rob Mensching | 2021-02-11 | 3 | -50/+82 |
* | Ensure directory keypaths cannot be used to generate GUIDs | Rob Mensching | 2021-02-11 | 1 | -3/+2 |
* | Improve duplicate-id reporting. | Bob Arnson | 2021-02-08 | 1 | -0/+1 |
* | Removes all trailing backslashes from registry paths. Fixes wixtoolset/issues... | Ronald Martin | 2021-02-04 | 1 | -0/+1 |
* | Remove Burn Authenticode | Bob Arnson | 2021-01-31 | 1 | -81/+3 |
* | 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 |
* | Add DefaultCompressionLevel support. | Bob Arnson | 2021-01-26 | 3 | -3/+21 |
* | Use new logic for -sw in DecompileCommand. | Sean Hall | 2021-01-19 | 1 | -10/+27 |