index
:
wix
bob/DateTimeErrors
bob/DecompileMsiLockPermissionsEx
bob/DecrashUtilDecompiler
bob/DirectoryRefTargetDir
bob/EnsureTableStandardActions
bob/ExtensionDecompileAllTables
bob/FeatureTreeBrowseDlgButtonWiring
bob/FixHarvestPayloadsFields
bob/FixIEngineSetDownloadSource
bob/Fixes.240629
bob/HarvestMultipleUnnamedBindPaths
bob/HeatCremation
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/PayloadsHarvesting
bob/PreventSplashScreenForWixV3RelatedBundle
bob/ScopeMessages
bob/Tweaks250713
bob/UnnamedBindPathsInFiles
bob/UpdateRegistrationAcrossUpgrades
bob/WixBundleSourceProcess
bob/WixTestTargets
bob/WixUIOptInPathValidate_8718
bob/WixUIPrintEulaMsiPrint
bob/dutiltestloggingex
bob/wixbug8674
bob/wixbug_8585
bob/wixbug_8689
bob/wixbug_8740
main
robmen/build-cleanup
robmen/package-id-bundle-code
robmen/peruser-installfolder
robmen/xsds
wix601
A mirror of https://github.com/wixtoolset/wix.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
WixToolset.Core.Burn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 32-bit ARM support.
Bob Arnson
2020-09-19
1
-1
/
+1
*
Only target all frameworks in Release
Sean Hall
2020-08-17
1
-1
/
+2
*
WIXFEAT:4763 Change "string" variable type to literal and add "formatted".
Sean Hall
2020-08-09
2
-4
/
+34
*
WIXFEAT:6204 Use the new DpiAwareness attribute on BootstrapperApplication el...
Sean Hall
2020-07-19
1
-7
/
+52
*
Generate the bundle's application manifest in the Burn backend.
Sean Hall
2020-07-19
2
-16
/
+129
*
Update dependencies.
Sean Hall
2020-07-14
1
-1
/
+1
*
The Great Tuple to Symbol Rename (tm)
Rob Mensching
2020-06-25
25
-671
/
+671
*
Add more tuples to ignore in GenerateManifestDataFromIRCommand.
Sean Hall
2020-06-22
1
-1
/
+9
*
Add more tuples to ignore in GenerateManifestDataFromIRCommand.
Sean Hall
2020-06-19
1
-0
/
+6
*
Implement BundleCustomData. Remove Unreal from CustomTable.
Sean Hall
2020-06-19
1
-39
/
+59
*
Implement IBurnBackendHelper and TryAddTupleToDataManifest.
Sean Hall
2020-06-19
7
-153
/
+401
*
Implement simplified command and improved backend integration
Rob Mensching
2020-06-13
2
-12
/
+17
*
Redesign CustomTable tuples to support resolving binary columns
Rob Mensching
2020-06-03
1
-13
/
+14
*
Get Log/@Extension and Registration/@ProviderKey to match v3.
Sean Hall
2020-05-16
1
-2
/
+5
*
Process Unreal custom tables in CreateBootstrapperApplicationManifestCommand
Sean Hall
2020-05-16
1
-0
/
+47
*
WIXFEAT:6164 Move DisplayInternalUI into BalExtension.
Sean Hall
2020-05-16
2
-6
/
+0
*
Track files in BindBundleCommand.
Sean Hall
2020-05-10
3
-11
/
+38
*
Use WixToolset.Burn package to get rid of -burnStubPath.
Sean Hall
2020-05-10
3
-18
/
+6
*
Remove Heat files from Core.
Sean Hall
2020-05-08
1
-1
/
+1
*
Add and fix some bundle tests.
Sean Hall
2020-04-23
1
-2
/
+2
*
Add BundleFinalize to IBurnBackendExtension.
Sean Hall
2020-04-23
1
-4
/
+7
*
Implement Burn pdb.
Sean Hall
2020-04-18
4
-19
/
+40
*
Adjust to some newly nullable fields in tuples.
Sean Hall
2020-04-13
4
-5
/
+9
*
General cleanup.
Sean Hall
2020-04-12
6
-49
/
+26
*
Update CreateBootstrapperApplicationManifest to better match v3 output.
Sean Hall
2020-04-12
1
-12
/
+48
*
Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...
Sean Hall
2020-04-02
3
-3
/
+3
*
Order WixSearches in Core.
Sean Hall
2020-03-30
1
-9
/
+294
*
Add SetVariable.
Sean Hall
2020-03-30
2
-1
/
+41
*
Add ability for extensions to create custom bundle searches.
Sean Hall
2020-03-30
10
-75
/
+344
*
Add BundleExtension element.
Sean Hall
2020-03-30
3
-1
/
+19
*
Fix bundle-build extension library extraction.
Bob Arnson
2020-03-27
1
-6
/
+3
*
Partial WixPdbs stop the backend before binding.
Bob Arnson
2020-03-17
1
-1
/
+1
*
Start on new patch infrastructure
Rob Mensching
2020-02-05
2
-3
/
+2
*
Fix resolution of !(bind.ProductVersion.MsiId) bind variables
Rob Mensching
2019-11-05
1
-0
/
+5
*
Update to WixOutput file structure to fix embedded file handling
Rob Mensching
2019-10-25
2
-2
/
+2
*
Better support all .NETs and remove unnecessary NuGet workarounds
Rob Mensching
2019-10-20
1
-1
/
+1
*
Implement Bundle build
Rob Mensching
2019-10-07
32
-1959
/
+1959
*
IExtensionManager.Create renamed to IExtensionManager.GetServices
Rob Mensching
2019-05-12
1
-1
/
+1
*
Use new strongly typed tuples
Rob Mensching
2019-05-08
2
-6
/
+7
*
Integrate interface-only WixToolset.Extensibility change
Rob Mensching
2019-03-01
1
-3
/
+8
*
Re-introduce "decompile" to backend
Rob Mensching
2018-10-24
1
-2
/
+2
*
Extract interfaces for Preprocess/Compile/Link/Bind/etc
Rob Mensching
2018-10-24
2
-1
/
+6
*
Track files to enable clean builds in MSBuild
Rob Mensching
2018-08-11
2
-2
/
+2
*
Support change of FileTransfer to interface
Rob Mensching
2018-07-27
1
-1
/
+1
*
Integrate Extensibility.Data namespace change from Extensibility repo
Rob Mensching
2018-07-23
5
-6
/
+13
*
Improve debuggability
Rob Mensching
2018-07-12
1
-0
/
+3
*
Target NuGet NoWarn to specific PackageReference
Rob Mensching
2018-07-12
1
-6
/
+2
*
Update development dependencies
Rob Mensching
2018-07-12
1
-1
/
+1
*
Fix resolution of localizations that are embedded in intermediates
Rob Mensching
2017-12-30
1
-1
/
+1
*
Integrate namespace change in WixToolset.Data
Rob Mensching
2017-12-30
13
-14
/
+0
[next]