aboutsummaryrefslogtreecommitdiff
path: root/src/test/Example.Extension (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use TupleIdIsPrimaryKey.Sean Hall2020-04-033-6/+3
|
* Hide the concrete implementation of the service provider interfacesSean Hall2020-04-021-2/+3
| | | | | by adding WixToolsetServiceProviderFactory. This forces consumers to code to the interfaces.
* Fix bug in ParseHelper where it assumed the first column was the id column.Sean Hall2020-04-023-3/+2
|
* Order WixSearches in Core.Sean Hall2020-03-301-0/+0
|
* Add ability for extensions to create custom bundle searches.Sean Hall2020-03-305-2/+159
| | | | This required creating BundleExtensionData.xml.
* Fix bundle-build extension library extraction.Bob Arnson2020-03-271-1/+1
|
* Update Example.Extension to automatically update based on its Example.wxs.Sean Hall2020-03-203-2/+25
| | | | | Use .wixlib instead of .wir, and skip tests which are now failing. Add more bundle tests.
* Update to WindowsInstallerData rename from DataRob Mensching2019-10-261-1/+1
|
* Update to WixOutput file structure to fix embedded file handlingRob Mensching2019-10-251-0/+0
|
* Fix custom tables, small fixes in linker and update latest DataRob Mensching2019-10-231-0/+0
|
* Integrate latest changes to tuple definitionsRob Mensching2019-05-232-2/+2
|
* Update to latest Home\repo-templateRob Mensching2018-12-221-2/+1
|
* Update to fixed "binder" names in interfacesRob Mensching2018-10-241-1/+1
|
* Support passing IServiceProvider to IExtensionFactory'sRob Mensching2018-10-241-6/+16
|
* Update to command-line parsing re-organizationRob Mensching2018-10-241-4/+10
|
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-231-0/+1
|
* Move tool projects to Tools repoRob Mensching2018-07-2112-0/+339
|
* Add support for loading Intermediates from extensionsRob Mensching2017-12-067-269/+0
|
* Implement support for IExtensionCommandLine and IPreprocessorExtensionRob Mensching2017-12-023-57/+55
|
* Introduce ExampleExtension for testingRob Mensching2017-12-017-0/+271