aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Unbind/UnbindDatabaseCommand.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve compiler performance by removing regex and other string fixesRob Mensching2020-07-081-5/+6
* Fix changes to TableDefinition.Sean Hall2020-04-131-1/+1
* Move table definitions from Core to Data.Sean Hall2020-04-121-1/+1
* Provide Record enumerator on View that disposes fetched RecordsRob Mensching2020-01-131-171/+154
* 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
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-261-4/+4
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-231-1/+1
* Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-231-0/+3
* Use new strongly typed tuplesRob Mensching2019-05-081-3/+1
* Return object fields exported from unbinding in the decompile results.Bob Arnson2018-12-051-0/+9
* Minor code clean up to match .editorconfigRob Mensching2018-10-241-229/+231
* Integrate latest Data and Extensibility changes and build light.exeRob Mensching2017-12-271-3/+3
* Integrate simplified message handlingRob Mensching2017-12-191-4/+5
* Support MSI backends creating custom tables and remove WixToolset.Data.Window...Rob Mensching2017-12-071-18/+13
* Additional IR updatesRob Mensching2017-11-111-1/+1
* Update to WiX Intermediate RepresentationRob Mensching2017-11-011-2/+2
* Massive refactoring to introduce the concept of IBackendRob Mensching2017-10-141-0/+791