home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: OtherApp / OtherApp.zip / papos2.zip / INSTALL.PRO < prev    next >
Text File  |  1998-10-13  |  4KB  |  86 lines

  1. ; ╔═══════════════════════════════════════════════════════════════════════════════╗
  2. ; ║  FILENAME:      INSTALL.PRO                                                   ║
  3. ; ║                                                                               ║
  4. ; ║  DESCRIPTION:   Profile Information used to install the application.          ║
  5. ; ║                                                                               ║
  6. ; ║  NOTES:         This file contains the names of the files that will be        ║
  7. ; ║                 installed                                                     ║
  8. ; ║                                                                               ║
  9. ; ║  RULES:         - This file needs to be located in the directory that the     ║
  10. ; ║                   user is installing from.                                    ║
  11. ; ║                                                                               ║
  12. ; ║                 - Comment lines begin with a semi colon and blank lines       ║
  13. ; ║                   are ignored.                                                ║
  14. ; ║                                                                               ║
  15. ; ║                 - An asterisk is used to mark the end of this file.           ║
  16. ; ║                                                                               ║
  17. ; ║                 - The Source and Target Directories come from the actual      ║
  18. ; ║                   installation program, so that the user can configure        ║
  19. ; ║                   them.                                                       ║
  20. ; ║                                                                               ║
  21. ; ║ Each line in this file should look like this:                                 ║
  22. ; ║                                                                               ║
  23. ; ║        Filename.ext /%SubDirectory                                            ║
  24. ; ║                                                                               ║
  25. ; ║ The Filename.ext is the name of the file to be copied from the source         ║
  26. ; ║ directory into the target directory.  The /% indicates that the file is       ║
  27. ; ║ to be copied into a subdirectory of the target directory rather than into     ║
  28. ; ║ the target directory itself.  Thus in the example above, the following        ║
  29. ; ║ will occur:                                                                   ║
  30. ; ║                                                                               ║
  31. ; ║  X:\SourceDir\Filename.ext will be copied into X:\TargetDir\SubDirectory      ║
  32. ; ║                                                                               ║
  33. ; ╚═══════════════════════════════════════════════════════════════════════════════╝
  34.  
  35.  
  36. ; --------------------------------------------
  37. ; CLIENT Sub-Directory
  38. ; --------------------------------------------
  39. CLIENT.LNG         /%Client
  40. CLIENT.INI         /%Client
  41. PAPLUS.EXE         /%Client
  42. PAPLUS.HLP         /%Client
  43.  
  44.  
  45. ; --------------------------------------------
  46. ; SERVER Sub-Directory
  47. ; --------------------------------------------
  48. SERVER.INI         /%Server
  49. SERVER.LNG         /%Server
  50. SRVSETUP.EXE       /%Server
  51. SRVSETUP.HLP       /%Server
  52. PASERVER.EXE       /%Server
  53. PAPITAPI.DLL       /%Server
  54. PASD.EXE           /%Server
  55.  
  56.  
  57. ; --------------------------------------------
  58. ; SHUTDOWN Sub-Direcotry 
  59. ; --------------------------------------------
  60. SHUTDOWN.EXE       /%Shutdown
  61. SHUTDOWN.HLP       /%Shutdown
  62. SHUTDOWN.INI       /%Shutdown
  63. SHUTDOWN.LNG       /%Shutdown
  64.  
  65.  
  66. ; --------------------------------------------
  67. ; DRIVERS Sub-Directory
  68. ; --------------------------------------------
  69. APC1.DRV           /%Drivers
  70. DRIVER.LNG         /%Drivers
  71. TRIPP1.DRV         /%Drivers
  72. TRIPP2.DRV         /%Drivers
  73.  
  74.  
  75. ; --------------------------------------------
  76. ; DOCUMENT Sub-Directory
  77. ; --------------------------------------------
  78. TLEDIT.EXE         /%Document
  79. README.TXT         /%Document
  80.  
  81. ; --------------------------------------------
  82. ; NETALERT Sub-Directory
  83. ; --------------------------------------------
  84.  
  85. *
  86.