diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs index da92be69..ea6d49a0 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |||
| @@ -347,9 +347,9 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 347 | command.Execute(); | 347 | command.Execute(); |
| 348 | } | 348 | } |
| 349 | 349 | ||
| 350 | // Update control text from files on disk. | 350 | // Update tuples that reference text files on disk. |
| 351 | { | 351 | { |
| 352 | var command = new UpdateControlTextCommand(this.Messaging, section); | 352 | var command = new UpdateFromTextFilesCommand(this.Messaging, section); |
| 353 | command.Execute(); | 353 | command.Execute(); |
| 354 | } | 354 | } |
| 355 | 355 | ||
