aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix test CanDecompileNestedDirSearchUnderRegSearch.Sean Hall2019-11-251-22/+44
* Finish renaming SequenceTable.AdvertiseExecuteSequence.Sean Hall2019-11-252-18/+33
* Fix decompiling non-advertised shortcuts.Sean Hall2019-11-251-27/+35
* Always use WiX table definitions when decompiling standard tables.Sean Hall2019-11-251-9/+8
* Refactor creating the TableDefinition into a method before changing the logicSean Hall2019-11-251-146/+151
* Fix parsing Shortcut/@Name and detect duplicate in GetMsiFilenameValue.Sean Hall2019-11-131-1/+1
* Ensure upgrade action properties are secure.Bob Arnson2019-11-081-0/+4
* Move creation of hidden properties...Bob Arnson2019-11-051-3/+12
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-2617-85/+85
* Fix MsiAssembly table processingRob Mensching2019-10-262-2/+19
* Remove explicit intermediate file provided for testingRob Mensching2019-10-251-6/+0
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-253-44/+75
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-234-16/+352
* Better support all .NETs and remove unnecessary NuGet workaroundsRob Mensching2019-10-201-1/+1