home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / texts / cell_nfo / booksu22.inf < prev    next >
Text File  |  1995-04-23  |  980b  |  38 lines

  1. ;;
  2. ;;Install program for Version update 2.2  (4/23/95)
  3. ;;
  4. Dialog
  5. Welcome to the Bishop Books update installation.
  6. You can press <esc> at any time to stop the installation.
  7.  
  8. Please click OK or press <enter> to continue.
  9. EndDialog
  10. ;;
  11. QueAllFiles
  12. DetermineInstallationDrive QueSize RequireFixed BernoulliAsFixed
  13. DetermineInstallationDirectory InstallationDrive:\BISHOP QueSize RequireFixed BernoulliAsFixed
  14. ;;
  15. If FileExists [InstallationDirectory]\BOOKS.EXE
  16.     GetQuedFiles QueThermometerOnly
  17.     ;;
  18.     Dialog
  19.     All update files have been loaded to [InstallationDirectory]
  20.     Installation is complete.
  21.     EndDialog
  22.     ;;
  23.     SoLong
  24. else
  25.     Dialog
  26.     Bishop Books software does not reside on [InstallationDirectory]
  27.  
  28.     Please verify where the software was originally
  29.     installed before restarting this update installation.
  30.  
  31.     If you experience any further problems, please contact
  32.     Bishop and Associates at  (800) 829-0572 for help.
  33.     EndDialog
  34.     SoLong
  35. Endif
  36. ;;
  37. EndScript
  38.