aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit intermediate file provided for testingRob Mensching2019-10-251-6/+0
| | | | | We have a real WixOutput now that officially provides all the necessary information, so use that instead.
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-251-15/+51
|
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-231-14/+20
|
* Implement Bundle buildRob Mensching2019-10-071-2/+6
|
* Integrate latest Data changes for FileTuple and AssemblyTupleRob Mensching2019-05-231-1/+1
|
* Integrate latest changes to tuple definitionsRob Mensching2019-05-231-4/+3
|
* Integrate interface-only WixToolset.Extensibility changeRob Mensching2019-03-011-1/+5
|
* Update to fixed "binder" names in interfacesRob Mensching2018-10-241-2/+2
|
* Track files to enable clean builds in MSBuildRob Mensching2018-08-111-13/+39
|
* Add CreateGuid() to IBackendHelper to make Uuid helper internalRob Mensching2018-08-011-1/+1
|
* Support change of FileTransfer to interfaceRob Mensching2018-07-271-11/+12
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-3/+3
|
* Update Extensiblity for update to ↵Rob Mensching2018-01-031-11/+3
| | | | IWindowsInstallerBackendExtension.PostBackendBind()
* Correctly join command line arguments and other small clean up and optimizationsRob Mensching2017-12-271-45/+38
|
* Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching2017-12-221-2/+2
|
* Support wixout and extract Resolve and Layout from BinderRob Mensching2017-12-211-92/+6
|
* Integrate simplified message handlingRob Mensching2017-12-191-22/+27
|
* Support MSI backends creating custom tables and remove ↵Rob Mensching2017-12-071-11/+7
| | | | WixToolset.Data.WindowsInstaller
* Fix source path and cabinet processingRob Mensching2017-11-291-3/+4
|
* Additional IR updatesRob Mensching2017-11-111-515/+224
|
* Update to WiX Intermediate RepresentationRob Mensching2017-11-011-3/+8
|
* Introduce WixToolsetServiceProviderRob Mensching2017-10-181-0/+1
| | | | | | Using a service provider allows all of WixToolset.Core's internal functionality to be abstracted behind interfaces in WixToolset.Extensibility. The service provide can also control what interfaces are singletons.
* Massive refactoring to introduce the concept of IBackendRob Mensching2017-10-141-0/+1282