aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Burn (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Strong-name sign WiX assemblies.Bob Arnson2020-10-291-1/+1
* Remove 32-bit ARM support.Bob Arnson2020-09-191-1/+1
* Only target all frameworks in ReleaseSean Hall2020-08-171-1/+2
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-092-4/+34
* WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication el...Sean Hall2020-07-191-7/+52
* Generate the bundle's application manifest in the Burn backend.Sean Hall2020-07-192-16/+129