Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to install and uninstall a Microsoft Host Integration Server 2000 hotfix silently


View products that this article applies to.

Introduction

This article describes how to install and uninstall a Microsoft Host integration Server 2000 hotfix silently.

↑ Back to the top


More information

Silent installation

To install a hotfix for Host Integration Server 2000 silently, follow these steps:
1. Obtain the hotfix for Host Integration Server 2000 from Microsoft.
2. Click Start, click Run, type cmd, and then click OK.
3. Locate the folder where you saved the hotfix, and then note the name of the hotfix file.
4. Type the following command at the command prompt, and then press ENTER:
HotfixFileName /s
Note HotfixFileName represents the name of the hotfix file.

Silent uninstallation

To uninstall a hotfix for Host Integration Server 2000 silently, follow these steps:
1. Click Start, click Run, type cmd, and then click OK.
2. Type the following command at the command prompt, and then press ENTER:
cd HostIntegrationServerRootFolder\System\Updates\Number
Note HostIntegrationServerRootFolder represents the root folder where you installed Host Integration Server 2000. Number represents the Microsoft Knowledge Base article number for the hotfix.
3. Type the following command at the command prompt, and then press ENTER:
uninstal /s/r
Note You must restart the computer to replace any of the hotfix files that are being used.

↑ Back to the top


References

For more information about Host Integration Server, visit the following Microsoft Developer Network (MSDN) Web site: For more information about the hotfix installation, click the following article number to view the article in the Microsoft Knowledge Base:
257946 GUI Hotfix utility switches /x /m /s /z
For more information about how to uninstall a hotfix, click the following article number to view the article in the Microsoft Knowledge Base:
200374 Automatic rollback with the SMS Installer

↑ Back to the top


Keywords: KB921494, kbinfo, kbhowto

↑ Back to the top

Article Info
Article ID : 921494
Revision : 3
Created on : 5/31/2007
Published on : 5/31/2007
Exists online : False
Views : 278