index
:
wix
bob/EnsureTableStandardActions
bob/FeatureTreeBrowseDlgButtonWiring
bob/FixIEngineSetDownloadSource
bob/Fixes.240629
bob/HarvestMultipleUnnamedBindPaths
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/PreventSplashScreenForWixV3RelatedBundle
bob/ScopeMessages
bob/UpdateRegistrationAcrossUpgrades
bob/WixBundleSourceProcess
bob/WixUIOptInPathValidate_8718
bob/WixUIPrintEulaMsiPrint
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
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partial WixPdbs stop the backend before binding.
Bob Arnson
2020-03-17
3
-3
/
+35
*
Clean up unused IVariableResolver functionality.
Bob Arnson
2020-03-13
4
-14
/
+36
*
Avoid infinite loops when resolving variables.
Bob Arnson
2020-03-12
1
-1
/
+1
*
Fix https://github.com/wixtoolset/issues/issues/5860 recursive loc strings.
Bob Arnson
2020-03-11
1
-2
/
+4
*
Correctly handle custom action default suffix.
Bob Arnson
2020-03-05
1
-9
/
+5
*
Default custom action platform to x86.
Bob Arnson
2020-03-05
1
-8
/
+4
*
Use TableDefinition.TupleDefinitionName find matching tuple.
Bob Arnson
2020-03-04
1
-1
/
+1
*
Fix custom action prefix.
Bob Arnson
2020-03-03
1
-4
/
+4
*
Add CreateCustomActionReference method from IParseHelper
Bob Arnson
2020-03-03
2
-40
/
+2
*
Add CreateCustomActionReference method
Bob Arnson
2020-03-03
2
-0
/
+79
*
Detect MSIL for assembly name harvesting.
Bob Arnson
2020-02-27
1
-1
/
+1
*
Make BindResult disposable to manage WixOutput disposability.
Bob Arnson
2020-02-13
2
-37
/
+75
*
Add CreateFolder tuples for null-keypath components in the backend instead of...
Bob Arnson
2020-02-07
1
-17
/
+0
*
Add the bound package's WixOutput to BindResult.
Bob Arnson
2020-02-06
1
-0
/
+3
*
Start on new patch infrastructure
Rob Mensching
2020-02-05
7
-27
/
+174
*
Clean up variable resolution during Resolve.
Bob Arnson
2020-01-29
3
-22
/
+17
*
Load custom table definitions from extensions during binding.
Bob Arnson
2020-01-23
1
-2
/
+3
*
Let listeners adjust message levels; general messaging cleanup.
Bob Arnson
2020-01-17
1
-86
/
+3
*
Provide Record enumerator on View that disposes fetched Records
Rob Mensching
2020-01-13
1
-1
/
+1
*
Binary Data is now a path value
Rob Mensching
2020-01-12
1
-1
/
+1
*
Add special handling for numeric Error ids.
Bob Arnson
2020-01-06
1
-1
/
+0
*
Ensure Errors have ids so they can be referenced.
Bob Arnson
2020-01-06
1
-1
/
+1
*
Handle cab-free Media element.
Bob Arnson
2019-12-11
1
-1
/
+1
*
Fix EnvironmentTuple nullable fields. Add test.
Bob Arnson
2019-11-14
1
-1
/
+1
*
Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.
Sean Hall
2019-11-13
1
-1
/
+0
*
Clean up upgrade properties; support <?ifdef $()?>
Bob Arnson
2019-11-10
2
-8
/
+2
*
Ensure upgrade action properties are secure.
Bob Arnson
2019-11-08
1
-3
/
+0
*
Add preprocessor variables with WiX version info.
Bob Arnson
2019-11-06
1
-0
/
+6
*
Fix resolution of !(bind.ProductVersion.MsiId) bind variables
Rob Mensching
2019-11-05
1
-4
/
+3
*
Move creation of hidden properties...
Bob Arnson
2019-11-05
1
-9
/
+1
*
Tolerate missing RegistryValue/@Value when @Type="binary".
Bob Arnson
2019-11-04
1
-2
/
+2
*
Fix error checking on CustomAction/@Error.
Bob Arnson
2019-11-01
1
-2
/
+2
*
Fix AppId tuple
Rob Mensching
2019-10-28
1
-3
/
+2
*
Fix off by two error. Or was it off by one?
Bob Arnson
2019-10-28
2
-2
/
+2
*
Update to WindowsInstallerData rename from Data
Rob Mensching
2019-10-26
1
-2
/
+2
*
Update to WixOutput file structure to fix embedded file handling
Rob Mensching
2019-10-25
7
-76
/
+60
*
Don't crash on empty (but valid) source paths.
Bob Arnson
2019-10-24
1
-1
/
+1
*
Undo CreateTuple change and add ErrorTuple test.
Bob Arnson
2019-10-23
1
-0
/
+12
*
Fix custom tables, small fixes in linker and update latest Data
Rob Mensching
2019-10-23
6
-458
/
+73
*
Remove old field zero primary key bad magic code.
Bob Arnson
2019-10-22
1
-12
/
+0
*
Better support all .NETs and remove unnecessary NuGet workarounds
Rob Mensching
2019-10-20
1
-3
/
+3
*
Small tuple based fixes
Rob Mensching
2019-10-18
2
-28
/
+11
*
Several fixes
Rob Mensching
2019-10-18
1
-2
/
+3
*
Fix lock permissions
Rob Mensching
2019-10-14
1
-3
/
+2
*
Fix detect only upgrade logic
Rob Mensching
2019-10-07
1
-1
/
+0
*
Fix Upgrade IncludeMinimum attribute
Rob Mensching
2019-10-07
1
-1
/
+1
*
Fix Feature parent
Rob Mensching
2019-10-07
2
-242
/
+203
*
Fix AppSearch related building
Rob Mensching
2019-10-07
1
-2
/
+5
*
Implement Bundle build
Rob Mensching
2019-10-07
13
-121
/
+237
*
Fix bundle BA container id
Rob Mensching
2019-10-07
1
-2
/
+2
[next]