Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Don't mess with CDATA whitespace. | Bob Arnson | 2019-12-11 | 2 | -3/+26 | |
| | | ||||||
| * | When fixing namespaceless elements, fix the whole tree. | Bob Arnson | 2019-11-04 | 2 | -1/+7 | |
| | | ||||||
| * | Handle CustomTable/@BootstrapperApplicationData. | Bob Arnson | 2019-11-01 | 2 | -265/+311 | |
| | | ||||||
| * | Add namespace to <Include> elements. | Bob Arnson | 2019-10-31 | 2 | -3/+34 | |
| | | ||||||
| * | Update to latest Data | Rob Mensching | 2019-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | Better support all .NETs | Rob Mensching | 2019-10-20 | 3 | -2/+7 | |
| | | ||||||
| * | Fix converter a bit more | Rob Mensching | 2019-10-20 | 1 | -3/+5 | |
| | | ||||||
| * | Create target-specific Tupleizer NuGet package. | Bob Arnson | 2019-06-26 | 1 | -1/+2 | |
| | | ||||||
| * | Fix keypath bug and overload resolution oddity. | Bob Arnson | 2019-06-25 | 2 | -9/+9 | |
| | | | | | | | | | | | | | | - Ensure a component with directory keypath is accurately reflected in `ComponentTuple.KeyPathType`. - To ensure callers don't have to reference wix.dll, have separate static methods for converting a file or a live WiX v3 `Output` object. | |||||
| * | Normalize RegLocator correctly | Rob Mensching | 2019-06-24 | 1 | -0/+7 | |
| | | ||||||
| * | Integrate latest Data changes for FileTuple and AssemblyTuple | Rob Mensching | 2019-05-23 | 2 | -63/+113 | |
| | | ||||||
| * | Integrate latest changes to tuple definitions | Rob Mensching | 2019-05-23 | 2 | -655/+1020 | |
| | | ||||||
| * | Initial code commit | Rob Mensching | 2019-05-15 | 21 | -0/+2930 | |
| | | ||||||
| * | Add root configuration files | Rob Mensching | 2019-05-15 | 2 | -0/+76 | |
| | ||||||
* | Merge Core | Rob Mensching | 2021-05-11 | 610 | -0/+80886 | |
|\ | ||||||
| * | Move Core into wix | Rob Mensching | 2021-04-29 | 607 | -0/+388 | |
| | | ||||||
| * | Allow DownloadUrl on embedded payloads. | Sean Hall | 2021-04-25 | 8 | -58/+110 | |
| | | | | | | | | #5253 | |||||
| * | Include LayoutOnly payloads in BootstrapperApplicationData.xml. | Sean Hall | 2021-04-25 | 4 | -23/+91 | |
| | | | | | | | | #6399 | |||||
| * | Ignore Compressed attribute for payloads when authored into a container | Sean Hall | 2021-04-25 | 4 | -2/+19 | |
| | | | | | | | | #6406 | |||||
| * | Block well known bundle ids in the compiler. | Sean Hall | 2021-04-25 | 3 | -15/+38 | |
| | | ||||||
| * | Perform more bundle validation during linking. | Sean Hall | 2021-04-25 | 24 | -115/+492 | |
| | | | | | | | | #5273, #6291, #6398 | |||||
| * | Assign authored payloads to authored containers during linking. | Sean Hall | 2021-04-25 | 4 | -60/+120 | |
| | | ||||||
| * | Add multiple attached containers error and empty container warning. | Sean Hall | 2021-04-25 | 5 | -8/+41 | |
| | | | | | | | | #6144 | |||||
| * | Detect payload collisions. | Sean Hall | 2021-04-21 | 12 | -34/+281 | |
| | | | | | | | | #4574 | |||||
| * | Undo RepairCondition until a more complete design is done | Rob Mensching | 2021-04-20 | 2 | -21/+0 | |
| | | ||||||
| * | Improve CacheId collision error messages. | Sean Hall | 2021-04-19 | 2 | -6/+6 | |
| | | ||||||
| * | Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<> | Rob Mensching | 2021-04-19 | 30 | -58/+58 | |
| | | | | | | | | Closes wixtoolset/issues#6422 | |||||
| * | Detect duplicate CacheIds | Rob Mensching | 2021-04-19 | 4 | -11/+43 | |
| | | | | | | | | Fixes wixtoolset/issues#4628 | |||||
| * | Set well-known deferred properties to String.Empty when not present | Rob Mensching | 2021-04-19 | 2 | -19/+18 | |
| | | | | | | | | Fixes wixtoolset/issues#6431 | |||||
| * | Resolve container and payload DownloadUrls | Rob Mensching | 2021-04-19 | 4 | -48/+138 | |
| | | | | | | | | Fixes wixtoolset/issues#6405 | |||||
| * | Fix infinite loop in ResolveDelayedFieldsCommand and add failing test. | Sean Hall | 2021-04-14 | 3 | -0/+37 | |
| | | ||||||
| * | Fix decompilation of directories as children TARGETDIR. | Bob Arnson | 2021-04-12 | 6 | -20/+61 | |
| | | ||||||
| * | Add support for RepairCondition on Exe, Msi and Msp packages | Rob Mensching | 2021-04-12 | 2 | -0/+21 | |
| | | ||||||
| * | Improve implicit Component/@Id generation and duplicate GUID errors | Rob Mensching | 2021-04-12 | 7 | -261/+336 | |
| | | ||||||
| * | Create backend specific error and warning locations | Rob Mensching | 2021-04-11 | 4 | -0/+96 | |
| | | ||||||
| * | Auto-generate ProductCode for ProductWithComponentGroupRef if undefined | Sean Hall | 2021-04-11 | 2 | -1/+5 | |
| | | ||||||
| * | Re-enable MSI usage of only a "." in Directory/@Name | Rob Mensching | 2021-04-08 | 3 | -1/+68 | |
| | | ||||||
| * | Address code review feedback | Rob Mensching | 2021-04-07 | 3 | -4/+4 | |
| | | ||||||
| * | Discards source directory name when identical to target name | Rob Mensching | 2021-04-06 | 3 | -1/+59 | |
| | | | | | | | | Fixes wixtoolset/issues#6418 | |||||
| * | Introduce StandardDirectory for referencing standard directories | Rob Mensching | 2021-04-06 | 42 | -248/+345 | |
| | | | | | | | | Completes wixtoolset/issues#6416 | |||||
| * | Introduce "Subdirectory" which simplifies inline directory syntax | Rob Mensching | 2021-04-06 | 19 | -283/+346 | |
| | | | | | | | | Completes wixtoolset/issues#4727 | |||||
| * | Standardize on .NET Core v3.1 | Rob Mensching | 2021-04-02 | 4 | -4/+4 | |
| | | ||||||
| * | Enable codepages and languages to be set via .wxl files | Rob Mensching | 2021-04-02 | 38 | -235/+619 | |
| | | | | | | | | Fixes wixtoolset/issues#5801 | |||||
| * | Integrate the IntermediateSection and IntermediateSymbol mutable changes | Rob Mensching | 2021-04-02 | 8 | -93/+69 | |
| | | ||||||
| * | Remove unused values | Rob Mensching | 2021-04-02 | 5 | -8/+7 | |
| | | ||||||
| * | Fix regression where PayloadRefs for harvested payloads weren't created | Sean Hall | 2021-03-31 | 2 | -0/+74 | |
| | | ||||||
| * | Add failing test for DownloadUrl placeholder replacement. | Sean Hall | 2021-03-30 | 2 | -0/+91 | |
| | | ||||||
| * | Rename cache types in the Burn manifests to remove, keep, force. | Sean Hall | 2021-03-30 | 4 | -12/+12 | |
| | | | | | | | | Contributes to #5125 | |||||
| * | Re-resolve binary .wixlibs with defaulted embedded files | Rob Mensching | 2021-03-25 | 2 | -75/+92 | |
| | | | | | | | | Fixes wixtoolset/issues#6376 | |||||
| * | Remove dependency on Dtf.WindowsInstaller from Core | Rob Mensching | 2021-03-25 | 5 | -358/+257 | |
| | |