summaryrefslogtreecommitdiff
path: root/src/wix/WixToolset.Core/ExtensibilityServices/ParseHelper.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle extension" to "bootstrapper extension" for more consistencyRob Mensching2024-03-071-4/+4
| | | | Also renames WixToolet.BextUtil nupkg to WixToolset.BootstrapperExtensionApi.
* Initial support for virtual symbols.Rob Mensching2023-12-161-0/+8
| | | | Completes 7913
* Ensure to reference the before/after WixAction when scheduling an actionRob Mensching2023-02-221-21/+2
| | | | Fixes 7225
* Fix RegistrySymbol creation helper for non-string typesRob Mensching2022-12-221-7/+8
| | | | Fixes 7108
* Loc files were still using inner text, stop doing thatRob Mensching2022-10-311-9/+6
| | | | Fixes 6970
* Move WixVersion to new WixToolset.Versioning package in libs segmentRob Mensching2022-10-041-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 Hall2022-08-021-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 Hall2022-07-211-1/+25
| | | | Fixes 6819
* Support bind variables in Package and Bundle versionsRob Mensching2022-07-101-3/+2
| | | | Closes 6779
* Add support for semver in bundles and dependenciesRob Mensching2022-05-101-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 Hall2022-04-131-2/+2
|
* Make ModuleSignature a standard table and no refs with EnsureTableRob Mensching2022-03-191-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 Hall2022-03-161-23/+1
|
* Enhance bundle backend validation.Sean Hall2022-03-161-6/+29
|
* Fix typos and whitespace.Bob Arnson2021-06-281-1/+0
|
* Move Core into wixRob Mensching2021-04-291-0/+863