home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / drivers / 678win3c / 678win3c.exe / OEMSETUP.INF < prev    next >
INI File  |  1991-01-15  |  3KB  |  80 lines

  1. ; Here are the names of the disks Setup can prompt for.
  2. ; There must be a disk name for each disk number used
  3. ;
  4. ; The disk number '0' is reserved to represent the windows setup directory
  5. ; the directory may be relative to the directory SETUP was run from.
  6. ;
  7. ; the format is:
  8. ;
  9. ; n = path,disk name,disk tag file
  10. ;
  11. ; n           disk "number"  1-9,A-Z (single char only!)
  12. ; path        path of disk n
  13. ; name        name of disk n
  14. ; disk tag    a file on disk n (used to determine if disk is in drive)
  15. ;
  16. [disks]
  17.     1 =. ,"Microsoft Windows 3.0 Disk #1",disk1
  18.     2 =. ,"Microsoft Windows 3.0 Disk #2",disk2
  19.     3 =. ,"Microsoft Windows 3.0 Disk #3",disk3
  20.     4 =. ,"Microsoft Windows 3.0 Disk #4",disk4
  21.     5 =. ,"Microsoft Windows 3.0 Disk #5",disk5
  22.     E =. ,"Everex Viewpoint Disk",oemsetup.inf
  23.  
  24. [display]
  25. ; The string following the driver description specifies the screen
  26. ; resolution. It is used to match the system and OEM character sets
  27. ; with the display selection.
  28. ;
  29. ;profile = driver,         Description of driver,                       resolution,    286 grab
  30. ;
  31. vp1024   = E:vp1024.drv,   "Everex Viewpoint 1024x768 16 color",        "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,   E:vdd678.386,   E:ev678x4.gr3,,          2:vgalogo.rle
  32. vp800    = E:vp800.drv,    "Everex Viewpoint 800x600  16 color",        "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,   E:vdd678.386,   E:ev678x4.gr3,,          2:vgalogo.rle
  33. vp640    = E:vp640.drv,    "Everex Viewpoint 640x480 256 color",        "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,   E:vdd678.386,   E:ev678x8.gr3,,          2:vgalogo.rle
  34.  
  35. ; copy these fonts depending on the 386 grabber being used
  36. [EV678X4.GR3]
  37. 4:CGA40WOA.FON,4:CGA40850.FON
  38. 4:CGA80WOA.FON,4:CGA80850.FON
  39. 4:EGA40WOA.FON,4:EGA40850.FON
  40. 4:EGA80WOA.FON,4:EGA80850.FON
  41.  
  42. [EV678X8.GR3]
  43. 4:CGA40WOA.FON,4:CGA40850.FON
  44. 4:CGA80WOA.FON,4:CGA80850.FON
  45. 4:EGA40WOA.FON,4:EGA40850.FON
  46. 4:EGA80WOA.FON,4:EGA80850.FON
  47.  
  48. ; If a display adapter other than the one in system selection is selected
  49. ; the font is chosen which matches the display resolution exactly.
  50. [sysfonts]
  51. 1:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  52. 1:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
  53.  
  54. [fixedfonts]
  55. 1:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  56. 1:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
  57.  
  58. [oemfonts]
  59. 1:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  60. 1:8514oem.fon,"8514 (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
  61.  
  62.  
  63. [fonts]
  64.     4:HELVE.FON, "Helv 8,10,12,14,18,24 (VGA res)", "100,96,96"
  65.      4:HELVF.FON, "Helv 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  66.  
  67.     4:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  68.      4:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"
  69.  
  70.     4:TMSRE.FON, "Tms Rmn 8,10,12,14,18,24 (VGA res)", "100,96,96"
  71.      4:TMSRF.FON, "Tms Rmn 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  72.  
  73.      4:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  74.      4:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  75.  
  76.     4:ROMAN.FON, "Roman (All res)",   "CONTINUOUSSCALING"
  77.     4:SCRIPT.FON, "Script (All res)", "CONTINUOUSSCALING"
  78.     4:MODERN.FON, "Modern (All res)", "CONTINUOUSSCALING"
  79.  
  80.