home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / vegawin3.zip / OEMSETUP.INF next >
INI File  |  1990-07-19  |  4KB  |  86 lines

  1. [data]
  2.     ;  DefCodePage defines which translation table to use if we cannot get
  3.     ;  code page information from DOS ie we are not under 3.30 or newer.
  4.     defxlat = 437
  5.  
  6. ; Here are the names of the disks Setup can prompt for.
  7. ; There must be a disk name for each disk number used
  8. ;
  9. ; The disk number '0' is reserved to represent the windows setup directory
  10. ; the directory may be relative to the directory SETUP was run from.
  11. ;
  12. ; the format is:
  13. ;
  14. ; n = path,disk name,disk tag file
  15. ;
  16. ; n           disk "number"  1-9,A-Z (single char only!)
  17. ; path        path of disk n
  18. ; name        name of disk n
  19. ; disk tag    a file on disk n (used to determine if disk is in drive)
  20. ;
  21. [disks]
  22.     1 =. ,"Microsoft Windows 3.0 Disk #1",disk1
  23.     2 =. ,"Microsoft Windows 3.0 Disk #2",disk2
  24.     3 =. ,"Microsoft Windows 3.0 Disk #3",disk3
  25.     4 =. ,"Microsoft Windows 3.0 Disk #4",disk4
  26.     5 =. ,"Microsoft Windows 3.0 Disk #5",disk5
  27.     7 =. ,"Video Seven VGA Driver Disk",v7drv
  28.  
  29. [display]
  30. ; The string following the driver description specifies the screen
  31. ; resolution. It is used to match the system and OEM character sets
  32. ; with the display selection.
  33. ;
  34. ;profile = driver,         Description of driver,                       resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys    logo data     
  35. ;
  36. v760016  = 7:v760016.drv,  "Video Seven VGA 800x600 16 color",        "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,    x:*vddvga,    4:v7vga.gr3,,         2:vgalogo.rle
  37. v754016  = 7:v754016.drv,  "Video Seven VGA 720x540 16 color",        "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,    x:*vddvga,    4:v7vga.gr3,,         2:vgalogo.rle
  38. v748016  = 7:v748016.drv,  "Video Seven VGA 640x480 16 color",        "100,96,96",   3:vgacolor.gr2, 2:vgalogo.lgo,    x:*vddvga,    4:v7vga.gr3,,         2:vgalogo.rle
  39.  
  40. ; copy these fonts depending on the 386 grabber being used
  41. [V7VGA.GR3]
  42. 4:CGA40WOA.FON,4:CGA40850.FON
  43. 4:CGA80WOA.FON,4:CGA80850.FON
  44. 4:EGA40WOA.FON,4:EGA40850.FON
  45. 4:EGA80WOA.FON,4:EGA80850.FON
  46.  
  47. [codepages]
  48. ;       Xlat Table    OEM Font     description.
  49. 863 = 2:xlat863.bin, 2:vga863.fon, "French Canadian (863)"
  50. 861 = 2:xlat861.bin, 2:vga861.fon, "Icelandic (861)"
  51. 865 = 2:xlat865.bin, 2:vga865.fon, "Norway & Denmark (865)"
  52. 850 = 2:xlat850.bin, 2:vga850.fon, "International (850)"
  53. 860 = 2:xlat860.bin, 2:vga860.fon, "Portuguese (860)"
  54. 437 =              ,             , "Standard (437)"
  55.  
  56. ; If a display adapter other than the one in system selection is selected
  57. ; the font is chosen which matches the display resolution exactly.
  58. [sysfonts]
  59. 1:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  60. 1:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
  61.  
  62. [fixedfonts]
  63. 1:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  64. 1:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
  65.  
  66. [oemfonts]
  67. 1:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  68. 1:8514oem.fon,"8514 (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
  69.  
  70. [fonts]
  71.     4:HELVE.FON, "Helv 8,10,12,14,18,24 (VGA res)", "100,96,96"
  72.      4:HELVF.FON, "Helv 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  73.  
  74.     4:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  75.      4:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"
  76.  
  77.     4:TMSRE.FON, "Tms Rmn 8,10,12,14,18,24 (VGA res)", "100,96,96"
  78.      4:TMSRF.FON, "Tms Rmn 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  79.  
  80.      4:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  81.      4:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  82.  
  83.     4:ROMAN.FON, "Roman (All res)",   "CONTINUOUSSCALING"
  84.     4:SCRIPT.FON, "Script (All res)", "CONTINUOUSSCALING"
  85.     4:MODERN.FON, "Modern (All res)", "CONTINUOUSSCALING"
  86.