diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-07 14:20:11 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-07 21:44:46 -0700 |
| commit | 3a2c3c799eead15c26f5d65d16e6e01b4a0e8c64 (patch) | |
| tree | deadf39b60bcf8591fd4a71fb59dfe3a7169e28a /src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | |
| parent | d3b12de2f22eb552e073f0c949833a7ef4d4f13c (diff) | |
| download | wix-3a2c3c799eead15c26f5d65d16e6e01b4a0e8c64.tar.gz wix-3a2c3c799eead15c26f5d65d16e6e01b4a0e8c64.tar.bz2 wix-3a2c3c799eead15c26f5d65d16e6e01b4a0e8c64.zip | |
Fix Feature parent
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs index 170b138d..75a694d1 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | |||
| @@ -185,6 +185,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 185 | case TupleDefinitionType.WixFile: | 185 | case TupleDefinitionType.WixFile: |
| 186 | case TupleDefinitionType.WixComponentGroup: | 186 | case TupleDefinitionType.WixComponentGroup: |
| 187 | case TupleDefinitionType.WixDeltaPatchFile: | 187 | case TupleDefinitionType.WixDeltaPatchFile: |
| 188 | case TupleDefinitionType.WixFeatureGroup: | ||
| 188 | break; | 189 | break; |
| 189 | 190 | ||
| 190 | default: | 191 | default: |
