home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DIP.ZIP / README.DOC < prev    next >
Text File  |  1993-04-06  |  3KB  |  82 lines

  1. ****************************************************************************
  2. *                                                                          *
  3. *       Desktop Install Procedure Writer (DipWriter)                       *
  4. *                                                                          *
  5. *       Version 1.0 Release Notes                                          *
  6. *                                                                          *
  7. ****************************************************************************
  8.  
  9. 1. Files
  10. ========
  11.  
  12.  The Dipwriter disk contains the following files:
  13.  
  14.  dipwrite.exe  - Dipwriter main program.
  15.  dipwrite.hlp  - Help file for dipwrite.
  16.  dipwrite.ico  - Icon for dipwriter.
  17.  diprun.exe    - Runs the dip files produced by Dipwriter.
  18.  diprun.hlp    - Help file for diprun.
  19.  diprun.ico    - Icon for diprun.
  20.  dipin.dll     - dll support file for dipwriter.
  21.  INSTALL.CMD   - Run this to install Dipwriter on your harddrive.
  22.  dipin.dip     - Desktop Install Procedure file that installs Dipwriter.
  23.  
  24.  DDEDIT        - Subdirectory contains an example of what dipwriter can do
  25.                  and how to package the dip file and diprun to execute
  26.                  the procedure.
  27.  
  28.    - DIPRUN.EXE - Diprun should be packaged with its help file and icon file.
  29.    - DIPRUN.HLP
  30.    - DIPRUN.ICO
  31.    - DDEDIT.DIP
  32.    - DDEDIT.DOC
  33.    - ENGHUMOR.DOC
  34.    - PASSIT.DOC
  35.    - INSTALL.CMD
  36.    - README.DOC
  37.  
  38.  
  39. 2. Installing on a network
  40. ==========================
  41.  
  42. DipWriter can be quickly and easily installed on a network by specifying
  43. a network drive during installation. You can then update each workstation to
  44. access DipWriter from the network drive.  If you wish to use DipWriter on a
  45. network, it is important purchase a network license of every network
  46. workstation that installs DipWriter.  A network licence can be purchased for
  47. $400 US for each corporate site.
  48.  
  49. 3. Current limits
  50. =================
  51.  
  52.   Currently, only 64 install actions can be stored in each DIPWRITER file.
  53. You may hop over this limit by stringing multiple DIP files together by
  54. having a Command exec run each DIP file, in order, one after another.
  55.  
  56. for example: In command file INSTALL.CMD
  57.       DIPRUN DIP1.dip
  58.       DIPRUN DIP2.dip
  59.       .
  60.       .
  61.       .
  62.  
  63. 4. Planned Enhancements
  64. ========================
  65.  
  66.   The following enhancements are currently being worked on:
  67.  
  68.    1.)  Generate rexx code install procedure.  This replaces the DIPRUN
  69.         and the DIP file with a single REXX command exec.
  70.  
  71.    2.)  Updates to the Config.sys
  72.  
  73.  
  74. 6. Installation
  75. ===============
  76.  
  77.   1) Run PKUNZIP to unpack the zip files.
  78.  
  79.   2) Please run the INSTALL.CMD command and enter the directory and disk name
  80.      were DIPWRITER was unpacked before starting the install.
  81.  
  82.