home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / INSTALL.ZIP / READ.ME < prev   
Text File  |  1990-01-24  |  1KB  |  43 lines

  1.              EXAMPLE PRESENTATION MANAGER INSTALLATION PROGRAM
  2.  
  3. These files relate to an article by John Ferris and Kerry Ortega
  4. in the Winter 1990 issue of the IBM Personal Systems Developer magazine.  
  5. IBM's order number for the magazine is G362-0001-04.
  6.  
  7.         Files included:
  8.  
  9.         EXAMPLE.EXE
  10.         EXAMPLE.H
  11.         EXAMPLE.C
  12.         EXAMPLE.DEF
  13.         EXAMPLE.RC
  14.         EXAMPLE.LNK
  15.         MAKEFILE
  16.  
  17.        -------------------------------------------------------------
  18.  
  19.        Running the example program:
  20.  
  21.        Create a installation  diskette with three dummy files, named
  22.        DATAFILE.FIL, HELPFILE.HLP, and SAMPLE.EXE. These three file
  23.        names are currently hard wired in the source as the files to
  24.        install.  You can start the sample installation by copying
  25.        the EXAMPLE.EXE program to the installation diskette and
  26.        double clicking it from the File Manager, or just entering
  27.        the program name on a OS/2 Command line.
  28.  
  29.        -------------------------------------------------------------
  30.  
  31.        Compiling the example program:
  32.  
  33.        I have included a make file "MAKEFILE" with the source for the
  34.        the IBM version 1.10  compiler. Using the IBM compiler just
  35.        enter "make".
  36.  
  37.        -------------------------------------------------------------
  38.  
  39.  
  40.        I hope this example program will be a good starting point for
  41.         your own installation programs.
  42.  
  43.