aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/MsiBackend.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor dispose into finally to make debugging easier.Sean Hall2020-04-031-3/+7
|
* Make BindResult disposable to manage WixOutput disposability.Bob Arnson2020-02-131-8/+10
|
* Add the bound package's WixOutput to BindResult.Bob Arnson2020-02-061-0/+1
|
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-251-10/+12
|
* IExtensionManager.Create renamed to IExtensionManager.GetServicesRob Mensching2019-05-121-2/+2
|
* Integrate interface-only WixToolset.Extensibility changeRob Mensching2019-03-011-3/+5
|
* Re-introduce "decompile" to backendRob Mensching2018-10-241-3/+20
|
* Update to fixed "binder" names in interfacesRob Mensching2018-10-241-1/+1
|
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-241-0/+5
|
* Track files to enable clean builds in MSBuildRob Mensching2018-08-111-7/+1
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-1/+1
|
* Move tool projects to Tools repoRob Mensching2018-07-211-1/+1
|
* Update Extensiblity for update to ↵Rob Mensching2018-01-031-1/+7
| | | | IWindowsInstallerBackendExtension.PostBackendBind()
* Support wixout and extract Resolve and Layout from BinderRob Mensching2017-12-211-3/+5
|
* Support MSI backends creating custom tables and remove ↵Rob Mensching2017-12-071-2/+16
| | | | WixToolset.Data.WindowsInstaller
* Update to WiX Intermediate RepresentationRob Mensching2017-11-011-1/+1
|
* 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/+36