diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs index 9671780d..cdda4ebc 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | |||
| @@ -117,6 +117,10 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 117 | this.AddMsiServiceConfigFailureActionsTuple((MsiServiceConfigFailureActionsTuple)tuple, output); | 117 | this.AddMsiServiceConfigFailureActionsTuple((MsiServiceConfigFailureActionsTuple)tuple, output); |
| 118 | break; | 118 | break; |
| 119 | 119 | ||
| 120 | case TupleDefinitionType.MsiShortcutProperty: | ||
| 121 | this.AddTupleDefaultly(tuple, output, true); | ||
| 122 | break; | ||
| 123 | |||
| 120 | case TupleDefinitionType.MoveFile: | 124 | case TupleDefinitionType.MoveFile: |
| 121 | this.AddMoveFileTuple((MoveFileTuple)tuple, output); | 125 | this.AddMoveFileTuple((MoveFileTuple)tuple, output); |
| 122 | break; | 126 | break; |
