home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / ho51.zip / HO51.ZIP / install.doc < prev    next >
Text File  |  1994-06-17  |  14KB  |  344 lines

  1.  
  2.  
  3.                The Quick & Easy Install manual                 Page 1
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                         _______
  10.                    ____|__     |               (R)
  11.                 --|       |    |-------------------
  12.                   |   ____|__  |  Association of
  13.                   |  |       |_|  Shareware
  14.                   |__|   o   |    Professionals
  15.                 -----|   |   |---------------------
  16.                      |___|___|    Member
  17.  
  18.  
  19.  
  20.           June, 1994
  21.  
  22.  
  23.           Install  is  designed  to  allow  you  to install and run your
  24.           software including  demonstration  programs,  and  maintenance
  25.           software.   You  may also use it as a general install program,
  26.           to setup software that  you  only  use  occasionally  and  the
  27.           like.    Install   stores  its  help  information  and  script
  28.           instructions in the INSTALL.DBF and INSTALL.DBT Xbase database
  29.           files.  You can edit the help by  tapping  F7  instead  of  F1
  30.           -Help  while running install or you can start install with the
  31.           "EDIT" command line parameter.  Install always  looks  in  the
  32.           last  active, or undeleted, entry for its script instructions.
  33.           You  can  take  advantage  of  this   by   putting   alternate
  34.           installation   sets   in   other  dbase  deleted  entries  and
  35.           undeleting them for  particular  disk  distributions.    Don't
  36.           leave the last entry blank, or install will yell at you.  This
  37.           installer was originally setup for the TeleShare remote access
  38.           package,  but  this release matches the Hands On remote access
  39.           package.  Some of the Teleshare features  are  not  used  with
  40.           Hands  On,  but  they  are  retained and may become useful for
  41.           particular installations.
  42.  
  43.           Command line parameters
  44.  
  45.           INSTALL [EDIT ADD MONO RECNO#]
  46.  
  47.           EDIT   - to edit the script database
  48.           ADD    - to add a new entry and edit the script database.
  49.           MONO   - to force monochrom screen output.
  50.           RECNO8 - to activate entry number 8, and inactivate others.
  51.  
  52.  
  53.           The current default layout is as follows:
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                The Quick & Easy Install manual                 Page 2
  61.  
  62.  
  63.           Entry 7 is for a BASIC or ONE DISK distribution.
  64.           Entry 8 is the general distribution with the Add-in, Basic,
  65.           and 'full' Teleshare choices.
  66.           Entry 9 is for a DIRECT one disk distribution, for TSDIRECT
  67.           the Teleshare direct serial link transfer option.
  68.  
  69.  
  70.           The install script language follows:
  71.  
  72.  
  73.           # is used for comments.  Anything to  the  right  of  a  #  is
  74.           considered a comment.
  75.  
  76.           Every install script must start with the line.
  77.           "TELESHARE INSTALL SCRIPT"
  78.  
  79.           Otherwise  the installer might try to work over one of its own
  80.           help files, and snivel at you.
  81.  
  82.  
  83.           BROWSE somefile  to  browse  or  review  some  text  file  for
  84.           information.  It has a built-in search capability.
  85.  
  86.           CHANGEDISK  key_file To prompt to change to the next diskette,
  87.           and to check for the specified key file on the next disk.  You
  88.           can leave a space and add a message that will be displayed  in
  89.           place of  "Please  change  disks" after the key_file name.  Do
  90.           use a zero length key_file name.
  91.  
  92.           CHANGEDISK peaches.exe Please change to the red disk.
  93.  
  94.           CLEAR to clear the screen.  This version  actually  calls  the
  95.           DOS CLS to ensure that the screen color/colour matches similar
  96.           DOS related commands that you may be using in association with
  97.           it.
  98.  
  99.           COMMAND  to  directly  run  programs  and  to pass commands to
  100.           command.com.  See the RUN and SWAP commands below.
  101.  
  102.           COPY - to allow copying of materials from the source to target
  103.           disk as in:
  104.           COPY file_1 file_2 file_3 etc
  105.  
  106.           The destination is the DIRECTORY provided earlier.
  107.  
  108.  
  109.           DIRECTORY - to supply a directory name for editing.
  110.  
  111.           ECHO like  the  DOS  echo  command.    Anything  that  is  not
  112.  
  113.  
  114.  
  115.  
  116.  
  117.                The Quick & Easy Install manual                 Page 3
  118.  
  119.  
  120.           recognised  by  the  script  parser  is  simply  echoed to the
  121.           screen, but any spaces on the left side will be trimmed off.
  122.  
  123.           IF and END or ENDIF If is used with ADD-IN or BASIC, as in
  124.           IF  BASIC
  125.              # installation commands for the BASIC option
  126.              ...
  127.           ENDIF
  128.           IF ADD-IN
  129.              # installation commands for the ADD-IN option
  130.              ...
  131.           END
  132.           if add-in basic
  133.              # to combine the partial installation options
  134.              ...
  135.           endif
  136.  
  137.           The final "END" or "ENDIF" is an implied "QUIT", so if you use
  138.           one of the two optional partial installation  options,  ensure
  139.           that the 'right stuff' is done before the "END".
  140.  
  141.           There is  no "IF ALL" to install everything.  If the option to
  142.           install everything is chosen, any "IF BASIC"  or  "IF  ADD-IN"
  143.           instruction sets are ignored.
  144.  
  145.           INSTALL  DIRECTORY  \HANDS_ON\  #  to  specify  the \HANDS_ON\
  146.           directory.
  147.  
  148.           INSTALL HEADER - This  allows  you  to  provide  an  alternate
  149.           header to replace the default message at the upper part of the
  150.           screen.  You may use up to 3 message or header lines.
  151.  
  152.           INSTALL  README  some_file  to  allow you to use any file name
  153.           instead of the default README.DOC name.  README.DOC is used in
  154.           place of README.1ST to make it easier to look up  a  group  of
  155.           manuals, ending in ".DOC", with various browsers.
  156.  
  157.           INSTALL  ADD-IN or BASIC - to specify that the distribution is
  158.           only a partial distribution.  The installer defaults to asking
  159.           if you want 1) A FULL distribution or 2) Only  the  REMOTE  or
  160.           the  HOST  (BASIC)  or 3) As an ADD-IN to another product like
  161.           bitcom.  Use one  of  these  command  options  to  bypass  the
  162.           prompting.
  163.  
  164.           QUIT - to instruct INSTALL to quit to DOS.
  165.  
  166.           QUIT_TO to  quit  and  run  another  program.  This version of
  167.           Install does  NOT  use  keyboard  stuffing  to  run  the  next
  168.           program, unlike  previous  releases.    When  you use "QUIT_TO
  169.  
  170.  
  171.  
  172.  
  173.  
  174.                The Quick & Easy Install manual                 Page 4
  175.  
  176.  
  177.           some_prog" the program swaps all but 2k of itself to disk  and
  178.           runs the  "some_prog".    It  then  swaps itself back in after
  179.           running and immediately quits.
  180.  
  181.           LASTFILE to specify the last file in a disk set.  This  allows
  182.           the  installer  to  look  for  the last file and automatically
  183.           decide that the installation is a 'one disk' set.  This allows
  184.           you to use the same installation instruction script  for  360K
  185.           diskettes, 1.44M  diskettes,  and  BBS  type installation.  It
  186.           causes CHANGEDISK type  instructions  to  be  ignored.    eg.:
  187.           "LASTFILE lastdisk.zip"
  188.  
  189.           RUN  -  to  tell  INSTALL to run the program on the same line.
  190.           For both RUN and SWAP, install looks for the file to be run in
  191.           both the source and the destination directories, and  runs  it
  192.           where  it  was  found  with  the  current  directory being the
  193.           destination directory.  This means that it  works  with  self-
  194.           extracting   archive   files   and   software  that  has  been
  195.           installed.  Use the COMMAND command to simply run programs and
  196.           to pass commands to command.com.  Use swap if you need all but
  197.           2K of memory.  The parser ignores ".COM"  files,  so  add  the
  198.           .com if you want to RUN or SWAP .com files.
  199.  
  200.           SWAP  -  to  tell INSTALL to SWAP all but 2k of itself to disk
  201.           before running the program given on the same line.
  202.  
  203.           Examples:
  204.           CLEAR
  205.           RUN  some
  206.           SWAP  bigthing # swap all but 2k of the program to disk
  207.  
  208.           WAIT to wait for the user to press a key  to  continue.    The
  209.           wait is actually a long delay.
  210.  
  211.           The  best  way  to  learn  how  to  use INSTALL is to study an
  212.           existing script in  the  INSTALL.DBF/DBT  file.  Run  'INSTALL
  213.           EDIT', and compare its actions to the command script. Practise
  214.           with small scripts and work up.  Test your setups.
  215.  
  216.           If  you  use  the  install  program very much to install other
  217.           software, you will notice that the  size  of  the  install.dbt
  218.           file builds  up.    Use  the  ITUNE.EXE  program to retune the
  219.           size.  It will automatically reclaim wasted space.
  220.  
  221.  
  222.           ASP Introduction:
  223.  
  224.           Please also  carefully  read  the  accompanying  SHARE.ASP  or
  225.           SHR_WARE.DOC document.
  226.  
  227.  
  228.  
  229.  
  230.  
  231.                The Quick & Easy Install manual                 Page 5
  232.  
  233.  
  234.           "This  program  is  produced by a member of the Association of
  235.           Shareware Professionals (ASP). ASP wants to make sure that the
  236.           shareware principle works  for  you.  If  you  are  unable  to
  237.           resolve  a  shareware-related  problem  with  an ASP member by
  238.           contacting the member directly, ASP may be able to  help.  The
  239.           ASP  Ombudsman  can help you resolve a dispute or problem with
  240.           an ASP member, but does  not  provide  technical  support  for
  241.           members'  products.  Please  write to the ASP Ombudsman at 545
  242.           Grover Road, Muskegon, MI 49442 or send a  CompuServe  message
  243.           via CompuServe Mail to ASP Ombudsman 70007,3536."
  244.  
  245.  
  246.           DISTRIBUTION:   This product is the property of P. C Softsmith
  247.           (c) 1991-4.    It  may  be  distributed  freely,  but  it   is
  248.           shareware.   If  you  use  it  to  produce  setup/installs for
  249.           yourself or others, please send a  letter  with  comments  and
  250.           suggestions to  P.  C. Softsmith.  You do not have to register
  251.           TeleShare or  Hands  On  to  include  it  with  your  product.
  252.           However,  you must include this documentation with any and all
  253.           distributions of INSTALL, and you may not charge more than  an
  254.           'industry    standard'    distribution   fee   for   shareware
  255.           distributors.   See  the  "History"  section  below  for  more
  256.           distribution information.
  257.  
  258.           Support:
  259.  
  260.           Please  contact us for TeleShare/Hands ON support and sales at
  261.           P. C.  Softsmith by telephone (604) 433 - 5189 or at Suite 606
  262.           - 6455 Willingdon Avenue, Burnaby, British  Columbia,  Canada,
  263.           V5H 4E4.    Both  registered  and  soon to be registered users
  264.           currently get the same  support  without  any  arbitrary  time
  265.           limit.
  266.  
  267.           Internet and Compuserve users can also direct email to:
  268.  
  269.           vic_williams@mindlink.bc.ca
  270.  
  271.  
  272.           Your comments  on  the product will be appreciated.  Naturally
  273.           we all might expect ongoing changes in the product.
  274.  
  275.           History:
  276.  
  277.           June, 1994 Version 2.5 -- added the LASTFILE command.
  278.  
  279.           This install is a version of the installation program used  to
  280.           install  the  FORCE  Xbase  compiler  (the  ONLY  native  code
  281.           producing Xbase compiler), with portions  Copyright  (C)  1989
  282.           Sophco Inc.   The terms of the distribution agreement are such
  283.  
  284.  
  285.  
  286.  
  287.  
  288.                The Quick & Easy Install manual                 Page 6
  289.  
  290.  
  291.           that this install program may only be distributed with  P.  C.
  292.           Softsmith products.   If you want to distribute it solely with
  293.           your product, please contact us and we will direct you to  the
  294.           appropriate contact people.
  295.  
  296.           In mid July 1993, the script language was added to the install
  297.           program and the version was upgraded from 1 to 2.
  298.  
  299.  
  300.           DISCLAIMER - AGREEMENT
  301.  
  302.           The  documentation and associated software are distributed and
  303.           sold with no warranties, either express or implied,  regarding
  304.           its merchantability or fitness for any particular purpose.  To
  305.           repeat,  the  author  disclaims  all  warranties, expressed or
  306.           implied, including,  without  limitation,  the  warranties  of
  307.           merchantability and  of  fitness  for any purpose.  The author
  308.           assumes no liability for damages, direct or  conse-  quential,
  309.           which  may  result from the use of the product with or without
  310.           registration.
  311.  
  312.           The information in this documentation  is  subject  to  change
  313.           without  notice  and  does  not represent a committment on the
  314.           part of the vendor.
  315.  
  316.  
  317.           THE DOCUMENTATION AND ASSOCIATED SOFTWARE ARE DISTRIBUTED  AND
  318.           SOLD  WITH NO WARRANTIES, EITHER EXPRESS OR IMPLIED, REGARDING
  319.           ITS MERCHANTABILITY OR FITNESS  FOR  ANY  PARTICULAR  PURPOSE.
  320.           THE  INFORMATION  IN  THIS  DOCUMENTATION IS SUBJECT TO CHANGE
  321.           WITHOUT NOTICE AND DOES NOT REPRESENT  A  COMMITTMENT  ON  THE
  322.           PART OF THE VENDOR.
  323.  
  324.           OTHER  PRODUCT  AND  BRAND  NAMES  MENTIONED ARE TRADEMARKS OR
  325.           REGISTERED   TRADEMARKS   OF   THEIR    RESPECTIVE    HOLDERS.
  326.           SPECIFICALLY   XBASE   IS   THE   GENERIC   DATABASE  INDUSTRY
  327.           REPLACEMENT FOR THE REGISTERED TERM 'DBASE' OWNED  BY  BORLAND
  328.           INTERNATIONAL.
  329.  
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.