Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Minor code cleanup | Rob Mensching | 2021-03-19 | 3 | -28/+21 | |
| | | ||||||
| * | Reference issues in failing tests. | Sean Hall | 2021-03-18 | 3 | -5/+5 | |
| | | ||||||
| * | Track database copy for validation as temporary | Rob Mensching | 2021-03-18 | 2 | -5/+17 | |
| | | ||||||
| * | 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 | |
| | | | | | | | | Fixes wixtoolset/issues#6237 | |||||
| * | Use validation now implemented in Core.Native | Rob Mensching | 2021-03-16 | 6 | -401/+227 | |
| | | | | | | | | Fixes wixtoolset/issues#5946 | |||||
| * | Migrate PInvoke out of Core to Core.Native | Rob Mensching | 2021-03-16 | 42 | -5086/+104 | |
| | | ||||||
| * | Demote CollidingModularizationTypes from error to warning | Bob Arnson | 2021-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | Remove dependency on Core as Data and Extensibility is enough | Rob Mensching | 2021-03-14 | 1 | -1/+2 | |
| | | ||||||
| * | Remove use of removed IWixToolsetServiceProvider | Rob Mensching | 2021-03-14 | 45 | -109/+98 | |
| | | ||||||
| * | Remove references to Core from backends. | Sean Hall | 2021-03-14 | 9 | -12/+6 | |
| | | | | | | | | #6340 | |||||
| * | Minimize public surface area of Core | Rob Mensching | 2021-03-14 | 70 | -1952/+871 | |
| | | | | | | | | Fixes wixtoolset/issues#6374 | |||||
| * | Add default rollback boundary in the Burn binder instead of the compiler | Rob Mensching | 2021-03-11 | 4 | -31/+35 | |
| | | | | | | | | Fixes wixtoolset/issues#6312 | |||||
| * | One shiny NuGet package, please and thank you. | Sean Hall | 2021-03-11 | 1 | -1/+0 | |
| | | ||||||
| * | Add failing test for authoring Provides in chain packages. | Sean Hall | 2021-03-08 | 2 | -0/+53 | |
| | | ||||||
| * | Add failing test for patch from MSI that included a file from a wixext. | Sean Hall | 2021-03-08 | 3 | -1/+70 | |
| | | ||||||
| * | Fix parsing ProviderKey for Bundle. | Sean Hall | 2021-03-08 | 3 | -5/+74 | |
| | | ||||||
| * | Fix harvesting providers from MSI packages. | Sean Hall | 2021-03-08 | 4 | -8/+76 | |
| | | ||||||
| * | Improve missing entry section error message. | Bob Arnson | 2021-03-07 | 2 | -1/+98 | |
| | | | | | | | | Fixes https://github.com/wixtoolset/issues/issues/5886 | |||||
| * | Create unit test for WixVariable resolution issue #6376 | Andrij Abyzov | 2021-03-05 | 6 | -0/+105 | |
| | | ||||||
| * | Complete MOVE_TO_BACKEND code migration | Rob Mensching | 2021-03-03 | 9 | -422/+338 | |
| | | | | | | | | Fixes wixtoolset/issues#6212 | |||||
| * | Add test to verify patches without files work | Rob Mensching | 2021-03-03 | 4 | -0/+74 | |
| | | | | | | | | Resolves wixtoolset/issues#4912 | |||||
| * | Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages. | Sean Hall | 2021-03-02 | 2 | -4/+3 | |
| | | | | | | | | #5762 | |||||
| * | Change the hash algorithm for Burn to SHA512. | Sean Hall | 2021-03-02 | 2 | -1/+5 | |
| | | | | | | | | #3992 | |||||
| * | Don't require Version, ProductName, or Description for remote payloads. | Sean Hall | 2021-03-02 | 1 | -17/+25 | |
| | | | | | | | | #4865 | |||||
| * | Use new PackagePayload symbols for the package's payload. | Sean Hall | 2021-03-02 | 16 | -116/+670 | |
| | | | | | | | | #4183 | |||||
| * | Refactor payload compiling and harvesting. | Sean Hall | 2021-03-02 | 8 | -343/+546 | |
| | | ||||||
| * | Test big payloads by RemotePayload since real files are slow. | Sean Hall | 2021-03-02 | 10 | -83/+14 | |
| | | | | | | | | | | | | The test will be moved to a Burn e2e test. #4008 | |||||
| * | Add failing tests for package description and packages sharing payloads | Sean Hall | 2021-03-02 | 7 | -5/+176 | |
| | | | | | | | | In Core projects, treat warnings as errors. | |||||
| * | Version the extension cache folders | Rob Mensching | 2021-03-02 | 1 | -7/+11 | |
| | | | | | | | | Resolves wixtoolset/issues#6184 | |||||
| * | Support the new names for AccessModifiers | Rob Mensching | 2021-03-02 | 21 | -99/+101 | |
| | | ||||||
| * | Remove references to "Output" and use "Data" instead | Rob Mensching | 2021-03-02 | 4 | -55/+55 | |
| | | ||||||
| * | Simplify BindDatabaseCommand by using WindowsInstallerBackendHelper | Rob Mensching | 2021-03-02 | 1 | -13/+10 | |
| | | ||||||
| * | Correctly set the parent SourceLineNumber for include files | Rob Mensching | 2021-03-02 | 5 | -6/+50 | |
| | | ||||||
| * | Fix handling of suppress modularization | Rob Mensching | 2021-03-01 | 8 | -55/+143 | |
| | | | | | | | | Partially fixes wixtoolset/issues#5944 | |||||
| * | 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 | 7 | -32/+74 | |
| | | ||||||
| * | Absorb Dependency.wixext into Core | Rob Mensching | 2021-02-27 | 14 | -0/+668 | |
| | | | | | | | | Partly resolves wixtoolset/issues#5949 | |||||
| * | Absorb Tag.wixext into Core as SoftwareTag element | Rob Mensching | 2021-02-27 | 22 | -11/+814 | |
| | | | | | | | | Resolves wixtoolset/issues#5949 | |||||
| * | 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 | |
| | | | | | | | | Fixes https://github.com/wixtoolset/issues/issues/6365 | |||||
| * | One shiny NuGet package, please and thank you. | Sean Hall | 2021-02-22 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | |
| | | | | | | | | Fixes #4008 | |||||
| * | Replace Win64 attribute with Bitness attribute | Rob Mensching | 2021-02-11 | 17 | -76/+228 | |
| | | | | | | | | Closes wixtoolset/#4707 | |||||
| * | 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 | |
| | |