Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle extension" to "bootstrapper extension" for more consistency | Rob Mensching | 2024-03-07 | 1 | -4/+4 |
| | | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi. | ||||
* | Initial support for virtual symbols. | Rob Mensching | 2023-12-16 | 1 | -0/+8 |
| | | | | Completes 7913 | ||||
* | Ensure to reference the before/after WixAction when scheduling an action | Rob Mensching | 2023-02-22 | 1 | -21/+2 |
| | | | | Fixes 7225 | ||||
* | Fix RegistrySymbol creation helper for non-string types | Rob Mensching | 2022-12-22 | 1 | -7/+8 |
| | | | | Fixes 7108 | ||||
* | Loc files were still using inner text, stop doing that | Rob Mensching | 2022-10-31 | 1 | -9/+6 |
| | | | | Fixes 6970 | ||||
* | Move WixVersion to new WixToolset.Versioning package in libs segment | Rob Mensching | 2022-10-04 | 1 | -0/+1 |
| | | | | | | | | | | | WixVersion is already used by the Core toolset but could also be useful for bootstrapper applications parsing bundle versions. The WixToolset.Data assembly contains a significant amount of data that bloats its size that bootstrapper applications would never need. Extracting WixVersion to its own assembly makes it much more useable. Fixes 6943 | ||||
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 1 | -6/+6 |
| | | | | The engine doesn't actually prevent external callers from setting variables that start with 'Wix'. | ||||
* | Expose and use methods to parse attributes with Burn variable names. | Sean Hall | 2022-07-21 | 1 | -1/+25 |
| | | | | Fixes 6819 | ||||
* | Support bind variables in Package and Bundle versions | Rob Mensching | 2022-07-10 | 1 | -3/+2 |
| | | | | Closes 6779 | ||||
* | Add support for semver in bundles and dependencies | Rob Mensching | 2022-05-10 | 1 | -2/+3 |
| | | | | | | | Take advantage of WixVersion/verutil functionality to support wider range of version numbers were possible in the WiX Toolset Completes 4666 | ||||
* | Add support for remote BundlePackagePayload. | Sean Hall | 2022-04-13 | 1 | -2/+2 |
| | |||||
* | Make ModuleSignature a standard table and no refs with EnsureTable | Rob Mensching | 2022-03-19 | 1 | -17/+0 |
| | | | | | | | | | | ModuleSignature was missing from the standard tables, that part is easy. The breaking change is EnsureTable no longer tries to create refs to custom tables when it doesn't recognize the table name as standard or coming from an extension. Use CustomTableRef to create custom table references. Fixes 6424 | ||||
* | Change IParseHelper to not be an IBundleValidator. | Sean Hall | 2022-03-16 | 1 | -23/+1 |
| | |||||
* | Enhance bundle backend validation. | Sean Hall | 2022-03-16 | 1 | -6/+29 |
| | |||||
* | Fix typos and whitespace. | Bob Arnson | 2021-06-28 | 1 | -1/+0 |
| | |||||
* | Move Core into wix | Rob Mensching | 2021-04-29 | 1 | -0/+863 |