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.WindowsInstaller
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Partial WixPdbs stop the backend before binding.
Bob Arnson
2020-03-17
1
-5
/
+5
*
Fix AMD64 assembly processorArchitecture.
Bob Arnson
2020-02-27
1
-1
/
+1
*
Detect MSIL for assembly name harvesting.
Bob Arnson
2020-02-27
1
-1
/
+1
*
Integrate latest change to WixToolset.Data API
Rob Mensching
2020-02-26
1
-1
/
+1
*
Fix File/@TrueType.
Bob Arnson
2020-02-24
1
-1
/
+1
*
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
4
-62
/
+45
*
Add CreateFolder tuples for null-keypath components in the backend instead of...
Bob Arnson
2020-02-07
2
-0
/
+46
*
Add the bound package's WixOutput to BindResult.
Bob Arnson
2020-02-06
1
-0
/
+1
*
Start on new patch infrastructure
Rob Mensching
2020-02-05
34
-1133
/
+4071
*
Remove WixActionRowCollection and duplicate actions.xml
Rob Mensching
2020-02-05
7
-496
/
+63
*
Load custom table definitions from extensions during binding.
Bob Arnson
2020-01-23
1
-0
/
+9
*
Fix CustomTable/@Unreal="yes" binding.
Bob Arnson
2020-01-23
1
-13
/
+13
*
Fix ServiceControl/@Wait translation.
Bob Arnson
2020-01-21
1
-1
/
+4
*
Provide Record enumerator on View that disposes fetched Records
Rob Mensching
2020-01-13
7
-388
/
+388
*
Add special handling for numeric Error ids.
Bob Arnson
2020-01-06
1
-0
/
+12
*
Correctly report files unbound from cabinets.
Bob Arnson
2019-12-11
1
-3
/
+2
*
Fix decompiling multiple AppSearches with nested searches.
Sean Hall
2019-11-26
1
-9
/
+15
*
Fix test CanDecompileNestedDirSearchUnderRegSearch.
Sean Hall
2019-11-25
1
-22
/
+44
*
Finish renaming SequenceTable.AdvertiseExecuteSequence.
Sean Hall
2019-11-25
2
-18
/
+33
*
Fix decompiling non-advertised shortcuts.
Sean Hall
2019-11-25
1
-27
/
+35
*
Always use WiX table definitions when decompiling standard tables.
Sean Hall
2019-11-25
1
-9
/
+8
*
Refactor creating the TableDefinition into a method before changing the logic
Sean Hall
2019-11-25
1
-146
/
+151
*
Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.
Sean Hall
2019-11-13
1
-1
/
+1
*
Ensure upgrade action properties are secure.
Bob Arnson
2019-11-08
1
-0
/
+4
*
Move creation of hidden properties...
Bob Arnson
2019-11-05
1
-3
/
+12
*
Update to WindowsInstallerData rename from Data
Rob Mensching
2019-10-26
17
-85
/
+85
*
Fix MsiAssembly table processing
Rob Mensching
2019-10-26
2
-2
/
+19
*
Remove explicit intermediate file provided for testing
Rob Mensching
2019-10-25
1
-6
/
+0
*
Update to WixOutput file structure to fix embedded file handling
Rob Mensching
2019-10-25
3
-44
/
+75
*
Fix custom tables, small fixes in linker and update latest Data
Rob Mensching
2019-10-23
4
-16
/
+352
*
Better support all .NETs and remove unnecessary NuGet workarounds
Rob Mensching
2019-10-20
1
-1
/
+1
*
Small tuple based fixes
Rob Mensching
2019-10-18
1
-7
/
+43
*
Several fixes
Rob Mensching
2019-10-18
1
-0
/
+4
*
Fix reserve cost
Rob Mensching
2019-10-07
1
-0
/
+4
*
Write Font table correctly
Rob Mensching
2019-10-07
1
-0
/
+8
*
Fix Feature parent
Rob Mensching
2019-10-07
1
-0
/
+1
*
Fix AppSearch related building
Rob Mensching
2019-10-07
1
-1
/
+5
*
Implement Bundle build
Rob Mensching
2019-10-07
8
-151
/
+41
*
Fix Directory.DefaultDir handling when creating MSI
Rob Mensching
2019-10-07
1
-2
/
+2
*
Fix relative action scheduling
Rob Mensching
2019-10-07
1
-127
/
+135
*
Correctly lower _SummaryInformation
Rob Mensching
2019-10-07
1
-2
/
+6
*
Shortcut ShowCmd is nullable
Rob Mensching
2019-05-23
1
-1
/
+1
*
Update to latest Core.Native
Rob Mensching
2019-05-23
1
-3
/
+1
*
Integrate latest Data changes for FileTuple and AssemblyTuple
Rob Mensching
2019-05-23
14
-126
/
+133
*
Integrate short and source name changes to Directory and Shortcut tuples
Rob Mensching
2019-05-23
2
-7
/
+38
*
Adopt "Ref" as reference convention over "_"
Rob Mensching
2019-05-23
8
-51
/
+49
*
Correctly set nullable row columns
Rob Mensching
2019-05-23
1
-1
/
+1
*
Integrate latest changes to tuple definitions
Rob Mensching
2019-05-23
21
-193
/
+235
[next]