summaryrefslogtreecommitdiff
path: root/src/wix/test/Example.Extension/ExampleExtensionFactory.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce a new phase in the build pipeline.Bob Arnson2023-10-281-0/+4
| | | | | | | | | | | A useful point in the build pipeline is after all the files in the project have been compiled but before they've been linked. The WiX core and extensions can operate on symbols across the project but without operating at the source-code level. This phase is currently named "optimize," after a moderately-similar phase in other compiler architectures. The name is, for now, a stake in the ground and a better alternate is welcome.
* Implement IWindowsInstallerDecompileExtensionsRob Mensching2022-03-301-0/+4
| | | | | | | Update Util extension to validate extension model and fix some small issues in MSI decompiling. Fixes 6367
* Move Core into wixRob Mensching2021-04-291-0/+54