home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / OLS / WIN16 / MORCN2A2 / MORCN2A2.LZH / SETUP.INF < prev   
INI File  |  1993-09-01  |  867b  |  31 lines

  1. ; Module name: Setup.Inf
  2.  
  3. [Application] 
  4. ;Application global information 
  5. AppName=More Control
  6. DefDir=C:\
  7. SpaceNeeded=200
  8.  
  9. [Disks] 
  10. ;List of diskettes needed to install the product and the name 
  11. ;of each diskette.
  12. 1=More Control
  13.  
  14. [Dirs] 
  15. ;lists of directories that must be created from the destination directory 
  16. ;files to be copied are in the same directory structure on the 
  17. ;floppy (by default) 
  18. 1=.
  19. 2=C:\WINDOWS
  20. 3=C:\WINDOWS\SYSTEM
  21.  
  22. [Files] 
  23. ;description, name,              (dir #), (diskette #), (Compressed)
  24. More Control CPL,     MORECON.CPL,  3,         1,            N
  25. More Control Help,    MORECON.HLP,  2,         1,            N
  26. CP-AddIn Module,      CPADDIN.CPL,  3,         1,            N
  27. SetFont Module,       SETFONT.EXE,  2,         1,            N
  28. Spin Button DLL,      MCSPIN.DLL,   3,         1,            N
  29.  
  30. [End]
  31.