From 5b57b401ce25da930d66f1b5ef2cb8fac0ce1958 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 21 Dec 2022 17:00:32 -0500 Subject: Fix key table names in colum definitions. - Also fix typo. - Make WiX source file parseable. --- src/dtf/WixToolset.Dtf.WindowsInstaller/Installer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dtf') diff --git a/src/dtf/WixToolset.Dtf.WindowsInstaller/Installer.cs b/src/dtf/WixToolset.Dtf.WindowsInstaller/Installer.cs index 8df0aed9..50350316 100644 --- a/src/dtf/WixToolset.Dtf.WindowsInstaller/Installer.cs +++ b/src/dtf/WixToolset.Dtf.WindowsInstaller/Installer.cs @@ -461,7 +461,7 @@ public static partial class Installer /// command line property settings /// There was an error installing the product ///

- /// To completely remove a product, set REMOVE=ALL in . + /// To completely remove a product, set REMOVE=ALL in . ///

/// This method displays the user interface with the current settings and /// log mode. You can change user interface settings with the -- cgit v1.2.3-55-g6feb