aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Burn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Assign authored payloads to authored containers during linking.Sean Hall2021-04-251-21/+0
* Add multiple attached containers error and empty container warning.Sean Hall2021-04-254-6/+38
* Detect payload collisions.Sean Hall2021-04-216-17/+206
* Undo RepairCondition until a more complete design is doneRob Mensching2021-04-201-13/+0
* Improve CacheId collision error messages.Sean Hall2021-04-192-6/+6
* Prefer IReadOnlyCollection<> or IReadOnlyList<> over IEnumerable<>Rob Mensching2021-04-192-3/+3
* Detect duplicate CacheIdsRob Mensching2021-04-192-7/+36
* Set well-known deferred properties to String.Empty when not presentRob Mensching2021-04-191-18/+17
* Resolve container and payload DownloadUrlsRob Mensching2021-04-193-47/+137
* Add support for RepairCondition on Exe, Msi and Msp packagesRob Mensching2021-04-121-0/+13
* Create backend specific error and warning locationsRob Mensching2021-04-112-0/+48
* Enable codepages and languages to be set via .wxl filesRob Mensching2021-04-021-1/+0
* Integrate the IntermediateSection and IntermediateSymbol mutable changesRob Mensching2021-04-021-1/+1
* Fix regression where PayloadRefs for harvested payloads weren't createdSean Hall2021-03-311-0/+1
* Rename cache types in the Burn manifests to remove, keep, force.Sean Hall2021-03-302-6/+6
* Remove dependency on Dtf.WindowsInstaller from CoreRob Mensching2021-03-254-357/+257
* Remove unused parameterRob Mensching2021-03-251-2/+2
* Correctly get the authored MsiProperty names for a MsiPackageRob Mensching2021-03-251-1/+1
* Throw WixException for internal errors and Messaging for user errorsRob Mensching2021-03-231-2/+2
* Fix dependency providers in a Bundle chainRob Mensching2021-03-234-45/+29
* Correctly set Compressed, Description, DisplayName in BootstrapperApplication...Rob Mensching2021-03-231-1/+1
* Minor code clean upRob Mensching2021-03-233-33/+33
* Allow payloads to be shared across packages in a BundleRob Mensching2021-03-236-65/+123
* Migrate PInvoke out of Core to Core.NativeRob Mensching2021-03-166-59/+47
* Remove use of removed IWixToolsetServiceProviderRob Mensching2021-03-144-4/+4
* Remove references to Core from backends.Sean Hall2021-03-142-5/+2
* Minimize public surface area of CoreRob Mensching2021-03-147-50/+53
* Add default rollback boundary in the Burn binder instead of the compilerRob Mensching2021-03-112-25/+32
* Fix harvesting providers from MSI packages.Sean Hall2021-03-081-6/+8
* Change the hash algorithm for Burn to SHA512.Sean Hall2021-03-021-1/+1
* Use new PackagePayload symbols for the package's payload.Sean Hall2021-03-024-4/+123
* Refactor payload compiling and harvesting.Sean Hall2021-03-025-45/+105
* Add failing tests for package description and packages sharing payloadsSean Hall2021-03-021-5/+4
* Support the new names for AccessModifiersRob Mensching2021-03-024-7/+7
* Absorb Tag.wixext into Core as SoftwareTag elementRob Mensching2021-02-274-7/+155
* Integrate the latest Extensibility changesRob Mensching2021-02-275-20/+25
* Implement IBackendHelper passthru in Burn and WindowsInstaller helpersRob Mensching2021-02-272-1/+32
* Fix file size overflow error in ProcessPayloadsCommand.Alex Kubiesa2021-02-151-1/+1
* SlipstreamMsp belongs under the MsiPackage, not the MspPackage.Sean Hall2021-02-101-1/+1
* Remove Burn AuthenticodeBob Arnson2021-01-317-302/+2
* Add DefaultCompressionLevel support.Bob Arnson2021-01-261-1/+1
* Add warning for non-x86 bundles.Sean Hall2021-01-191-0/+5
* Fix x64 Burn stub app manifest (test to come)Bob Arnson2021-01-032-1/+2
* Add CanExtractBundleWithDetachedContainer test.Nir Bar2020-12-211-1/+2
* Enable XML doc.Sean Hall2020-12-186-10/+26
* Canonicalize Payload/@Name.Sean Hall2020-12-161-5/+1
* WIXBUG:6299 - Fix OverflowException in ReadUInt32.Sean Hall2020-12-142-5/+8
* WIXFEAT:6209 - Move BA entry point to its own element.Sean Hall2020-12-084-14/+15
* MSI transaction cleanup.Sean Hall2020-12-021-15/+21
* Update GitVersioning.Sean Hall2020-11-021-1/+1