#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the License). You may not use this file except in
# compliance with the License.
#
# You can obtain a copy of the License at
# https:\\opensso.dev.java.net\public\CDDLv1.0.html or
# opensso\legal\CDDLv1.0.txt
# See the License for the specific language governing
# permission and limitations under the License.
# 
# When distributing Covered Code, include this CDDL
# Header Notice in each file and include the License file
# at opensso\legal\CDDLv1.0.txt.
# If applicable, add the following below the CDDL Header,
# with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# $Id: INSTALL.txt,v 1.2 2009/07/29 20:24:17 robertis Exp $
#
#
------------------------------------------------------------------------------
Installation instructions file for Open Web Single Sign-On - Web Agents
------------------------------------------------------------------------------

%% Contents:
    %% 1. Agent Installation
    %% 2. Agent Uninstallation

%% 1. Agent Installation

Please make sure that the IIS 7 Server is installed and running. Also
make sure that the IIS 7 Agent is compiled with steps indicated in README.txt.

Installation does the following:

    - Creates the IIS 7 Agent Instance Directory
    - Tag Swapping in OpenSSOAgentBootstrap.properties and OpenSSOAgentConfiguration.properties file
    - Updating IIS 7 web site: adds agent module

%% 1.1 Steps 
Unlike other web agents, for IIS 7 agent, the scripts IIS7CreateConfig.vbs and IIS7Admin.vbs have to 
be executed manually.

1.1.1 Extract  iis_v7_WINNT_agent_3.zip installation bits.
1.1.2 Goto web_agents\iis7_agent\bin
1.1.3 Execute: cscript.exe IIS7CreateConfig.vbs <config_file>
Follow the installation interactions and provide these details:

    - Agent URL 
    - IIS7 Web site ID
    - OpenSSO Server URL
    - Agent Profile name
    - Agent Profile's password file. 

1.1.4 Execute: cscript.exe IIS7Admin.vbs -config <config_file>

1.1.5 Restart the server
    -Run the command : iisreset


