aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Don't mess with CDATA whitespace.Bob Arnson2019-12-112-3/+26
| |
| * When fixing namespaceless elements, fix the whole tree.Bob Arnson2019-11-042-1/+7
| |
| * Handle CustomTable/@BootstrapperApplicationData.Bob Arnson2019-11-012-265/+311
| |
| * Add namespace to <Include> elements.Bob Arnson2019-10-312-3/+34
| |
| * Update to latest DataRob Mensching2019-10-251-1/+1
| |
| * Better support all .NETsRob Mensching2019-10-203-2/+7
| |
| * Fix converter a bit moreRob Mensching2019-10-201-3/+5
| |
| * Create target-specific Tupleizer NuGet package.Bob Arnson2019-06-261-1/+2
| |
| * Fix keypath bug and overload resolution oddity.Bob Arnson2019-06-252-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 correctlyRob Mensching2019-06-241-0/+7
| |
| * Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-232-63/+113
| |
| * Integrate latest changes to tuple definitionsRob Mensching2019-05-232-655/+1020
| |
| * Initial code commitRob Mensching2019-05-1521-0/+2930
| |
| * Add root configuration filesRob Mensching2019-05-152-0/+76
|
* Merge CoreRob Mensching2021-05-11610-0/+80886
|\
| * Move Core into wixRob Mensching2021-04-29607-0/+388
| |
| * Allow DownloadUrl on embedded payloads.Sean Hall2021-04-258-58/+110
| | | | | | | | #5253
| * Include LayoutOnly payloads in BootstrapperApplicationData.xml.Sean Hall2021-04-254-23/+91
| | | | | | | | #6399
| * Ignore Compressed attribute for payloads when authored into a containerSean Hall2021-04-254-2/+19
| | | | | | | | #6406
| * Block well known bundle ids in the compiler.Sean Hall2021-04-253-15/+38
| |
| * Perform more bundle validation during linking.Sean Hall2021-04-2524-115/+492
| | | | | | | | #5273, #6291, #6398
| * Assign authored payloads to authored containers during linking.Sean Hall2021-04-254-60/+120
| |
| * Add multiple attached containers error and empty container warning.Sean Hall2021-04-255-8/+41
| | | | | | | | #6144
| * Detect payload collisions.Sean Hall2021-04-2112-34/+281
| | | | | | | | #4574
| * Undo RepairCondition until a more complete design is doneRob Mensching2021-04-202-21/+0
| |
| * Improve CacheId collision error messages.Sean Hall2021-04-192-6/+6
| |
| * Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching2021-04-1930-58/+58
| | | | | | | | Closes wixtoolset/issues#6422
| * Detect duplicate CacheIdsRob Mensching2021-04-194-11/+43
| | | | | | | | Fixes wixtoolset/issues#4628
| * Set well-known deferred properties to String.Empty when not presentRob Mensching2021-04-192-19/+18
| | | | | | | | Fixes wixtoolset/issues#6431
| * Resolve container and payload DownloadUrlsRob Mensching2021-04-194-48/+138
| | | | | | | | Fixes wixtoolset/issues#6405
| * Fix infinite loop in ResolveDelayedFieldsCommand and add failing test.Sean Hall2021-04-143-0/+37
| |
| * Fix decompilation of directories as children TARGETDIR.Bob Arnson2021-04-126-20/+61
| |
| * Add support for RepairCondition on Exe, Msi and Msp packagesRob Mensching2021-04-122-0/+21
| |
| * Improve implicit Component/@Id generation and duplicate GUID errorsRob Mensching2021-04-127-261/+336
| |
| * Create backend specific error and warning locationsRob Mensching2021-04-114-0/+96
| |
| * Auto-generate ProductCode for ProductWithComponentGroupRef if undefinedSean Hall2021-04-112-1/+5
| |
| * Re-enable MSI usage of only a "." in Directory/@NameRob Mensching2021-04-083-1/+68
| |
| * Address code review feedbackRob Mensching2021-04-073-4/+4
| |
| * Discards source directory name when identical to target nameRob Mensching2021-04-063-1/+59
| | | | | | | | Fixes wixtoolset/issues#6418
| * Introduce StandardDirectory for referencing standard directoriesRob Mensching2021-04-0642-248/+345
| | | | | | | | Completes wixtoolset/issues#6416
| * Introduce "Subdirectory" which simplifies inline directory syntaxRob Mensching2021-04-0619-283/+346
| | | | | | | | Completes wixtoolset/issues#4727
| * Standardize on .NET Core v3.1Rob Mensching2021-04-024-4/+4
| |
| * Enable codepages and languages to be set via .wxl filesRob Mensching2021-04-0238-235/+619
| | | | | | | | Fixes wixtoolset/issues#5801
| * Integrate the IntermediateSection and IntermediateSymbol mutable changesRob Mensching2021-04-028-93/+69
| |
| * Remove unused valuesRob Mensching2021-04-025-8/+7
| |
| * Fix regression where PayloadRefs for harvested payloads weren't createdSean Hall2021-03-312-0/+74
| |
| * Add failing test for DownloadUrl placeholder replacement.Sean Hall2021-03-302-0/+91
| |
| * Rename cache types in the Burn manifests to remove, keep, force.Sean Hall2021-03-304-12/+12
| | | | | | | | Contributes to #5125
| * Re-resolve binary .wixlibs with defaulted embedded filesRob Mensching2021-03-252-75/+92
| | | | | | | | Fixes wixtoolset/issues#6376
| * Remove dependency on Dtf.WindowsInstaller from CoreRob Mensching2021-03-255-358/+257
| |