diff options
| author | Rob Mensching <rob@firegiant.com> | 2025-02-12 01:59:42 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2025-02-12 12:48:44 -0800 |
| commit | f98a0e10c320784634a3c27e37932da5b0784828 (patch) | |
| tree | 2e5dab4a0db978c812e99570a184c1f6449a328d /src/api | |
| parent | bbe23165a86e71661b725bc2155a79685f7a7ea7 (diff) | |
| download | wix-f98a0e10c320784634a3c27e37932da5b0784828.tar.gz wix-f98a0e10c320784634a3c27e37932da5b0784828.tar.bz2 wix-f98a0e10c320784634a3c27e37932da5b0784828.zip | |
Backward compatible GUID generation
Plus, validation to ensure GUID generation does not drift again in the future.
Fixes 8663
Diffstat (limited to 'src/api')
| -rw-r--r-- | src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs b/src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs index 25a255c3..4c1b4d59 100644 --- a/src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs +++ b/src/api/wix/WixToolset.Extensibility/Data/IBindContext.cs | |||
| @@ -18,6 +18,11 @@ namespace WixToolset.Extensibility.Data | |||
| 18 | IServiceProvider ServiceProvider { get; } | 18 | IServiceProvider ServiceProvider { get; } |
| 19 | 19 | ||
| 20 | /// <summary> | 20 | /// <summary> |
| 21 | /// Indicates whether to generate GUIDs backward compatible with WiX v3. | ||
| 22 | /// </summary> | ||
| 23 | bool BackwardCompatibleGuidGeneration { get; set; } | ||
| 24 | |||
| 25 | /// <summary> | ||
| 21 | /// Bind paths used during resolution. | 26 | /// Bind paths used during resolution. |
| 22 | /// </summary> | 27 | /// </summary> |
| 23 | IReadOnlyCollection<IBindPath> BindPaths { get; set; } | 28 | IReadOnlyCollection<IBindPath> BindPaths { get; set; } |
