aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-02-13 07:19:25 -0800
committerRob Mensching <rob@firegiant.com>2021-02-27 07:41:18 -0800
commit09007408ffb6c3af9fbb556d0fb34e80aede52ee (patch)
tree5c0a534c2aee500aba27fe5577c1d096539c745d /src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
parent918475619d98474100bbd8736df1a284ac5231aa (diff)
downloadwix-09007408ffb6c3af9fbb556d0fb34e80aede52ee.tar.gz
wix-09007408ffb6c3af9fbb556d0fb34e80aede52ee.tar.bz2
wix-09007408ffb6c3af9fbb556d0fb34e80aede52ee.zip
Backend specific helpers should passthru implement IBackendHelper
Diffstat (limited to 'src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs')
-rw-r--r--src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs b/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
index ca53ab4a..23e046fa 100644
--- a/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
+++ b/src/WixToolset.Extensibility/Services/IWindowsInstallerBackendHelper.cs
@@ -8,7 +8,7 @@ namespace WixToolset.Extensibility.Services
8 /// <summary> 8 /// <summary>
9 /// Interface provided to help Windows Installer backend extensions. 9 /// Interface provided to help Windows Installer backend extensions.
10 /// </summary> 10 /// </summary>
11 public interface IWindowsInstallerBackendHelper 11 public interface IWindowsInstallerBackendHelper : IBackendHelper
12 { 12 {
13 /// <summary> 13 /// <summary>
14 /// Creates a <see cref="Row"/> in the specified table. 14 /// Creates a <see cref="Row"/> in the specified table.