diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs index 8cb0e0de..3f5b9f05 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindTransformCommand.cs | |||
| @@ -465,7 +465,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 465 | command.Output = output; | 465 | command.Output = output; |
| 466 | command.OutputPath = outputPath; | 466 | command.OutputPath = outputPath; |
| 467 | command.TableDefinitions = this.TableDefinitions; | 467 | command.TableDefinitions = this.TableDefinitions; |
| 468 | command.TempFilesLocation = this.TempFilesLocation; | 468 | command.IntermediateFolder = this.TempFilesLocation; |
| 469 | command.SuppressAddingValidationRows = true; | 469 | command.SuppressAddingValidationRows = true; |
| 470 | command.UseSubDirectory = true; | 470 | command.UseSubDirectory = true; |
| 471 | command.Execute(); | 471 | command.Execute(); |
