aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendFactory.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-241-1/+1
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-0/+1
|
* Support wixout and extract Resolve and Layout from BinderRob Mensching2017-12-211-1/+0
|
* 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/+50