<?xml version="1.0" encoding="ISO-8859-1"?>

<!-- 
    ...........................................................................
    . Copyright 2002, 2003 Rational Software Corporation. All Rights Reserved..
    . This software contains proprietary and confidential information of      .
    . Rational and its suppliers. Use, disclosure or reproduction             .
    . is prohibited without the prior express written consent of Rational.    .
    ...........................................................................

    SitePrep interface for Rational Setup component.

  -->

<product 
    title="STR_TITLE_INTRO"
    description="STR_TITLE_DESCRIPTION"
    help="HLP_USING_SITEPREP">
    
    <!-- PROPERTY DEFINITIONS .............................................. -->

    <!-- Install location property -->

    <property name="INSTALLDIR" src="set_installdir" required="true"/>

    <!-- PAGE DEFINITIONS .................................................. -->

    <!-- 
        NOTE: As a standard, include a <space/> at the end of a page whenever 
        the last item is anything other than an edit box, or the close of a 
        layout box (i.e. "vbox" or "hbox")
      -->

    <!-- Rational installation directory -->

    <page title="STR_INSTALL_T" help="HLP_INSTALL_DIRECTORY">
        <if option="install" condition="false"/>
        <banner major="STR_INSTALL_T" minor="STR_INSTALL_D"/>
        
        <label title="STR_LBL_INSTALL_LOC_1"/>
        <space/>
        <label title="STR_LBL_INSTALL_LOC_2"/>
        <edit property="INSTALLDIR"/>
        <pushbutton 
            action="dbrowse" 
            property="INSTALLDIR" 
            align="right" 
            title="STR_PBUTTON_BROWSE"/>
        <space/>
    </page>
</product>
