aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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