aboutsummaryrefslogtreecommitdiff
path: root/src/dtf
diff options
context:
space:
mode:
Diffstat (limited to 'src/dtf')
-rw-r--r--src/dtf/WixToolset.Dtf.WindowsInstaller/Installer.cs2
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)"/>