diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-16 17:04:28 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-18 11:34:46 -0700 |
| commit | 7d699fdbbe8a15c72b69f633ac9799fb757e2acc (patch) | |
| tree | 2638bd4694a849e23d5156521c21057460c2c5d1 /src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | |
| parent | 9ca5e0a95d0858a177fe1efdc15a962e5f7c1d84 (diff) | |
| download | wix-7d699fdbbe8a15c72b69f633ac9799fb757e2acc.tar.gz wix-7d699fdbbe8a15c72b69f633ac9799fb757e2acc.tar.bz2 wix-7d699fdbbe8a15c72b69f633ac9799fb757e2acc.zip | |
Several fixes
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; |
