diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Unbinder.cs')
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Unbinder.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Unbinder.cs b/src/WixToolset.Core.WindowsInstaller/Unbinder.cs index 99caaba9..f712ec3f 100644 --- a/src/WixToolset.Core.WindowsInstaller/Unbinder.cs +++ b/src/WixToolset.Core.WindowsInstaller/Unbinder.cs | |||
@@ -21,6 +21,8 @@ namespace WixToolset.Core | |||
21 | this.BackendFactories = extensionManager.GetServices<IBackendFactory>(); | 21 | this.BackendFactories = extensionManager.GetServices<IBackendFactory>(); |
22 | } | 22 | } |
23 | 23 | ||
24 | public IWixToolsetServiceProvider ServiceProvider { get; } | ||
25 | |||
24 | public IEnumerable<IBackendFactory> BackendFactories { get; } | 26 | public IEnumerable<IBackendFactory> BackendFactories { get; } |
25 | 27 | ||
26 | /// <summary> | 28 | /// <summary> |
@@ -29,8 +31,6 @@ namespace WixToolset.Core | |||
29 | /// <value>Set to true if the input msi is part of an admin image.</value> | 31 | /// <value>Set to true if the input msi is part of an admin image.</value> |
30 | public bool IsAdminImage { get; set; } | 32 | public bool IsAdminImage { get; set; } |
31 | 33 | ||
32 | public IWixToolsetServiceProvider ServiceProvider { get; } | ||
33 | |||
34 | /// <summary> | 34 | /// <summary> |
35 | /// Gets or sets the option to suppress demodularizing values. | 35 | /// Gets or sets the option to suppress demodularizing values. |
36 | /// </summary> | 36 | /// </summary> |