home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / TOOLKIT / MM / SHORTCF / READ.ME < prev    next >
Text File  |  1995-06-05  |  2KB  |  59 lines

  1.  
  2. SHORTCF - Control File Templates
  3.  
  4.  
  5. DESCRIPTION:
  6.  
  7.  The CONTROL.SCR might be thought of like a config.sys. It tells the
  8.  package name, the codepage, where the filelist is that will be used,
  9.  how many groups there are, how many diskettes there are, and the
  10.  media names to be used on the diskettes.  It sets the environment
  11.  for where the files are coming from and where they are going.  It
  12.  also defines the groups that will be involved by defining their
  13.  group number, size, name, version and where the file is that will
  14.  be used to change the .ini file.
  15.  
  16.  The FILELIST file contains the number of files that are used, then
  17.  defines what disk they are on, what group they are in, what the
  18.  destination directory will be, what source directory to use and the
  19.  file name.
  20.  
  21.  The other .SCR files define whether this is a program or a folder
  22.  and then where to locate the associated icons.
  23.  
  24.  The .CH files make the necessary changes to the config.sys in the
  25.  path and set statements. 
  26.  
  27.  All of these files are interrelated in the sense that the install
  28.  needs to know all the information above to successfully install
  29.  the component.  In other words, the install program reads the
  30.  CONTROL.SCR for the environment and paths, then goes to the
  31.  filelist and puts the files where they belong, then goes to the
  32.  .SCR files and puts folders or programs in their respective
  33.  areas and finally, changes the config.sys to be able to find
  34.  all the various files.
  35.  
  36.  There are many other functions necessary for a more complicated
  37.  install process, so please refer to Chapter 6 in the
  38.  OS/2 Toolkit Programmer's Guide for more documentation.
  39.  
  40.  
  41. CONCEPT/FEATURE:
  42.  
  43.  SHORTCF contains a simple example of control file templates you
  44.  can utilize when installing a program using MINSTALL.
  45.  
  46. SOURCE FILE LOCATION:
  47.  
  48.  X:\ibmcpp\samples\toolkit\mm\shortcf
  49.  
  50.  where X: is the drive you installed the samples and document component
  51.  of VisualAge C++ for OS/2.
  52.  
  53.  
  54. SOFTWARE/HARDWARE PREREQUISITES:
  55.  
  56. - IBM VisualAge C++
  57. - OS/2 Warp
  58. - IBM or compatible 386 and up.
  59.