index
:
wix
bob/EnsureTableStandardActions
bob/FeatureTreeBrowseDlgButtonWiring
bob/FixIEngineSetDownloadSource
bob/Fixes.240629
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/ScopeMessages
bob/UpdateRegistrationAcrossUpgrades
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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Correctly handle custom action default suffix.
Bob Arnson
2020-03-05
2
-9
/
+41
*
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
*
Fix AMD64 assembly processorArchitecture.
Bob Arnson
2020-02-27
1
-1
/
+1
*
Detect MSIL for assembly name harvesting.
Bob Arnson
2020-02-27
2
-2
/
+2
*
Integrate latest change to WixToolset.Data API
Rob Mensching
2020-02-26
1
-1
/
+1
*
Fix File/@TrueType.
Bob Arnson
2020-02-24
3
-4
/
+4
*
Early detection of duplicate table definitions from extensions.
Bob Arnson
2020-02-21
2
-2
/
+11
*
Support reopening WixOutputs, to be able to read after creation.
Bob Arnson
2020-02-13
1
-0
/
+2
*
Make BindResult disposable to manage WixOutput disposability.
Bob Arnson
2020-02-13
6
-99
/
+120
*
Support loading WindowsInstallerData and Intermediate from WixOutput.
Bob Arnson
2020-02-10
1
-0
/
+35
*
Add CreateFolder tuples for null-keypath components in the backend instead of...
Bob Arnson
2020-02-07
9
-17
/
+126
*
Add the bound package's WixOutput to BindResult.
Bob Arnson
2020-02-06
2
-0
/
+4
*
Start on new patch infrastructure
Rob Mensching
2020-02-05
58
-1192
/
+4481
*
Remove WixActionRowCollection and duplicate actions.xml
Rob Mensching
2020-02-05
7
-496
/
+63
*
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
2
-2
/
+12
*
Fix CustomTable/@Unreal="yes" binding.
Bob Arnson
2020-01-23
3
-13
/
+56
*
Fix ServiceControl/@Wait translation.
Bob Arnson
2020-01-21
3
-4
/
+9
*
Let listeners adjust message levels; general messaging cleanup.
Bob Arnson
2020-01-17
2
-87
/
+7
*
Provide Record enumerator on View that disposes fetched Records
Rob Mensching
2020-01-13
9
-390
/
+389
*
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
3
-4
/
+15
*
Ensure Errors have ids so they can be referenced.
Bob Arnson
2020-01-06
3
-1
/
+10
*
Correctly report files unbound from cabinets.
Bob Arnson
2019-12-11
1
-3
/
+2
*
Add unit tests written during discovery of errors elsewhere because why not k...
Bob Arnson
2019-12-11
4
-3
/
+6
*
Handle cab-free Media element.
Bob Arnson
2019-12-11
1
-1
/
+1
*
Fix decompiling multiple AppSearches with nested searches.
Sean Hall
2019-11-26
3
-10
/
+35
*
Fix test CanDecompileNestedDirSearchUnderRegSearch.
Sean Hall
2019-11-25
3
-24
/
+46
*
Finish renaming SequenceTable.AdvertiseExecuteSequence.
Sean Hall
2019-11-25
4
-20
/
+35
*
Fix decompiling non-advertised shortcuts.
Sean Hall
2019-11-25
2
-28
/
+36
*
Always use WiX table definitions when decompiling standard tables.
Sean Hall
2019-11-25
2
-10
/
+9
*
Refactor creating the TableDefinition into a method before changing the logic
Sean Hall
2019-11-25
1
-146
/
+151
*
Fix EnvironmentTuple nullable fields. Add test.
Bob Arnson
2019-11-14
4
-1
/
+59
*
Add failing test for decompiling a directory search under a registry search.
Sean Hall
2019-11-14
4
-0
/
+58
*
Add failing test for decompiling the AdvtExecuteSequence table.
Sean Hall
2019-11-14
4
-0
/
+67
*
Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.
Sean Hall
2019-11-13
4
-34
/
+3
*
Update DefaultDir test for duplicate ShortName and Name.
Sean Hall
2019-11-12
2
-1
/
+3
*
Fix expected value in PopulatesMsiShortcutPropertyTable.
Sean Hall
2019-11-12
1
-2
/
+2
*
Clean up upgrade properties; support <?ifdef $()?>
Bob Arnson
2019-11-10
3
-8
/
+4
*
Ensure upgrade action properties are secure.
Bob Arnson
2019-11-08
4
-8
/
+21
*
Add failing test for getting Shortcut/@Name from wixlib.
Sean Hall
2019-11-08
3
-2
/
+33
*
Add failing test for decompiling a non-advertised shortcut with complex Target.
Sean Hall
2019-11-08
4
-0
/
+54
*
Add test for RemoveRegistryKey.
Sean Hall
2019-11-07
3
-0
/
+44
*
Update PopulatesCustomActionTable to verify scheduling of a custom action.
Sean Hall
2019-11-07
2
-5
/
+80
*
Add failing test for TrueType Font.
Sean Hall
2019-11-07
3
-1
/
+45
*
Add preprocessor variables with WiX version info.
Bob Arnson
2019-11-06
3
-2
/
+41
[prev]
[next]