aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Burn (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update dependencies.Sean Hall2020-07-141-1/+1
* The Great Tuple to Symbol Rename (tm)Rob Mensching2020-06-2525-671/+671
* Add more tuples to ignore in GenerateManifestDataFromIRCommand.Sean Hall2020-06-221-1/+9
* Add more tuples to ignore in GenerateManifestDataFromIRCommand.Sean Hall2020-06-191-0/+6
* Implement BundleCustomData. Remove Unreal from CustomTable.Sean Hall2020-06-191-39/+59
* Implement IBurnBackendHelper and TryAddTupleToDataManifest.Sean Hall2020-06-197-153/+401
* Implement simplified command and improved backend integrationRob Mensching2020-06-132-12/+17
* Redesign CustomTable tuples to support resolving binary columnsRob Mensching2020-06-031-13/+14
* Get Log/@Extension and Registration/@ProviderKey to match v3.Sean Hall2020-05-161-2/+5
* Process Unreal custom tables in CreateBootstrapperApplicationManifestCommandSean Hall2020-05-161-0/+47
* WIXFEAT:6164 Move DisplayInternalUI into BalExtension.Sean Hall2020-05-162-6/+0
* Track files in BindBundleCommand.Sean Hall2020-05-103-11/+38
* Use WixToolset.Burn package to get rid of -burnStubPath.Sean Hall2020-05-103-18/+6
* Remove Heat files from Core.Sean Hall2020-05-081-1/+1
* Add and fix some bundle tests.Sean Hall2020-04-231-2/+2
* Add BundleFinalize to IBurnBackendExtension.Sean Hall2020-04-231-4/+7
* Implement Burn pdb.Sean Hall2020-04-184-19/+40