Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-05-11 | Merge Dtf | Rob Mensching | 247 | -0/+52895 | |
2021-04-29 | Move Extensiblity into API/wix | Rob Mensching | 104 | -0/+0 | |
2021-04-29 | Move Data into API/wix | Rob Mensching | 294 | -0/+0 | |
2021-04-29 | Move wcautil into libs/wcautil | Rob Mensching | 29 | -0/+0 | |
2021-04-29 | Move dutil into libs/dutil | Rob Mensching | 164 | -0/+0 | |
2021-04-29 | Update to latest build infrastructure | Rob Mensching | 10 | -70/+154 | |
2021-04-29 | Clean up more 32-bit assumptions. | Sean Hall | 6 | -65/+72 | |
2021-04-29 | Clean up more 32-bit assumptions. | Sean Hall | 26 | -207/+446 | |
2021-04-25 | Enable better bundle validation. | Sean Hall | 3 | -3/+8 | |
2021-04-25 | One shiny NuGet package, please and thank you. | Sean Hall | 1 | -1/+0 | |
2021-04-22 | Move WixBuildTools into internal | Rob Mensching | 65 | -0/+0 | |
2021-04-20 | Improve documentation | Rob Mensching | 1 | -1/+18 | |
2021-04-20 | Undo RepairCondition until a more complete design is done | Rob Mensching | 3 | -24/+0 | |
2021-04-20 | Unport LocProbeForFileEx() as WiX v4 had better solution | Rob Mensching | 2 | -32/+9 | |
2021-04-19 | Fix typo. | Sean Hall | 1 | -1/+1 | |
2021-04-19 | Fix typo. | Sean Hall | 1 | -1/+1 | |
2021-04-19 | Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<> | Rob Mensching | 22 | -48/+148 | |
Part of wixtoolset/issues#6422 | |||||
2021-04-19 | Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<> | Rob Mensching | 2 | -8/+30 | |
Part of wixtoolset/issues#6422 | |||||
2021-04-14 | Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgress | Rob Mensching | 2 | -19/+2 | |
2021-04-12 | Use verutil for handling versions in WiuEnumRelatedProductCodes. | Sean Hall | 1 | -12/+24 | |
2021-04-12 | Make FileCopyUsingHandlesWithProgress more like MoveFileWithProgress | Rob Mensching | 1 | -11/+6 | |
FileCopyUsingHandlesWithProgress now returns ERROR_REQUEST_ABORTED as an HRESULT when canceled or stopping rather than return success. | |||||
2021-04-12 | Port missing WiX v3 changes | Rob Mensching | 7 | -35/+254 | |
2021-04-12 | Add support for RepairCondition on Exe, Msi and Msp packages | Rob Mensching | 3 | -0/+24 | |
2021-04-12 | Improve duplicate GUID messages | Rob Mensching | 2 | -5/+5 | |
2021-04-12 | Integrate fixes that make dutil a little more robust to failure | Rob Mensching | 6 | -14/+265 | |
2021-04-06 | Remove unused warning message | Rob Mensching | 1 | -6/+1 | |
2021-04-02 | Add resolved codepage and LCID to bind context | Rob Mensching | 3 | -8/+74 | |
Plus some XML documentation updates. Contributes to wixtoolset/issues#5801 | |||||
2021-04-02 | Standardize on .NET Core v3.1 | Rob Mensching | 1 | -1/+1 | |
2021-04-02 | Move codepage from section and to package, module, patch symbols | Rob Mensching | 10 | -185/+321 | |
Contributes to wixtoolset/issues#5801 | |||||
2021-04-02 | Make the IntermediateSection and IntermediateSymbol less mutable | Rob Mensching | 6 | -39/+105 | |
2021-03-30 | Add test for apuputil and fix descending sorting. | Sean Hall | 8 | -19/+155 | |
2021-03-25 | Add XML doc to IVariableResolution | Rob Mensching | 1 | -1/+15 | |
2021-03-23 | Consolidate ProvidesDependencySymbol into WixDependencyProviderSymbol | Rob Mensching | 3 | -93/+9 | |
Part of wixtoolset/issues#6388 | |||||
2021-03-23 | Remove invalid package reference from Payload symbol | Rob Mensching | 2 | -9/+2 | |
Part of fix for wixtoolset/issues#6370 | |||||
2021-03-21 | Clean up some obsolete deprecation warnings. | Bob Arnson | 1 | -11/+0 | |
2021-03-21 | UX is so 2012 | Bob Arnson | 1 | -1/+1 | |
2021-03-19 | Allow the BuildAndQuery output filename to be set | Rob Mensching | 1 | -4/+7 | |
2021-03-19 | Add warning for defaulting an invalid environment variable value | Rob Mensching | 1 | -0/+6 | |
2021-03-16 | Make ResetAcl opt-in instead of opt-out | Rob Mensching | 1 | -2/+34 | |
2021-03-16 | Add error detail to UnableToResetAcls message | Rob Mensching | 1 | -2/+2 | |
2021-03-16 | Add method to disallow inner text | Rob Mensching | 1 | -0/+6 | |
Part of wixtoolset/issues#6237 | |||||
2021-03-16 | Add standard constructors to WixException | Rob Mensching | 1 | -0/+24 | |
2021-03-15 | Demote CollidingModularizationTypes from error to warning | Bob Arnson | 2 | -5/+6 | |
2021-03-14 | Use extension methods instead of a custom interface for IServiceProvider | Rob Mensching | 14 | -28/+100 | |
There are several helpful methods for getting services out of an IServiceProvider. Instead of introducing a custom interface to inject those methods into the inheritance tree, this change uses extension methods to add the helper methods and reduce the number of custom interfaces. | |||||
2021-03-14 | Minimize public surface area of Core | Rob Mensching | 6 | -16/+283 | |
Part of wixtoolset/issues#6374 | |||||
2021-03-14 | Extract data out of Core to minimize public surface area | Rob Mensching | 5 | -3/+166 | |
Part of wixtoolset/issues#6374 | |||||
2021-03-08 | Improve CollidingModularizationTypes message. | Bob Arnson | 1 | -1/+1 | |
2021-03-08 | Fix WixDependencyProvider in SymbolDefinitions.ByType | Sean Hall | 1 | -4/+7 | |
and improve error message for unknown type (which should be unreachable but...). | |||||
2021-03-07 | Improve missing entry section error message. | Bob Arnson | 1 | -0/+5 | |
Fixes https://github.com/wixtoolset/issues/issues/5886 |