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
*
Migrate PInvoke out of Core to Core.Native
Rob Mensching
2021-03-16
6
-59
/
+47
*
Remove use of removed IWixToolsetServiceProvider
Rob Mensching
2021-03-14
4
-4
/
+4
*
Remove references to Core from backends.
Sean Hall
2021-03-14
2
-5
/
+2
*
Minimize public surface area of Core
Rob Mensching
2021-03-14
7
-50
/
+53
*
Add default rollback boundary in the Burn binder instead of the compiler
Rob Mensching
2021-03-11
2
-25
/
+32
*
Fix harvesting providers from MSI packages.
Sean Hall
2021-03-08
1
-6
/
+8
*
Change the hash algorithm for Burn to SHA512.
Sean Hall
2021-03-02
1
-1
/
+1
*
Use new PackagePayload symbols for the package's payload.
Sean Hall
2021-03-02
4
-4
/
+123
*
Refactor payload compiling and harvesting.
Sean Hall
2021-03-02
5
-45
/
+105
*
Add failing tests for package description and packages sharing payloads
Sean Hall
2021-03-02
1
-5
/
+4
*
Support the new names for AccessModifiers
Rob Mensching
2021-03-02
4
-7
/
+7
*
Absorb Tag.wixext into Core as SoftwareTag element
Rob Mensching
2021-02-27
4
-7
/
+155
*
Integrate the latest Extensibility changes
Rob Mensching
2021-02-27
5
-20
/
+25
*
Implement IBackendHelper passthru in Burn and WindowsInstaller helpers
Rob Mensching
2021-02-27
2
-1
/
+32
*
Fix file size overflow error in ProcessPayloadsCommand.
Alex Kubiesa
2021-02-15
1
-1
/
+1
*
SlipstreamMsp belongs under the MsiPackage, not the MspPackage.
Sean Hall
2021-02-10
1
-1
/
+1
*
Remove Burn Authenticode
Bob Arnson
2021-01-31
7
-302
/
+2
*
Add DefaultCompressionLevel support.
Bob Arnson
2021-01-26
1
-1
/
+1
*
Add warning for non-x86 bundles.
Sean Hall
2021-01-19
1
-0
/
+5
*
Fix x64 Burn stub app manifest (test to come)
Bob Arnson
2021-01-03
2
-1
/
+2
*
Add CanExtractBundleWithDetachedContainer test.
Nir Bar
2020-12-21
1
-1
/
+2
*
Enable XML doc.
Sean Hall
2020-12-18
6
-10
/
+26
*
Canonicalize Payload/@Name.
Sean Hall
2020-12-16
1
-5
/
+1
*
WIXBUG:6299 - Fix OverflowException in ReadUInt32.
Sean Hall
2020-12-14
2
-5
/
+8
*
WIXFEAT:6209 - Move BA entry point to its own element.
Sean Hall
2020-12-08
4
-14
/
+15
*
MSI transaction cleanup.
Sean Hall
2020-12-02
1
-15
/
+21
*
Update GitVersioning.
Sean Hall
2020-11-02
1
-1
/
+1
*
Strong-name sign WiX assemblies.
Bob Arnson
2020-10-29
1
-1
/
+1
*
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
[next]