aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optionally use IDecompileContext.CabinetExtractFolder to extract cabs.Bob Arnson2018-12-071-1/+1
|
* Let caller specify directory for files extracted by ExtractCabinetsCommand.Bob Arnson2018-12-072-9/+9
|
* Return object fields exported from unbinding in the decompile results.Bob Arnson2018-12-052-1/+13
|
* Extract files when using `IDecompileContext.TreatProductAsModule`.Bob Arnson2018-12-052-3/+6
|
* Explicitly mark bitness of entities that support 64-bit attribute.Bob Arnson2018-11-191-0/+13
| | | | This ensures that you can build a 64-bit package with 32-bit entities and not lose the "forced" 32-bit-ness in the decompiled output.
* Update to DecompileResult move to XDocumentRob Mensching2018-11-031-5/+1
| | | | Fixes wixtoolset/issues#5896
* Re-introduce "decompile" to backendRob Mensching2018-10-247-2849/+2787
|
* Update to fixed "binder" names in interfacesRob Mensching2018-10-246-9/+9
|
* Minor code clean up to match .editorconfigRob Mensching2018-10-244-243/+254
|
* Minor code cleanup/reorganizationRob Mensching2018-10-241-1/+1
|
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-246-2/+22
|
* Track files to enable clean builds in MSBuildRob Mensching2018-08-119-62/+125
|
* Add CreateGuid() to IBackendHelper to make Uuid helper internalRob Mensching2018-08-012-4/+7
|
* Remove WixFileNotFoundException, report checked paths and improve bind path ↵Rob Mensching2018-07-271-2/+2
| | | | command-line parsing
* Support change of FileTransfer to interfaceRob Mensching2018-07-273-39/+40
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-2313-26/+31
|
* Move tool projects to Tools repoRob Mensching2018-07-211-1/+1
|
* Move idts to to sub-folder of intermediate folderRob Mensching2018-07-191-16/+13
|
* Fix Component GUID generationRob Mensching2018-07-131-1/+1
|
* Improve debuggabilityRob Mensching2018-07-121-0/+3
|
* Target NuGet NoWarn to specific PackageReferenceRob Mensching2018-07-121-5/+1
|
* Update development dependenciesRob Mensching2018-07-121-1/+1
|
* Update Extensiblity for update to ↵Rob Mensching2018-01-033-13/+17
| | | | IWindowsInstallerBackendExtension.PostBackendBind()
* Integrate namespace change in WixToolset.DataRob Mensching2017-12-302-2/+0
|
* Clean up project files and update to latest GitVersioningRob Mensching2017-12-291-11/+1
|
* Correctly join command line arguments and other small clean up and optimizationsRob Mensching2017-12-273-55/+43
|
* Integrate latest Data and Extensibility changes and build light.exeRob Mensching2017-12-276-11/+11
|
* Reintroduce binder extensions and light.exe for binding .wixoutsRob Mensching2017-12-222-4/+4
|
* Support wixout and extract Resolve and Layout from BinderRob Mensching2017-12-2115-114/+164
|
* Integrate simplified message handlingRob Mensching2017-12-1932-271/+603
|
* 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