home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Hits 1995 October / Image.iso / win_prog / databeam / dbinst.inf < prev    next >
INI File  |  1994-10-18  |  1KB  |  53 lines

  1. ; Global settings for the installation
  2.  
  3. [Global]
  4. Language=49
  5. Font=Times New Roman
  6. DefaultDir=C:\DBEAMWIN
  7.  
  8. ; List of the install disks. If the user has to change disk, s/he will be
  9. ; prompted for the disk with the next file to copy with the name specified
  10. ; in the next section
  11.  
  12. [Disks]
  13. Disk1=Databeam Diskette 1 von 2
  14.  
  15. ; Directories
  16. [Directories]
  17.  
  18. ; List of files. The format of the list is the following:
  19. ; [PATH]FILENAME.EXT=Disk#,TYPE,DIRECTORY,LANGUAGE,SIZE
  20.  
  21. [Files]
  22. DATABEAM.EXE=1,CODE,HOME,
  23. DATABEAM.INI=1,CODE,WINDOWS,49
  24. DATE.DLL=1,CODE,HOME,49
  25. DBANI.AWA=1,CODE,HOME,49
  26. DBRES049.DLL=1,CODE,HOME,49
  27. DBSTART.AWM=1,CODE,HOME,49
  28. CPLIB.DLL=1,CODE,HOME,49
  29. FSPROT.DLL=1,CODE,HOME,49
  30. PRBOX.LST=1,CODE,HOME,49
  31. REGFORM.TXT=1,CODE,HOME,49
  32. SDBWING.ICO=1,CODE,HOME,49
  33.  
  34. ; File sizes - 'Common' specifies the total size of the language independent files
  35. ; the other entries stand for the different language versions
  36.  
  37. [Sizes]
  38. Common= 1029824
  39. 049=56749
  40.  
  41.  
  42. ; Program Manager group information
  43.  
  44. [ProgmanItem]
  45. GroupName=Scout Utilities
  46. ItemName=ScoutDatabeam
  47.  
  48. [Exit]
  49. Install=WNGSETUP /TDATABEAM /L@L /F@F
  50. Uninstall=WNGSETUP /U /TDATABEAM /L@L
  51. Wings=WNGSETUP /C /TDATABEAM /L@L
  52.  
  53.