aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching2021-04-1923-49/+48
* Fix infinite loop in ResolveDelayedFieldsCommand and add failing test.Sean Hall2021-04-141-0/+1
* Add support for RepairCondition on Exe, Msi and Msp packagesRob Mensching2021-04-121-0/+8
* Improve implicit Component/@Id generation and duplicate GUID errorsRob Mensching2021-04-121-10/+13
* Re-enable MSI usage of only a "." in Directory/@NameRob Mensching2021-04-081-1/+8
* Address code review feedbackRob Mensching2021-04-072-2/+2
* Introduce StandardDirectory for referencing standard directoriesRob Mensching2021-04-064-0/+90
* Introduce "Subdirectory" which simplifies inline directory syntaxRob Mensching2021-04-065-236/+223
* Enable codepages and languages to be set via .wxl filesRob Mensching2021-04-0215-111/+124
* Integrate the IntermediateSection and IntermediateSymbol mutable changesRob Mensching2021-04-024-44/+40
* Remove unused valuesRob Mensching2021-04-025-8/+7
* Re-resolve binary .wixlibs with defaulted embedded filesRob Mensching2021-03-251-74/+91
* Fix dependency providers in a Bundle chainRob Mensching2021-03-231-2/+2
* Correctly set Compressed, Description, DisplayName in BootstrapperApplication...Rob Mensching2021-03-231-2/+6
* Minor code clean upRob Mensching2021-03-232-55/+0
* Remove obsolete RegistryKey/@Action.Bob Arnson2021-03-211-21/+0
* 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
* Use validation now implemented in Core.NativeRob Mensching2021-03-161-4/+24
* Migrate PInvoke out of Core to Core.NativeRob Mensching2021-03-164-546/+30
* Remove use of removed IWixToolsetServiceProviderRob Mensching2021-03-1432-94/+81
* Remove references to Core from backends.Sean Hall2021-03-143-0/+129
* Minimize public surface area of CoreRob Mensching2021-03-1420-602/+406
* Add default rollback boundary in the Burn binder instead of the compilerRob Mensching2021-03-111-5/+2
* Fix parsing ProviderKey for Bundle.Sean Hall2021-03-081-3/+13
* Improve missing entry section error message.Bob Arnson2021-03-071-1/+8
* Complete MOVE_TO_BACKEND code migrationRob Mensching2021-03-033-412/+29
* Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages.Sean Hall2021-03-021-1/+1
* Don't require Version, ProductName, or Description for remote payloads.Sean Hall2021-03-021-17/+25
* Use new PackagePayload symbols for the package's payload.Sean Hall2021-03-023-107/+256
* Refactor payload compiling and harvesting.Sean Hall2021-03-023-298/+441
* Test big payloads by RemotePayload since real files are slow.Sean Hall2021-03-021-2/+2
* Version the extension cache foldersRob Mensching2021-03-021-7/+11
* Support the new names for AccessModifiersRob Mensching2021-03-0211-79/+81
* Correctly set the parent SourceLineNumber for include filesRob Mensching2021-03-021-2/+2
* Fix handling of suppress modularizationRob Mensching2021-03-012-4/+13
* TARGETDIR is the default directory root, so allow itRob Mensching2021-03-011-5/+0
* Absorb Dependency.wixext into CoreRob Mensching2021-02-277-0/+479
* Absorb Tag.wixext into Core as SoftwareTag elementRob Mensching2021-02-277-2/+355
* Don't prefix custom action references.Bob Arnson2021-02-231-2/+1
* Replace Win64 attribute with Bitness attributeRob Mensching2021-02-113-50/+82
* Ensure directory keypaths cannot be used to generate GUIDsRob Mensching2021-02-111-3/+2
* Improve duplicate-id reporting.Bob Arnson2021-02-081-0/+1
* Removes all trailing backslashes from registry paths. Fixes wixtoolset/issues...Ronald Martin2021-02-041-0/+1
* Remove Burn AuthenticodeBob Arnson2021-01-311-81/+3
* Fix copy/paste error with ParseWarningAsError.Sean Hall2021-01-272-4/+4
* Make Core interfaces public.Bob Arnson2021-01-267-7/+13
* Add DefaultCompressionLevel support.Bob Arnson2021-01-263-3/+21
* Use new logic for -sw in DecompileCommand.Sean Hall2021-01-191-10/+27