aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Track files in BindBundleCommand.Sean Hall2020-05-101-1/+3
|
* Add `IBindContext.SuppressLayout` to suppress cab generation.Bob Arnson2020-05-081-11/+10
| | | | And some cleanup.
* Merge and move default tuple logic from CreateOutputFromIRCommand to ↵Sean Hall2020-04-121-1/+4
| | | | WindowsInstallerBackendHelper.
* Remove partial WixPdb support.Bob Arnson2020-04-111-232/+219
| | | | Not as useful as intended and I'd rather remove it than potentially have to support something as weird as this.
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose ↵Sean Hall2020-04-021-1/+1
| | | | the more convenient methods from WixToolsetServiceProvider without requiring casting or extension methods.
* 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
|
* Integrate latest change to WixToolset.Data APIRob Mensching2020-02-261-1/+1
|
* Early detection of duplicate table definitions from extensions.Bob Arnson2020-02-211-1/+1
|
* 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-131-40/+15
|
* Add CreateFolder tuples for null-keypath components in the backend instead ↵Bob Arnson2020-02-071-0/+6
| | | | of the compiler.
* Start on new patch infrastructureRob Mensching2020-02-051-233/+257
|
* Load custom table definitions from extensions during binding.Bob Arnson2020-01-231-0/+9
|
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-261-5/+5
|
* 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