aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller (follow)
Commit message (Expand)AuthorAgeFilesLines
* Integrate change to TryParseCommand and other code cleanupRob Mensching2020-06-082-16/+13
* Fix typo in class nameRob Mensching2020-06-082-3/+3
* Minor code cleanupRob Mensching2020-06-043-28/+27
* Drive merge process from tuples not rows and fix merge table suppressionRob Mensching2020-06-043-98/+119
* Redesign CustomTable tuples to support resolving binary columnsRob Mensching2020-06-033-362/+349
* Basic patching supportRob Mensching2020-05-3016-979/+757
* Support instance transformsRob Mensching2020-05-232-241/+262
* Minor code cleanupRob Mensching2020-05-232-5/+1
* Support merging merge modulesRob Mensching2020-05-226-511/+15
* Minor code cleanupRob Mensching2020-05-224-79/+50
* Fix naming of file in a merge module's cabinetRob Mensching2020-05-226-21/+29
* Add missing ARM64 cases & random fixes.Bob Arnson2020-05-171-1/+1
* Update CabinetBuilder to send exception to UnexpectedException.Sean Hall2020-05-131-1/+1
* Track files in BindBundleCommand.Sean Hall2020-05-101-1/+3
* Add `IBindContext.SuppressLayout` to suppress cab generation.Bob Arnson2020-05-081-11/+10
* Remove Heat files from Core.Sean Hall2020-05-081-1/+1
* Test ability for an extension to have a custom strongly typed row during bind...Sean Hall2020-04-182-2/+2
* Fix changes to TableDefinition.Sean Hall2020-04-132-2/+2
* Fix typo in SummaryInformationType.Sean Hall2020-04-132-48/+48
* Add warning when CreateOutputFromIRCommand doesn't know how to handle a tuple.Sean Hall2020-04-121-8/+16
* Merge and move default tuple logic from CreateOutputFromIRCommand to WindowsI...Sean Hall2020-04-122-52/+15
* General cleanup.Sean Hall2020-04-127-64/+59
* Move table definitions from Core to Data.Sean Hall2020-04-1211-2019/+6
* Sync tables.xml with tuple definitions.Sean Hall2020-04-122-70/+62
* Remove partial WixPdb support.Bob Arnson2020-04-111-232/+219
* Fix bugs when compiling UI.wixextSean Hall2020-04-071-1/+1
* Add test around ActionText and fix the table definition to get it passing.Sean Hall2020-04-051-1/+1
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-031-22/+2
* Refactor dispose into finally to make debugging easier.Sean Hall2020-04-031-3/+7
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...Sean Hall2020-04-025-10/+18
* Add intermediate levels to track how IR has been lowered.Bob Arnson2020-03-261-7/+18
* Partial WixPdbs stop the backend before binding.Bob Arnson2020-03-171-5/+5
* Fix AMD64 assembly processorArchitecture.Bob Arnson2020-02-271-1/+1
* Detect MSIL for assembly name harvesting.Bob Arnson2020-02-271-1/+1
* Integrate latest change to WixToolset.Data APIRob Mensching2020-02-261-1/+1
* Fix File/@TrueType.Bob Arnson2020-02-241-1/+1
* Early detection of duplicate table definitions from extensions.Bob Arnson2020-02-212-2/+11
* Support reopening WixOutputs, to be able to read after creation.Bob Arnson2020-02-131-0/+2
* Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-134-62/+45
* Add CreateFolder tuples for null-keypath components in the backend instead of...Bob Arnson2020-02-072-0/+46
* Add the bound package's WixOutput to BindResult.Bob Arnson2020-02-061-0/+1
* Start on new patch infrastructureRob Mensching2020-02-0534-1133/+4071
* Remove WixActionRowCollection and duplicate actions.xmlRob Mensching2020-02-057-496/+63
* Load custom table definitions from extensions during binding.Bob Arnson2020-01-231-0/+9
* Fix CustomTable/@Unreal="yes" binding.Bob Arnson2020-01-231-13/+13
* Fix ServiceControl/@Wait translation.Bob Arnson2020-01-211-1/+4
* Provide Record enumerator on View that disposes fetched RecordsRob Mensching2020-01-137-388/+388
* Add special handling for numeric Error ids.Bob Arnson2020-01-061-0/+12
* Correctly report files unbound from cabinets.Bob Arnson2019-12-111-3/+2
* Fix decompiling multiple AppSearches with nested searches.Sean Hall2019-11-261-9/+15