home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #6 / CDD_6_95.ISO / cdd / winanw / zeus / setup.inf < prev    next >
INI File  |  1995-01-20  |  1KB  |  44 lines

  1. ; Module name: Setup.Inf
  2. ; Programmer : Jussi Jumppanen
  3.  
  4. [Application] 
  5. ;Application global information 
  6. AppName=Zeus Setup
  7. DefDir=C:\ZEUS
  8. SpaceNeeded=900
  9. DefPMGroup=ZEUS.GRP, Zeus for Windows
  10.  
  11. [Disks] 
  12. ;List of diskettes needed to install the product and the name 
  13. ;of each diskette with the following format.
  14. ;
  15. ;Disk Number = Description of Disk
  16. 1=Zeus Disk #1
  17.  
  18. [Dirs] 
  19. ;lists of directories that must be created from the destination directory 
  20. ;files to be copied are copied from the root directory (always)
  21. 1=.
  22. 2=zConfig
  23.  
  24. [Files] 
  25. ;description, name, (dir #), (diskette #), (System File) (Compressed)
  26. Read me text file     , README.TXT ,  1, 1, N,  N
  27. Help support          , ZEUS.HLP   ,  1, 1, N,  N
  28. Main executable       , ZEUS.EXE   ,  1, 1, N,  N
  29. Compiler configuration, ZEUS.CFG   ,  1, 1, N,  N
  30. Zeus user guide       , ZEUS.WRI   ,  1, 1, N,  N
  31. Compiler PIF file     , ZEUSCC.PIF ,  1, 1, N,  N
  32. Electric expansion    , ZEUS.ELC   ,  2, 1, N,  N
  33. Example BAT file      , CC.BAT     ,  1, 1, N,  N
  34. Example PIF file      , CC.PIF     ,  1, 1, N,  N
  35. Order form            , ORDER.WRI  ,  1, 1, N,  N
  36. Order form in text    , ORDER.TXT  ,  1, 1, N,  N
  37. Windows COMMDLG.DLL   , COMMDLG.DLL,  1, 1, Y,  N
  38.  
  39. [PM Info] 
  40. ;File Name, App Description, Icon file #, Icon #
  41. ZEUS.EXE,    Zeus for Windows V1.0
  42.  
  43. [End]
  44.