Doc Err: Host Integration Server Online Documentation Incorrectly Lists Msiexec.exe Switches (328591)



The information in this article applies to:

  • Microsoft Host Integration Server 2000

This article was previously published under Q328591

SYMPTOMS

The Host Integration Server 2000 Online Docs topic "Installation and Configuration" incorrectly lists the Remove All Command Line switches for Host Integration Server and Administration Client Components.

CAUSE

The "Removing All Server Components" section incorrectly lists the following command:

msiexec.exe /s HiServer.msi UNINSTALL_CLEANUP=YES

The "Removing All Administrator Client Components" section incorrectly lists the following command:

msiexec.exe /s HiAdmin.msi UNINSTALL_CLEANUP=YES

The documentation error is in the /s. The correct syntax for this command is as follows:

msiexec.exe /x HiServer.msi UNINSTALL_CLEANUP=YES

msiexec.exe /x HiAdmin.msi UNINSTALL_CLEANUP=YES

NOTE: The correct parameter is /x, not /s.

STATUS

Microsoft has confirmed that this is a problem in Host Integration Server 2000.

Modification Type:MinorLast Reviewed:4/21/2005
Keywords:kbbug kbpending KB328591