aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/ExtensibilityServices (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix crossplat pathing and other small issues in extension cachingRob Mensching2020-06-101-2/+2
* Add "extension" commandRob Mensching2020-06-081-37/+145
* Add missing ARM64 cases & random fixes.Bob Arnson2020-05-171-0/+3
* Fix changes to TableDefinition.Sean Hall2020-04-131-1/+1
* Merge and move default tuple logic from CreateOutputFromIRCommand to WindowsI...Sean Hall2020-04-121-5/+12
* General cleanup.Sean Hall2020-04-121-64/+51
* Implement new IParseHelper methods.Sean Hall2020-04-051-13/+31
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-031-4/+2
* Hide the concrete implementation of the service provider interfacesSean Hall2020-04-021-3/+3
* Use IWixToolsetServiceProvider and IWixToolsetCoreServiceProvider to expose t...Sean Hall2020-04-024-9/+9
* Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall2020-04-021-17/+1
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-301-0/+37
* Correctly handle custom action default suffix.Bob Arnson2020-03-051-9/+5
* Default custom action platform to x86.Bob Arnson2020-03-051-8/+4
* Use TableDefinition.TupleDefinitionName find matching tuple.Bob Arnson2020-03-041-1/+1
* Fix custom action prefix.Bob Arnson2020-03-031-4/+4
* Add CreateCustomActionReference method from IParseHelperBob Arnson2020-03-032-40/+2
* Add CreateCustomActionReference methodBob Arnson2020-03-032-0/+79
* Load custom table definitions from extensions during binding.Bob Arnson2020-01-231-2/+3
* Let listeners adjust message levels; general messaging cleanup.Bob Arnson2020-01-171-86/+3
* Clean up upgrade properties; support <?ifdef $()?>Bob Arnson2019-11-101-2/+2
* Add preprocessor variables with WiX version info.Bob Arnson2019-11-061-0/+6
* Fix off by two error. Or was it off by one?Bob Arnson2019-10-281-1/+1
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-261-2/+2
* Undo CreateTuple change and add ErrorTuple test.Bob Arnson2019-10-231-0/+12
* Remove old field zero primary key bad magic code.Bob Arnson2019-10-221-12/+0
* Implement Bundle buildRob Mensching2019-10-074-16/+133
* Make uses of EnsureTable more typesafeRob Mensching2019-10-071-20/+22
* Integrate short and source name changes to Directory and Shortcut tuplesRob Mensching2019-05-231-28/+8
* Adopt "Ref" as reference convention over "_"Rob Mensching2019-05-231-2/+2
* Integrate latest changes to tuple definitionsRob Mensching2019-05-231-14/+49
* IExtensionManager.Create renamed to IExtensionManager.GetServicesRob Mensching2019-05-123-3/+3
* Implement and use IParseHelper.ScheduleActionTupleRob Mensching2019-05-091-7/+56
* Use new strongly typed tuplesRob Mensching2019-05-081-73/+62
* Integrate interface-only WixToolset.Extensibility changeRob Mensching2019-03-011-3/+3
* Load .wixlib intermediates with single creatorRob Mensching2019-01-011-2/+5
* Simplify and standardize exception handling in extension managerRob Mensching2018-12-271-45/+35
* Remove lingering uses of .resx from WixToolset.CoreRob Mensching2018-12-262-10/+10
* Support passing IServiceProvider to IExtensionFactory'sRob Mensching2018-10-241-1/+19
* Minor code cleanup/reorganizationRob Mensching2018-10-243-0/+128
* Warn on preprocessor variable redefinition only when the values are different.Bob Arnson2018-09-031-1/+1
* Track files to enable clean builds in MSBuildRob Mensching2018-08-111-4/+8
* Add CreateGuid() to IBackendHelper to make Uuid helper internalRob Mensching2018-08-011-0/+5
* Support change of FileTransfer to interfaceRob Mensching2018-07-271-0/+70
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-232-11/+17
* Implement IParseHelper.GetAttributeMsidbRegistryRootValue()Rob Mensching2017-12-291-0/+60
* Integrate latest Data and Extensibility changes and build light.exeRob Mensching2017-12-271-1/+1
* Standardize creation of public objects in move towards interfacesRob Mensching2017-12-261-1/+5
* Integrate simplified message handlingRob Mensching2017-12-194-50/+361
* Support and test preprocessor variables without "var." prefixRob Mensching2017-12-081-2/+2