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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-18
Track database copy for validation as temporary
Rob Mensching
2
-5
/
+17
2021-03-18
Ensure ICE cubs are copied to the output
Rob Mensching
3
-0
/
+11
2021-03-17
Use wiutil to start/end msi transactions
Nir Bar
10
-81
/
+163
2021-03-16
Make ResetAcl opt-in instead of opt-out
Rob Mensching
4
-12
/
+14
2021-03-16
Migrate ResetAcls to Core.Native from Core
Rob Mensching
2
-11
/
+3
2021-03-16
Centralize disallow inner text handling in ParseHalper
Rob Mensching
6
-45
/
+48
2021-03-16
Make ResetAcl opt-in instead of opt-out
Rob Mensching
1
-2
/
+34
2021-03-16
Include dependency on System.IO.FileSystem.AccessControl
Rob Mensching
2
-1
/
+5
2021-03-16
Add error detail to UnableToResetAcls message
Rob Mensching
1
-2
/
+2
2021-03-16
Move ResetAcls to Core.Native from Core
Rob Mensching
2
-9
/
+27
2021-03-16
Add method to disallow inner text
Rob Mensching
1
-0
/
+6
2021-03-16
Use validation now implemented in Core.Native
Rob Mensching
6
-401
/
+227
2021-03-16
Migrate PInvoke out of Core to Core.Native
Rob Mensching
42
-5086
/
+104
2021-03-16
Implement validation and fix abandoned validation mutex
Rob Mensching
8
-1
/
+537
2021-03-16
Migrate PInvoke to Core.Native out of Core
Rob Mensching
34
-644
/
+4448
2021-03-16
Modernize build system
Rob Mensching
12
-140
/
+138
2021-03-16
Add standard constructors to WixException
Rob Mensching
1
-0
/
+24
2021-03-15
Demote CollidingModularizationTypes from error to warning
Bob Arnson
1
-1
/
+1
2021-03-15
Demote CollidingModularizationTypes from error to warning
Bob Arnson
2
-5
/
+6
2021-03-14
Remove dependency on Core as Data and Extensibility is enough
Rob Mensching
1
-1
/
+2
2021-03-14
Remove use of removed IWixToolsetServiceProvider
Rob Mensching
45
-109
/
+98
2021-03-14
Use extension methods instead of a custom interface for IServiceProvider
Rob Mensching
14
-28
/
+100
2021-03-14
Remove references to Core from backends.
Sean Hall
9
-12
/
+6
2021-03-14
Minimize public surface area of Core
Rob Mensching
70
-1952
/
+871
2021-03-14
Minimize public surface area of Core
Rob Mensching
6
-16
/
+283
2021-03-14
Extract data out of Core to minimize public surface area
Rob Mensching
5
-3
/
+166
2021-03-11
Add default rollback boundary in the Burn binder instead of the compiler
Rob Mensching
4
-31
/
+35
2021-03-11
Integrate ForwardCompatible and RelatedBundle changes in Burn headers.
Sean Hall
20
-58
/
+214
2021-03-11
Handle when related bundles have an uninstall key but aren't cached.
Sean Hall
14
-34
/
+188
2021-03-11
Determine whether to ignore forward compatible bundles during Plan.
Sean Hall
12
-110
/
+200
2021-03-11
One shiny NuGet package, please and thank you.
Sean Hall
1
-1
/
+0
2021-03-09
Ensure bundle is registered and cached when modifying machine state.
Sean Hall
1
-20
/
+13
2021-03-09
Consider the bundle as eligible for cleanup if running from the cache.
Sean Hall
1
-1
/
+1
2021-03-08
Improve CollidingModularizationTypes message.
Bob Arnson
1
-1
/
+1
2021-03-08
Add failing test for authoring Provides in chain packages.
Sean Hall
2
-0
/
+53
2021-03-08
Add failing test for patch from MSI that included a file from a wixext.
Sean Hall
3
-1
/
+70
2021-03-08
Fix parsing ProviderKey for Bundle.
Sean Hall
3
-5
/
+74
2021-03-08
Fix harvesting providers from MSI packages.
Sean Hall
4
-8
/
+76
2021-03-08
Fix WixDependencyProvider in SymbolDefinitions.ByType
Sean Hall
1
-4
/
+7
2021-03-07
Correctly handle missing/null values with ~<> operator.
Bob Arnson
2
-1
/
+4
2021-03-07
Improve missing entry section error message.
Bob Arnson
2
-1
/
+98
2021-03-07
Improve missing entry section error message.
Bob Arnson
1
-0
/
+5
2021-03-05
Create unit test for WixVariable resolution issue #6376
Andrij Abyzov
6
-0
/
+105
2021-03-03
Rely on the free-threaded marshaler for IBootstrapperEngine marshalling
Sean Hall
1
-151
/
+15
2021-03-03
Complete MOVE_TO_BACKEND code migration
Rob Mensching
9
-422
/
+338
2021-03-03
Add test to verify patches without files work
Rob Mensching
4
-0
/
+74
2021-03-02
Integrate OnUnregisterBegin changes in Burn headers.
Sean Hall
18
-52
/
+66
2021-03-02
Don't recommend "/ChainingPackage" for netfx4 protocol ExePackages.
Sean Hall
2
-4
/
+3
2021-03-02
Change the hash algorithm for Burn to SHA512.
Sean Hall
2
-1
/
+5
2021-03-02
Don't require Version, ProductName, or Description for remote payloads.
Sean Hall
1
-17
/
+25
[prev]
[next]