home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / source12 / setup.inf < prev   
Encoding:
INI File  |  1995-12-22  |  982 b   |  39 lines

  1. ; Module name: Setup.Inf
  2. ; Programmer : Brett Liddicoet
  3.  
  4. [Application] 
  5. ;Application global information 
  6. AppName=oxButton for Delphi, ver 1.1 - Setup
  7. DefDir=C:\Delphi
  8. SpaceNeeded=100
  9. DefPMGroup=VB.GRP, Opaque OXControls
  10.  
  11. [Disks] 
  12. ;List of diskettes needed to install the product and the name 
  13. ;of each diskette.
  14. 1=oxButton
  15.  
  16. [Dirs] 
  17. ;lists of directories that must be created from the destination directory 
  18. ;files to be copied are in the same directory structure on the 
  19. ;floppy (by default) 
  20.  
  21. 1=.
  22.  
  23. [Files] 
  24. ;description, name, (dir #), (diskette #), (Compressed)
  25. oxButton Unit,      OXBTNS.DCU,  1, 1, N
  26. oxButton Res,          OXBTNS.DCR,  1, 1, N
  27. oxButton ReadMe,    README.TXT,   1, 1, N
  28. oxButton Help File,    OXBTNS.HLP,   1, 1, N
  29. oxButton KeyWord File,    OXBTNS.KWF,   1, 1, N
  30. Opaque Products ,    PRODUCTS.WRI, 1, 1, N
  31.  
  32.  
  33. [PM Info] 
  34. ;File Name, App Description, Icon file #, Icon #
  35. OXBTNS.HLP,       oxButton ver 1.0 Help
  36. PRODUCTS.WRI,    Opaque Products
  37.  
  38. [End]
  39.