aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix compression of files without file hashesRob Mensching2017-12-121-11/+7
|
* Fix handling of MediaTemplate/@CompressionLevelRob Mensching2017-12-071-12/+28
|
* Support MSI backends creating custom tables and remove ↵Rob Mensching2017-12-0730-126/+3191
| | | | WixToolset.Data.WindowsInstaller
* Fix cab creation using explicit Media elementRob Mensching2017-12-061-4/+4
|
* Fix source path and cabinet processingRob Mensching2017-11-299-93/+131
|
* Introduce IExtensionFactory as mechanism to create extensionsRob Mensching2017-11-112-1/+23
|
* Additional IR updatesRob Mensching2017-11-1127-956/+1830
|
* Update to WiX Intermediate RepresentationRob Mensching2017-11-0124-62/+10429
|
* Introduce WixToolsetServiceProviderRob Mensching2017-10-188-0/+19
| | | | | | 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-1447-0/+14451