aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Burn (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust to some newly nullable fields in tuples.Sean Hall2020-04-134-5/+9
* General cleanup.Sean Hall2020-04-126-49/+26
* Update CreateBootstrapperApplicationManifest to better match v3 output.Sean Hall2020-04-121-12/+48
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...Sean Hall2020-04-023-3/+3
* Order WixSearches in Core.Sean Hall2020-03-301-9/+294
* Add SetVariable.Sean Hall2020-03-302-1/+41
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-3010-75/+344
* Add BundleExtension element.Sean Hall2020-03-303-1/+19
* Fix bundle-build extension library extraction.Bob Arnson2020-03-271-6/+3
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-171-1/+1
* Start on new patch infrastructureRob Mensching2020-02-052-3/+2
* Fix resolution of !(bind.ProductVersion.MsiId) bind variablesRob Mensching2019-11-051-0/+5
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-252-2/+2
* Better support all .NETs and remove unnecessary NuGet workaroundsRob Mensching2019-10-201-1/+1
* Implement Bundle buildRob Mensching2019-10-0732-1959/+1959