From f18b96045088d6d989e70df19343a99092685e5e Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 22 Jun 2020 23:09:30 -0700 Subject: Move CustomAction script inner text to ScriptFile attribute --- src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs') 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 command.Execute(); } - // Update control text from files on disk. + // Update tuples that reference text files on disk. { - var command = new UpdateControlTextCommand(this.Messaging, section); + var command = new UpdateFromTextFilesCommand(this.Messaging, section); command.Execute(); } -- cgit v1.2.3-55-g6feb