home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdor4.zip / SETUP / INSTALL.PRO < prev    next >
Text File  |  1996-04-04  |  3KB  |  47 lines

  1. *****************************************************************************
  2. *                    IBM NetDoor Installation Parameters                    *
  3. *****************************************************************************
  4.  
  5. *****************************************************************************
  6. ****                           ACCESS METHODS                            ****
  7. *****************************************************************************
  8. * CONNECT = methodtag (method description)                                  *
  9. *                                                                           *
  10. * Specifies the network connectivity methods available for installation.    *
  11. * All valid connection types recognized by the install are listed below.    *
  12. * You may restric the list of available methods by commenting out the       *
  13. * lines that do not apply.                                                  *
  14. *****************************************************************************
  15. CONNECT = NETBIOS (IBM LAN Requester)
  16. CONNECT = NFS (IBM OS/2 TCP/IP)
  17.  
  18. *****************************************************************************
  19. ****                       INITIALIZATION SUPPORT                        ****
  20. *****************************************************************************
  21. * STARTUP = FOLDER|CMD                                                      *
  22. *                                                                           *
  23. * Specifies whether NetDoor should be setup on the client to initialize     *
  24. * via the STARTUP.CMD or via the OS/2 Startup folder.  Servers are always   *
  25. * started from the STARTUP.CMD.  If FOLDER is specified for a installation  *
  26. * on OS/2 1.3, NetDoor is set up to initialize automatically via the "Open  *
  27. * NetDoor" program entry's Program Properties dialog.                       *
  28. *                                                                           *
  29. * If STARTUP is not explicitly specified in this file, the default is       *
  30. * FOLDER for OS/2 2.x clients and CMD for OS/2 1.3 clients.                 *
  31. *****************************************************************************
  32. STARTUP = FOLDER
  33.  
  34. *****************************************************************************
  35. ****                        INSTALLATION SCRIPTS                         ****
  36. *****************************************************************************
  37. * ITL = script                                                              *
  38. *                                                                           *
  39. * Specifies an intallation script to be run automatically after base        *
  40. * configuration is complete.  Multiple ITL lines may be used, and the       *
  41. * scripts will be run in the order specified.  The scripts must exist in    *
  42. * the \SETUP directory.                                                     *
  43. *****************************************************************************
  44. * If the following line were uncommented, the \SETUP\SITECFG.ITL file
  45. * would be executed after the main configuration was complete.
  46. * ITL = SITECFG
  47.