home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / SAMPLES / MM / SHORTCF / READ.ME < prev    next >
Text File  |  1995-08-24  |  2KB  |  30 lines

  1.         The CONTROL.SCR might be thought of like a config.sys.
  2. It tells the package name, the codepage, where the filelist is that
  3. will be used, how many groups there are, how many diskettes there
  4. are, and the media names to be used on the diskettes.  It sets
  5. the environment for where the files are coming from and where they
  6. are going.  It also defines the groups that will be involved by defining
  7. their group number, size, name, version and where the file is that
  8. will be used to change the ini file.
  9.  
  10.         The FILELIST file contains the number of files that are used, then
  11. defines what disk they are on, what group they are in, what the
  12. destination directory will be, what source directory to use and the
  13. file name.
  14.  
  15.         The other .SCR files define whether this is a program or a folder and
  16. then where to locate the associated icons.
  17.  
  18.         The .CH files make the necessary changes to the config.sys in the path
  19. and set statements.
  20.  
  21.         All of these files are interrelated in the sense that the install
  22. needs to know all the information above to successfully install the component.
  23. In other words the install program reads the CONTROL.SCR for the
  24. environment and paths, then goes to the filelist and puts the files where
  25. they belong, then goes to the .SCR files and puts the folders or programs
  26. in there respective areas and finally changes the config.sys to be able to
  27. find all the various files.  There are many other functions necessary for a
  28. more complicated install process so please refer to chapter 6 in the
  29. programers guide for more documentation.
  30.