*** install-site	Sat Jun 21 15:18:43 1997
--- /homes/bfox/foo	Sat Aug 16 22:43:36 1997
***************
*** 176,183 ****
  echo "        This is the directory under which your HTML documents will be"
  echo "        served.  This install script creates sub-directories here"
  ${ECHO_N} "        called "
  if [ -d PowerStrip ]; then
!    ${ECHO_N} "\`System', \`tagsets', \`includes', "
  fi
  echo "\`release', and \`cgi-bin'."
  
--- 176,191 ----
  echo "        This is the directory under which your HTML documents will be"
  echo "        served.  This install script creates sub-directories here"
  ${ECHO_N} "        called "
+ if [ -d PowerStrip -o -d Xact-CyberCash ]; then
+    ${ECHO_N} "\`System', "
+ fi
+ if [ -d Xact-CyberCash ]; then
+    ${ECHO_N} "\`System\\Xact', \`Xact', "
+    echo ""
+    ${ECHO_N} "        "
+ fi
  if [ -d PowerStrip ]; then
!    ${ECHO_N} "\`tagsets', \`includes', "
  fi
  echo "\`release', and \`cgi-bin'."
  
***************
*** 216,221 ****
--- 224,233 ----
  if [ -d PowerStrip ]; then
     echo "   PowerStrip Framework placed in: ${docdir}/System"
  fi
+ if [ -d Xact-CyberCash ]; then
+    echo "   Xact Payment System Pages placed in: ${docdir}/Xact"
+    echo "   Xact Administration Pages placed in: ${docdir}/System/Xact"
+ fi
  echo "    \`release' directory placed in: ${docdir}/release"
  
  if [ "$install_server" ]; then
***************
*** 301,306 ****
--- 313,324 ----
     fi
  fi
  
+ # Install Xact if it is present.
+ if [ -d Xact-CyberCash ]; then
+    echo "   Installing the Xact Payment System... ${ECHO_C}"
+    . ./xact-install
+ fi
+ 
  ${ECHO_N} "   Installing the release tree...${ECHO_C}"
  cp -r release ${docdir}/
  echo "done."
***************
*** 530,536 ****
  echo ""
  echo "                     INSTALLATION COMPLETE!"
  echo ""
! echo "You have successfully installed the ${installname} on your system."
  echo ""
  if [ "$install_engine" ]; then
     echo "Now that the Engine is installed, you must ensure that your server"
--- 548,559 ----
  echo ""
  echo "                     INSTALLATION COMPLETE!"
  echo ""
! if [ -d Xact-CyberCash ]; then
!    echo "You have successfully installed the ${installname} with the Xact Payment"
!    echo "Extensions - one of UAI's Advanced Embedded Server Technologies."
! else
!    echo "You have successfully installed the ${installname} on your system."
! fi
  echo ""
  if [ "$install_engine" ]; then
     echo "Now that the Engine is installed, you must ensure that your server"
***************
*** 563,569 ****
     echo ""
  fi
  
! echo "Congratulations on getting <M>powered!"
  echo ""
  echo "Happy Hacking!"
  echo ""
--- 586,604 ----
     echo ""
  fi
  
! if [ -d Xact-CyberCash ]; then
!    echo "Congratulations on getting <M>powered with The Xact Payment System!"
!    echo ""
!    echo "Details on how you can customize the Xact Payment System to work"
!    echo "with your merchant account and then to integrate it into your"
!    echo "existing Web application are available at the following location:"
!    echo ""
!    echo "     http://${servername}:${serverport}/Xact/Install.mhtml"
!    echo ""
! else
!    echo "Congratulations on getting <M>powered!"
! fi
! 
  echo ""
  echo "Happy Hacking!"
  echo ""
