aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ignore Compressed attribute for payloads when authored into a containerSean Hall2021-04-254-2/+19
* 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
* 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
* Detect payload collisions.Sean Hall2021-04-2112-34/+281
* 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
* Detect duplicate CacheIdsRob Mensching2021-04-194-11/+43
* Set well-known deferred properties to String.Empty when not presentRob Mensching2021-04-192-19/+18
* Resolve container and payload DownloadUrlsRob Mensching2021-04-194-48/+138
* 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
* Introduce StandardDirectory for referencing standard directoriesRob Mensching2021-04-0642-248/+345
* Introduce "Subdirectory" which simplifies inline directory syntaxRob Mensching2021-04-0619-283/+346
* 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
* 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
* Re-resolve binary .wixlibs with defaulted embedded filesRob Mensching2021-03-252-75/+92
* Remove dependency on Dtf.WindowsInstaller from CoreRob Mensching2021-03-255-358/+257
* Remove unused parameterRob Mensching2021-03-251-2/+2
* Correctly get the authored MsiProperty names for a MsiPackageRob Mensching2021-03-251-1/+1
* Use separate intermediate folders when testing patch missing filesRob Mensching2021-03-251-10/+20
* Minor CompareFiles optimization when source/target are same pathRob Mensching2021-03-252-1/+7
* Throw WixException for internal errors and Messaging for user errorsRob Mensching2021-03-233-14/+15
* Fix dependency providers in a Bundle chainRob Mensching2021-03-237-51/+35
* Correctly set Compressed, Description, DisplayName in BootstrapperApplication...Rob Mensching2021-03-234-11/+15
* Minor code clean upRob Mensching2021-03-235-88/+33
* Allow payloads to be shared across packages in a BundleRob Mensching2021-03-238-71/+129
* Remove obsolete RegistryKey/@Action.Bob Arnson2021-03-211-21/+0
* Update tests to validate Shortcut Name/ShortName handlingRob Mensching2021-03-195-35/+91
* Default to 1 if NUMBER_OF_PROCESSORS environment variable is invalidRob Mensching2021-03-191-22/+6
* Minor code cleanupRob Mensching2021-03-193-28/+21
* Reference issues in failing tests.Sean Hall2021-03-183-5/+5
* Track database copy for validation as temporaryRob Mensching2021-03-182-5/+17
* Make ResetAcl opt-in instead of opt-outRob Mensching2021-03-164-12/+14
* Migrate ResetAcls to Core.Native from CoreRob Mensching2021-03-162-11/+3
* Centralize disallow inner text handling in ParseHalperRob Mensching2021-03-166-45/+48