diff options
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs index 9001b704..e7269058 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs | |||
@@ -719,7 +719,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
719 | row[7] = tuple.Hotkey; | 719 | row[7] = tuple.Hotkey; |
720 | row[8] = tuple.IconRef; | 720 | row[8] = tuple.IconRef; |
721 | row[9] = tuple.IconIndex; | 721 | row[9] = tuple.IconIndex; |
722 | row[10] = (int)tuple.Show; | 722 | row[10] = (int?)tuple.Show; |
723 | row[11] = tuple.WorkingDirectory; | 723 | row[11] = tuple.WorkingDirectory; |
724 | row[12] = tuple.DisplayResourceDll; | 724 | row[12] = tuple.DisplayResourceDll; |
725 | row[13] = tuple.DisplayResourceId; | 725 | row[13] = tuple.DisplayResourceId; |