diff options
author | Bob Arnson <bob@firegiant.com> | 2022-12-21 17:00:32 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2022-12-21 18:16:45 -0500 |
commit | 5b57b401ce25da930d66f1b5ef2cb8fac0ce1958 (patch) | |
tree | c68290a8be899877ff8c66be8632fb19778e6f8a /src/dtf | |
parent | 5e8f6c5cfc28c8c70ef0339d7e1bb73069642915 (diff) | |
download | wix-5b57b401ce25da930d66f1b5ef2cb8fac0ce1958.tar.gz wix-5b57b401ce25da930d66f1b5ef2cb8fac0ce1958.tar.bz2 wix-5b57b401ce25da930d66f1b5ef2cb8fac0ce1958.zip |
Fix key table names in colum definitions.
- Also fix typo.
- Make WiX source file parseable.
Diffstat (limited to 'src/dtf')
-rw-r--r-- | src/dtf/WixToolset.Dtf.WindowsInstaller/Installer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
461 | /// <param name="commandLine">command line property settings</param> | 461 | /// <param name="commandLine">command line property settings</param> |
462 | /// <exception cref="InstallerException">There was an error installing the product</exception> | 462 | /// <exception cref="InstallerException">There was an error installing the product</exception> |
463 | /// <remarks><p> | 463 | /// <remarks><p> |
464 | /// To completely remove a product, set REMOVE=ALL in <paramRef name="commandLine"/>. | 464 | /// To completely remove a product, set REMOVE=ALL in <paramref name="commandLine"/>. |
465 | /// </p><p> | 465 | /// </p><p> |
466 | /// This method displays the user interface with the current settings and | 466 | /// This method displays the user interface with the current settings and |
467 | /// log mode. You can change user interface settings with the <see cref="SetInternalUI(InstallUIOptions)"/> | 467 | /// log mode. You can change user interface settings with the <see cref="SetInternalUI(InstallUIOptions)"/> |