Installation guide

Disabling, Uninstalling, and Unconfiguring Microsoft Windows Policy Agents
Chapter 3 Policy Agents on Microsoft Windows 97
Unconfiguring the Agent for Microsoft IIS 6.0 From a Web Site
Perform the following steps to unconfigure the agent for Microsoft IIS 6.0 from a
web site. Makesure that youusethe agentconfigurationfile specific tothe web site
you want to unconfigure.
If you need to unconfigure the agent from multiple web sites, you must repeat
these steps foreach of theweb sites.If you wantto uninstall theagent for Microsoft
IIS 6.0, you must first unconfigure the agent from all the web sites for which it is
configured
1. Stop the web site for which you have configured the agent and the application
pool to which the web site belongs.
2. Change to the directory
\Agent_Install_Dir\iis6\bin
3. Run the following VB script to unconfigure the agent:
cscript.exe IIS6admin.vbs -unconfig defaultConfig
where,
IIS6admin.vbs
is the configuration script and
defaultConfig
is the agent
configuration file.
The script unconfigures the agent and displays the following messages.
The unconfiguration does the following:
Removes the agent configuration directory (specific to a web site)
Removes the entries from Windows registry.
Removes the wild card application mappings in Microsoft IIS 6.0.
4. Restart the application pool and the web site.
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Copyright c 2004 Sun Microsystems, Inc. All rights reserved
Use is subject to license terms
Enter the Agent Resource File Name [IIS6Resource.en] :
Removing the Agent Config Directory
Removing the entries from Windows Product Registry
Unloading the IIS 6.0 Agent
Completed Unconfiguring the IIS 6.0 Agent