diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-07 14:19:05 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-07 14:19:05 -0800 |
| commit | 49f1209035aac1fcfad5dbbe25f7b2306d3be86c (patch) | |
| tree | 6ce5921493eb751b6d89c3faf0ebdf64110cbb65 /src/test/TestData/Example.Extension/ExampleExtensionFactory.cs | |
| parent | b1e662bd480241ea914f0f3d6bd174d9ffd03f5f (diff) | |
| download | wix-49f1209035aac1fcfad5dbbe25f7b2306d3be86c.tar.gz wix-49f1209035aac1fcfad5dbbe25f7b2306d3be86c.tar.bz2 wix-49f1209035aac1fcfad5dbbe25f7b2306d3be86c.zip | |
Support MSI backends creating custom tables and remove WixToolset.Data.WindowsInstaller
Diffstat (limited to 'src/test/TestData/Example.Extension/ExampleExtensionFactory.cs')
| -rw-r--r-- | src/test/TestData/Example.Extension/ExampleExtensionFactory.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/TestData/Example.Extension/ExampleExtensionFactory.cs b/src/test/TestData/Example.Extension/ExampleExtensionFactory.cs index b91d06e9..a081b758 100644 --- a/src/test/TestData/Example.Extension/ExampleExtensionFactory.cs +++ b/src/test/TestData/Example.Extension/ExampleExtensionFactory.cs | |||
| @@ -28,6 +28,10 @@ namespace Example.Extension | |||
| 28 | { | 28 | { |
| 29 | extension = new ExampleExtensionData(); | 29 | extension = new ExampleExtensionData(); |
| 30 | } | 30 | } |
| 31 | else if (extensionType == typeof(IWindowsInstallerBackendExtension)) | ||
| 32 | { | ||
| 33 | extension = new ExampleWindowsInstallerBackendExtension(); | ||
| 34 | } | ||
| 31 | else | 35 | else |
| 32 | { | 36 | { |
| 33 | extension = null; | 37 | extension = null; |
