home *** CD-ROM | disk | FTP | other *** search
/ The Ultimedia Application / IBM_UCD_101.ISO / winsetup / setup.inf < prev    next >
INI File  |  1992-03-09  |  59KB  |  1,498 lines

  1. [setup]
  2.     help = setup.hlp
  3.  
  4. ;   Place any programs here that should be run at the end of setup.
  5. ;   These apps will be run in order of their appearance here.
  6. [run]
  7.  
  8. [dialog]
  9.     caption   = "Windows Setup"
  10.     exit      = "Exit Windows Setup"
  11.     title     = "Installing Windows 3.1"
  12.     options   = "In addition to installing Windows 3.1, you can:"
  13.     printwait = "Please wait while Setup configures your printer(s)..."
  14.     copywait = "Welcome to Microsoft Windows 3.1!\n\n   - If you're new to Windows, see 'A Brief Tour of\n     Microsoft Windows' in the Getting Started book.\n\n   - If you've used Windows before, see 'New\n     in This Version' in the Getting Started book."
  15.  
  16.    copywait4="Make sure you register your copy of Microsoft Windows 3.1.\nWhen you register, Microsoft will:\n\n   - Notify you of product updates and new product releases.\n\n   - Send you a FREE Windows newsletter."
  17.  
  18.    copywait5 = "\n\nThis would be a great time to remove the serial number label\n from the inside back cover of the Getting Started with Windows\nbook and place it on your computer for future reference."
  19.  
  20. [data]
  21. ; Disk space required
  22. ; <type of setup>= <Full install space>, <Min install space>
  23.  
  24.     upd2x386full = 10000000,6144000 ; 10.0 Mb, 6.144 Mb
  25.     upd2x286full = 9000000,6144000  ;  9.0 Mb, 6.144 Mb
  26.     upd3x386full = 5500000,5000000  ;  5.5 Mb, 5.0 Mb
  27.     upd3x286full = 5500000,5000000  ;  5.5 Mb, 5.0 Mb
  28.                                     
  29.     new386full   = 10000000,6144000 ; 10.0 Mb, 6.144 Mb
  30.     new286full   = 9000000,6144000  ;  9.0 Mb, 6.144 Mb
  31.  
  32.     netadmin     = 16000000         ; 16.0 Mb
  33.     netadminupd  = 16000000         ; 16.0 Mb
  34.     upd2x386net  = 300000           ;   .3 Mb
  35.     upd3x386net  = 300000           ;   .3 Mb
  36.     upd2x286net  = 300000           ;   .3 Mb
  37.     upd3x286net  = 300000           ;   .3 Mb
  38.     new386net    = 300000,300000    ;  .3 Mb,  .3 Mb
  39.     new286net    = 300000,300000    ;  .3 Mb,  .3 Mb
  40.                                     
  41.  
  42.  
  43. ; Defaults used in setting up and names of a few files
  44.     startup   = WIN.COM
  45.     defdir    = C:\WINDOWS
  46.     shortname = Windows
  47.     welcome   = "Windows 3.1"
  48.     deflang   = enu
  49.     defxlat   = 437
  50.     defkeydll = usadll
  51.     register  = "regedit /s /u setup.reg"
  52.     tutor     = "wintutor.exe "
  53.     NetSetup  = FALSE
  54.     MouseDrv  = TRUE
  55.     Version   = "3.1.040"
  56.  
  57. ; This is data needed by the MS-DOS half of setup so that it can copy the
  58. ; proper kernel and start Windows for the GUI portion of setup.
  59. ;
  60. ; ** MS-DOS documentation says that first byte of command line for 4a call
  61. ; ** should be space. ==> in execcmd RHS leave first space as it is now
  62. [winexec]
  63.     execstd   = "dosx.exe "
  64.     execcmd   = " krnl286.exe /b /q:"
  65.     exechimem = "xmsmmgr.exe"
  66.     himemcmd  = ""
  67.     Krnl386   = 2:krnl386.exe
  68.     Krnl286   = 2:krnl286.exe
  69.     dosx      = 2:dosx.exe
  70.  
  71. ; Names of the disks Setup can prompt for.
  72. [disks]
  73.     1 =. ,"Microsoft Windows 3.1 Disk #1",disk1
  74.     2 =. ,"Microsoft Windows 3.1 Disk #2",disk2
  75.     3 =. ,"Microsoft Windows 3.1 Disk #3",disk3
  76.     4 =. ,"Microsoft Windows 3.1 Disk #4",disk4
  77.     5 =. ,"Microsoft Windows 3.1 Disk #5",disk5
  78.     6 =. ,"Microsoft Windows 3.1 Disk #6",disk6
  79.     7 =. ,"Microsoft Windows 3.1 Disk #7",disk7
  80.  
  81. [oemdisks]
  82.     Z =. ,"HP DeskJet Series v2.0 disk (from printer box or contact HP)",diskz
  83.  
  84. [user]
  85.     3:setup.ini, noupdate
  86.  
  87. [windows]
  88.     1:setup.hlp
  89.     1:setup.txt
  90.     1:win.src,    Net
  91.     2:system.src, Net
  92.     1:winhelp.exe
  93.     3:control.hlp
  94.  
  95. [windows.system]
  96.     1:gdi.exe
  97.     3:user.exe
  98.     2:win.cnf
  99.     1:lzexpand.dll
  100.     2:ver.dll
  101.  
  102. [windows.system.386]
  103.     1:cpwin386.cpl
  104.  
  105. [386max]
  106.     2:386max.vxd
  107.     3:windows.lod
  108.  
  109. [bluemax]
  110.     2:bluemax.vxd
  111.     3:windows.lod
  112.  
  113. [shell]
  114.     progman.exe,  "Program Manager"
  115.  
  116. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  117. : !!! The description strings should not be changed.
  118. ; !!! Changing description strings can result in old drivers not being
  119. ; !!! upgraded since Setup uses the description string to determine what
  120. ; !!! driver is installed and whether a new, upgraded driver is provided
  121. ; !!! with this version of Windows.
  122. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  123. ;
  124.  
  125. [display]
  126. ;profile = driver,         Description of driver,                           resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys,   logo data,    optional work section
  127. ;
  128. 8514     = 1:8514.drv,     "8514/a",                                        "100,120,120", 1:vgacolor.2gr, 2:vgalogo.lgo,   2:vdd8514.386,  2:vgadib.3gr,,           3:vgalogo.rle, 8514
  129. 8514s    = 1:8514.drv,     "8514/a (Small fonts)",                          "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:vdd8514.386,  2:vgadib.3gr,,           3:vgalogo.rle, 8514s
  130. plasma   = 2:plasma.drv,   "Compaq Portable Plasma",                        "100,96,96",   2:cga.2gr,      3:cgalogo.lgo,   2:vddcga.386,   2:plasma.3gr,,           3:cgalogo.rle
  131. egahires = 2:ega.drv,      "EGA",                                           "133,96,72",   2:egacolor.2gr, 2:egalogo.lgo,   2:vddega.386,   1:ega.3gr,    2:ega.SYS, 2:egalogo.rle
  132. egahibw  = 2:egahibw.drv,  "EGA black and white (286 only)",                "133,96,72",   2:egacolor.2gr, 3:cgalogo.lgo,,,                               2:ega.SYS, 3:cgalogo.rle
  133. egamono  = 2:egamono.drv,  "EGA Monochrome (286 only)",                     "133,96,72",   2:egamono.2gr,  2:egamono.lgo,,,                               2:ega.SYS, 3:egamono.rle
  134. hercules = 2:hercules.drv, "Hercules Monochrome",                           "133,96,72",   2:hercules.2gr, 2:herclogo.lgo,  2:vddherc.386,  2:herc.3gr,,             2:herclogo.rle
  135. mcga     = 2:vgamono.drv,  "IBM MCGA (286 only)",                           "100,96,96",   1:vgacolor.2gr, 3:cgalogo.lgo,,,,                                         3:cgalogo.rle, vgamono
  136. olibw    = 2:olibw.drv,    "Olivetti/AT&T Monochrome or PVC Display",       "120,96,80",   2:oligrab.2gr,  3:cgalogo.lgo,   2:vddcga.386,   2:plasma.3gr,,           3:cgalogo.rle
  137. ct441    = 3:vga.drv,      "QuadVGA, ATI VIP VGA, 82C441 VGAs",             "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   1:vddct441.386, 3:vga30.3gr,,            3:vgalogo.rle
  138. tiga1    = 2:tiga.drv,     "TIGA (Small fonts)",                            "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   1:vddtiga.386,  2:vgadib.3gr,,           3:vgalogo.rle, tiga1
  139. tiga2    = 2:tiga.drv,     "TIGA (Large fonts)",                            "100,120,120", 1:vgacolor.2gr, 2:vgalogo.lgo,   1:vddtiga.386,  2:vgadib.3gr,,           3:vgalogo.rle, tiga2
  140. vga      = 3:vga.drv,      "VGA",                                           "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   x:*vddvga,      1:vga.3gr,,              3:vgalogo.rle
  141. vga30    = 3:vga.drv,      "VGA (Version 3.0)",                             "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   1:vddvga30.386, 3:vga30.3gr,,            3:vgalogo.rle
  142. vgamono  = 2:vgamono.drv,  "VGA with Monochrome display",                   "100,96,96",   2:vgamono.2gr,  2:egamono.lgo,   x:*vddvga,      2:vgadib.3gr,,           3:egamono.rle, vgamono
  143. svga     = 2:supervga.drv, "Super VGA (800x600, 16 colors)",                "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   x:*vddvga,      1:vga.3gr,,              3:vgalogo.rle
  144. v7vga    = 2:v7vga.drv,    "Video 7 512K, 640x480 256 colors",              "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,            3:vgalogo.rle, v7b
  145. v7c      = 2:v7vga.drv,    "Video 7 512K, 720x512 256 colors",              "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,            3:vgalogo.rle, v7c
  146. v7d      = 2:v7vga.drv,    "Video 7 1Mb,  800x600 256 colors",              "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,            3:vgalogo.rle, v7d
  147. v7e      = 2:v7vga.drv,    "Video 7 1Mb, 1024x768 256 colors (Large fonts)","100,120,120", 1:vgacolor.2gr, 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,            3:vgalogo.rle, v7e
  148. v7f      = 2:v7vga.drv,    "Video 7 1Mb, 1024x768 256 colors (Small fonts)","100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,            3:vgalogo.rle, v7f
  149. xga16    = 3:vga.drv,      "XGA (640x480, 16 colors)",                      "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   1:vddvga30.386, 3:vga30.3gr,,            3:vgalogo.rle
  150. xgasm    = 1:xga.drv,      "XGA (Small fonts)",                             "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:vddxga.386,   2:v7vga.3gr,,            3:vgalogo.rle, xgasm
  151. xgalg    = 1:xga.drv,      "XGA (Large fonts)",                             "100,120,120", 1:vgacolor.2gr, 2:vgalogo.lgo,   2:vddxga.386,   2:v7vga.3gr,,            3:vgalogo.rle, xgalg
  152. xgalo    = 1:xga.drv,      "XGA (640x480, 256 colors)",                     "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:vddxga.386,   2:v7vga.3gr,,            3:vgalogo.rle, xgalo
  153.  
  154. ;
  155. ; Optional sections listed in field 9 of the display secton are intrpreted as follows:
  156. ;
  157. ; File, Destination, .ini file, Section, LHS, RHS
  158. ;
  159. ; Where:    x:File      = Optional; file to be copied, may be left null.
  160. ;           Destination = 0: for windows root or 0:system for system subdir
  161. ;                          where file is to be copied.
  162. ;           .ini file   = Optional; .ini file to be modified or created.
  163. ;                          Must be included if following parameters specified.
  164. ;           Section     = Section of .ini file to be modified.
  165. ;           OldLine     = Optional; old line to be removed from the .ini file.
  166. ;                          Only one occurence of the specified string is removed.
  167. ;           NewLine     = New text line to be written to the .ini file.
  168. ;
  169. ;[v7vga]
  170. ;x:v7vga.vxd, 0:system, system.ini, 386enh, "v7device=", "display=v7vdd.386"
  171.  
  172. [vgamono]
  173. ,,system.ini,386enh,"vgamono=","vgamono=TRUE"
  174.  
  175. [8514]
  176. ,,system.ini,8514.DRV,"dpi=","dpi=120"
  177.  
  178. [8514s]
  179. ,,system.ini,8514.DRV,"dpi=","dpi=96"
  180.  
  181. [tiga1]
  182. 2:tigawin.rlm,0:system,system.ini,"tiga.drv","tigafont=","tigafont=1"
  183.  
  184. [tiga2]
  185. 2:tigawin.rlm,0:system,system.ini,"tiga.drv","tigafont=","tigafont=0"
  186.  
  187. [v7b]
  188. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=640x480"
  189. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  190.  
  191. [v7c]
  192. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=720x512"
  193. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  194.  
  195. [v7d]
  196. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=800x600"
  197. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  198.  
  199. [v7e]
  200. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
  201. ,,system.ini,v7vga.drv,"FontSize=","FontSize=large"
  202.  
  203. [v7f]
  204. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
  205. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  206.  
  207. [xgasm]
  208. ,,system.ini,XGA_Display,"XGA_Resolution=",
  209. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"
  210.  
  211. [xgalg]
  212. ,,system.ini,XGA_Display,"XGA_Resolution=",
  213. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=2"
  214.  
  215. [xgalo]
  216. ,,system.ini,XGA_Display,"XGA_Resolution=","XGA_Resolution=1"
  217. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"
  218.  
  219. ; copy these fonts depending on the 386 grabber being used
  220. [VGA.3gr]
  221. 2:CGA40WOA.FON,2:CGA40850.FON
  222. 2:CGA80WOA.FON,2:CGA80850.FON
  223. 2:EGA40WOA.FON,2:EGA40850.FON
  224. 2:EGA80WOA.FON,2:EGA80850.FON
  225.  
  226. [VGA30.3gr]
  227. 2:CGA40WOA.FON,2:CGA40850.FON
  228. 2:CGA80WOA.FON,2:CGA80850.FON
  229. 2:EGA40WOA.FON,2:EGA40850.FON
  230. 2:EGA80WOA.FON,2:EGA80850.FON
  231.  
  232. [V7VGA.3gr]
  233. 2:CGA40WOA.FON,2:CGA40850.FON
  234. 2:CGA80WOA.FON,2:CGA80850.FON
  235. 2:EGA40WOA.FON,2:EGA40850.FON
  236. 2:EGA80WOA.FON,2:EGA80850.FON
  237.  
  238. [EGA.3gr]
  239. 2:CGA40WOA.FON,2:CGA40850.FON
  240. 2:CGA80WOA.FON,2:CGA80850.FON
  241. 2:EGA40WOA.FON,2:EGA40850.FON
  242. 2:EGA80WOA.FON,2:EGA80850.FON
  243.  
  244. [vgadib.3gr]
  245. 2:CGA40WOA.FON,2:CGA40850.FON
  246. 2:CGA80WOA.FON,2:CGA80850.FON
  247. 2:EGA40WOA.FON,2:EGA40850.FON
  248. 2:EGA80WOA.FON,2:EGA80850.FON
  249.  
  250. [PLASMA.3gr]
  251. 2:EGA40WOA.FON,2:EGA40850.FON
  252. 2:EGA80WOA.FON,2:EGA80850.FON
  253.  
  254. [HERC.3gr]
  255. 2:HERCWOA.FON,2:HERC850.FON
  256.  
  257. [TIGA.3GR]
  258. 2:CGA40WOA.FON,2:CGA40850.FON
  259. 2:CGA80WOA.FON,2:CGA80850.FON
  260. 2:EGA40WOA.FON,2:EGA40850.FON
  261. 2:EGA80WOA.FON,2:EGA80850.FON
  262.  
  263. [keyboard.drivers]
  264. kbd   = 2:keyboard.drv
  265. kbdhp = 1:kbdhp.drv
  266.  
  267. [keyboard.types]
  268. t3s0alat  = "All AT type keyboards (84 - 86 keys)"             ,nodll
  269. t1s2at&t  = "AT&T '301' keyboard"                              ,nodll
  270. t1s4at&t  = "AT&T '302' keyboard"                              ,nodll
  271. t4s0enha  = "Enhanced 101 or 102 key US and Non US keyboards"  ,nodll
  272. t3s0hp1   = "Hewlett-Packard Vectra keyboard (DIN)"            ,nodll
  273. t4s40oliv = "Olivetti 101/102 A keyboard"                      ,nodll
  274. t1s0oliv  = "Olivetti 83 key keyboard"                         ,nodll
  275. t3s10oliv = "Olivetti 86 Key keyboard"                         ,nodll
  276. t2s1oliv  = "Olivetti M24 102 key keyboard"                    ,usadll
  277. t1s42oliv = "PC-XT 83 key keyboard"                            ,nodll
  278. t1s0pcxt  = "PC/XT - Type keyboard (84 keys)"                  ,nodll
  279.  
  280. [keyboard.tables]
  281. beldll = 2:kbdbe.dll , "Belgian"
  282. bridll = 2:kbduk.dll , "British"
  283. cafdll = 2:kbdfc.dll , "Canadian Multilingual"
  284. dandll = 2:kbdda.dll , "Danish"
  285. dutdll = 2:kbdne.dll , "Dutch"
  286. findll = 2:kbdfi.dll , "Finnish"
  287. fredll = 2:kbdfr.dll , "French"
  288. candll = 2:kbdca.dll , "French Canadian"
  289. gerdll = 2:kbdgr.dll , "German"
  290. icedll = 2:kbdic.dll , "Icelandic"
  291. itadll = 2:kbdit.dll , "Italian"
  292. latdll = 2:kbdla.dll , "Latin American"
  293. nordll = 2:kbdno.dll , "Norwegian"
  294. pordll = 2:kbdpo.dll , "Portuguese"
  295. spadll = 3:kbdsp.dll , "Spanish"
  296. swedll = 3:kbdsw.dll , "Swedish"
  297. swfdll = 2:kbdsf.dll , "Swiss French"
  298. swgdll = 2:kbdsg.dll , "Swiss German"
  299. nodll  =             , "US"
  300. usadll = 3:kbdus.dll , "US"
  301. usddll = 3:kbddv.dll , "US-Dvorak"
  302. usxdll = 2:kbdusx.dll, "US-International"
  303.  
  304. [codepages]
  305. ;       Xlat Table     OEM Font      WOA Font     Description
  306. 863 = 1:xlat863.bin, 3:vga863.fon, 1:app850.fon, "Canadian-French (863)"
  307. 861 = 2:xlat861.bin, 2:vga861.fon, 1:app850.fon, "Icelandic (861)"
  308. 865 = 3:xlat865.bin, 3:vga865.fon, 1:app850.fon, "Nordic (865)"
  309. 850 = 1:xlat850.bin, 2:vga850.fon, 1:app850.fon, "Multi-Lingual (850)"
  310. 860 = 2:xlat860.bin, 2:vga860.fon, 1:app850.fon, "Portuguese (860)"
  311. 437 =              ,             , 3:dosapp.fon, "English (437)"
  312.  
  313. [pointing.device]
  314. ;
  315. ; Note: the VMD field may contain multiple VXD's in the form "x:*vmd,2:1vmd.386".
  316. ;       Please note, however, that if multiple VXD's are specified in the VMD field
  317. ;       they must be surrounded by double quotes (").
  318. ;
  319. ;profile =  mouse driver,   Mouse description,                 VMD,     Optional work section
  320. ;
  321. hpmouse  = 2:hpmouse.drv, "HP Mouse (HP-HIL)",                 x:*vmd
  322. lmouse   = 2:lmouse.drv,  "Logitech",                          2:lvmd.386, lmouse
  323. ps2mouse = 2:mouse.drv,   "Microsoft, or IBM PS/2",            x:*vmd
  324. genius1  = 2:mscmouse.drv,"Genius serial mouse on COM1"      , 2:mscvmd.386
  325. genius2  = 3:msc3bc2.drv, "Genius serial mouse on COM2"      , 2:mscvmd.386
  326. msmouse2 = 2:mscmouse.drv,"Mouse Systems serial or bus mouse", 2:mscvmd.386
  327. msmouse1 = 3:msc3bc2.drv, "Mouse Systems serial mouse on COM2",2:mscvmd.386
  328. nomouse  = 2:nomouse.drv, "No mouse or other pointing device", x:*vmd
  329. kbdmouse = 3:kbdmouse.drv,"Olivetti/AT&T Keyboard Mouse",      x:*vmd
  330.  
  331. [lmouse]
  332. 2:lmouse.com,0:,,,,
  333.  
  334. [dos.mouse.drivers]
  335. mouse.sys   = 5:mouse.SYS,     "MS Dos Mouse driver .SYS ver 7.XX"
  336. mouse.com   = 4:mouse.com,     "MS Dos Mouse driver .COM ver 7.XX"
  337. mousehp.sys = 5:mousehp.SYS,   "HP Dos Mouse driver .SYS ver 7.XX"
  338. mousehp.com = 4:mousehp.com,   "HP Dos Mouse driver .COM ver 7.XX"
  339.  
  340. [network]
  341. ;Prof     = Driver, Description, HelpFile,OptFile,Optional section
  342. nonet     = ,"No Network Installed"                                ,,,nonet_stuff
  343. 3open     = ,"3Com 3+Open"
  344. 3share    = ,"3Com 3+Share"                                        ,,,msnet_stuff
  345. lantastic = ,"Artisoft LANtastic"
  346. banyan    = ,"Banyan Vines"
  347. dlr       = ,"IBM OS/2 LAN Server"
  348. pclp      = ,"IBM PC LAN Program"
  349. lanman    = ,"Microsoft LAN Manager"
  350. msnet     = ,"Microsoft Network (or 100% compatible)",             ,,,msnet_stuff
  351. novell    = ,"Novell NetWare"
  352. pathworks = ,"DEC PATHWORKS"
  353. 10net     = ,"TCS 10Net"
  354.  
  355. [3open.versions]
  356. xx010000="versions 1.X",,3open1
  357. 00020000="version 2.0 Basic",,lmbasic
  358. 01020000="version 2.0 Enhanced",,lmenh20
  359.  
  360. [lantastic.versions]
  361. xx000000="versions below 3.0",,unsupported_net
  362. xx030000="versions 3.X",,lant3
  363. xx040000="versions 4.X",lantasti.386,lant4def,lant4
  364.  
  365. [banyan.versions]
  366. xx000000="versions below 4.0",,unsupported_net
  367. xx040000="versions 4.0X",,ban4
  368. xx041000="version 4.1",z:\vines.drv,ban41def,ban41
  369.  
  370. [pathworks.versions]
  371. xx000000="versions below 4.0",,unsupported_net
  372. xx040000="version 4.0",,dec4
  373. xx040100="version 4.1 or higher",,dec41
  374.  
  375. [dlr.versions]
  376. xx000000="versions below 1.2",,unsupported_net
  377. 00012000="without /API option",,dlr12
  378. 01012000="version 1.2 or 1.3",,dlr12
  379. 01013000="version 1.3 CSD 5015/5050",,dlr13csd
  380. 01020000="version 2.0",,dlr20
  381.  
  382. [pclp.versions]
  383. xx000000="all versions",,pclp
  384.  
  385. [lanman.versions]
  386. xx000000="versions 1.X",,lmbasic
  387. 00020000="version 2.0 Basic",,lmbasic
  388. 01020000="version 2.0 Enhanced",,lmenh20
  389. 00021000="version 2.1 Basic",,lmbasic21
  390. 01021000="version 2.1 Enhanced",lanman21.drv,lmenh21nodrv,lmenh21
  391.  
  392. [novell.versions]
  393. 00000000="shell versions below 3.01",,unsupported_net
  394. 00030100="shell versions below 3.21",,novell301
  395. 00032100="shell versions 3.21 and above",,novell321
  396. 00032600="shell versions 3.26 and above",,novell326
  397.  
  398. [10net.versions]
  399. xx000000="versions below 4.1",,unsupported_net
  400. 00041000="versions 4.1X",,10net41
  401. 01041000="versions 4.1X with DCA 1M card",,10net41a
  402. xx042000="versions 4.2 and above",wtnet.drv,10net42def,10net42
  403. xx050000="version 5.0",wtnet.drv,10net42def,10net50
  404.  
  405. [nonet_stuff]
  406. vxd=x:*dosnet,x:*vnetbios
  407.  
  408. [msnet_stuff]
  409. driver=1:msnet.drv
  410. vxd=x:*dosnet,x:*vnetbios
  411. system.ini=386Enh,TimerCriticalSection,10000
  412. system.ini=386Enh,UniqueDOSPSP,TRUE
  413. system.ini=386Enh,PSPIncrement,5
  414.  
  415. [3open1]
  416. driver=1:msnet.drv
  417. vxd=x:*vnetbios,x:*dosnet,2:lanman10.386
  418. warning=2
  419. system.ini=386Enh,TimerCriticalSection,10000
  420. system.ini=386Enh,UniqueDOSPSP,TRUE
  421. system.ini=386Enh,PSPIncrement=5
  422.  
  423. [unsupported_net]
  424. warning=1
  425.  
  426. [lant3]
  427. warning=2
  428. driver=1:msnet.drv
  429. vxd=x:*vnetbios,x:*dosnet
  430. system.ini=386Enh,INDOSPolling,TRUE
  431. system.ini=386Enh,EMMExclude,D800-DFFF
  432. system.ini=386Enh,NetHeapSize,76
  433. win.ini=Ports,LPT1.DOS,
  434. win.ini=Ports,LPT2.DOS,
  435. win.ini=Ports,LPT3.DOS,
  436. system.ini=386Enh,NetAsynchTimeout,50
  437. system.ini=386Enh,NetAsynchFallback,true
  438.  
  439. [lant4]
  440. driver=1:msnet.drv
  441. system.ini=386Enh,network,"lantasti.386, *vnetbios"
  442. system.ini=386Enh,EMMExclude,D800-DFFF
  443. system.ini=386Enh,PerVMFiles,0
  444. system.ini=386Enh,NetHeapSize,64
  445. system.ini=386Enh,NetAsynchTimeout,50
  446. system.ini=386Enh,NetAsynchFallback,true
  447.  
  448. [lant4def]
  449. warning=3
  450. driver=1:msnet.drv
  451. vxd=x:*vnetbios,x:*dosnet
  452. system.ini=386Enh,EMMExclude,D800-DFFF
  453. system.ini=386Enh,PerVMFiles,0
  454. system.ini=386Enh,NetHeapSize,64
  455. system.ini=386Enh,NetAsynchTimeout,50
  456. system.ini=386Enh,NetAsynchFallback,true
  457.  
  458. [ban4]
  459. warning=2
  460. driver=1:msnet.drv
  461. vxd=x:*vnetbios,x:*dosnet,2:baninst.386
  462. system.ini=386Enh,TimerCriticalSection=5000
  463. system.ini=386Enh,UniqueDOSPSP,TRUE
  464. system.ini=386Enh,PSPIncrement,5
  465.  
  466. [ban41]
  467. ;; paths other than windows disk only works for sysdir or windir...
  468. sysdir=z:\vines.drv,z:\vvinesd.386
  469. sysdir=z:\vnsapi.dll,z:\rvnsapi.dll,z:\rvines.dll,z:\ddelib.dll
  470. system.ini=boot,network.drv,vines.drv
  471. system.ini=386Enh,network,"*vnetbios,*dosnet,vvinesd.386"
  472. system.ini=386Enh,TimerCriticalSection,5000
  473. system.ini=386Enh,UniqueDOSPSP,TRUE
  474. system.ini=386Enh,PSPIncrement,5
  475.  
  476. [ban41def]
  477. warning=3
  478. driver=1:msnet.drv
  479. vxd=x:*vnetbios,x:*dosnet
  480. system.ini=386Enh,TimerCriticalSection=5000
  481. system.ini=386Enh,UniqueDOSPSP,TRUE
  482. system.ini=386Enh,PSPIncrement,5
  483.  
  484. [dec4]
  485. warning=2
  486. driver=2:pcsa.drv
  487. vxd=x:*dosnet,2:decnet.386,2:decnb.386
  488. system.ini=386Enh,TimerCriticalSection,10000
  489.  
  490. [dec41]
  491. driver=2:pcsa.drv
  492. vxd=x:*dosnet,2:decnet.386,2:decnb.386
  493. system.ini=386Enh,TimerCriticalSection,10000
  494.  
  495. [dlr12]
  496. warning=2
  497. driver=1:msnet.drv
  498. vxd=x:*vnetbios,x:*dosnet
  499.  
  500. [dlr13csd]
  501. warning=3
  502. driver=2:lanman.drv
  503. vxd=x:*vnetbios,x:*dosnet
  504. sysdir=2:netapi20.dll,2:pmspl20.dll
  505. update=3:lanman.hlp,3:winpopup.hlp,2:winpopup.exe
  506.  
  507. [dlr20]
  508. system.ini=boot,network.drv,lansrv.drv
  509. vxd=x:*vnetbios,x:*dosnet
  510. update=3:winpopup.hlp,2:winpopup.exe
  511.  
  512. [pclp]
  513. warning=2
  514. driver=1:msnet.drv
  515. vxd=x:*vnetbios,x:*dosnet
  516. system.ini=386Enh,INDOSPolling,TRUE
  517.  
  518. [lmbasic]
  519. warning=2
  520. driver=1:msnet.drv
  521. vxd=x:*dosnet,x:*vnetbios,2:lanman10.386
  522.  
  523. [lmbasic21]
  524. driver=1:msnet.drv
  525. vxd=x:*dosnet,x:*vnetbios,2:lanman10.386
  526.  
  527. [lmenh20]
  528. warning=2
  529. driver=2:lanman.drv
  530. vxd=x:*vnetbios,x:*dosnet
  531. sysdir=2:netapi20.dll,2:pmspl20.dll
  532. update=3:lanman.hlp,2:winpopup.exe,3:winpopup.hlp
  533.  
  534. [lmenh21nodrv]
  535. warning=3
  536. driver=1:msnet.drv
  537. vxd=x:*dosnet,x:*vnetbios
  538.  
  539. [lmenh21]
  540. warning=2
  541. system.ini=boot,network.drv,lanman21.drv
  542. vxd=x:*vnetbios,x:*dosnet
  543. update=2:winpopup.exe,3:winpopup.hlp
  544.  
  545. [novell301]
  546. warning=2
  547. driver=2:netware.drv
  548. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  549. sysdir=3:netware.hlp,3:nwpopup.exe
  550. sysdir=2:ipx.obj,3:netx.com
  551. sysdir=3:ipxodi.com,2:lsl.com
  552. sysdir=3:tbmi2.com
  553. win.ini=windows,load,nwpopup.exe
  554. system.ini=386Enh,OverlappedIO=off
  555.  
  556. [novell321]
  557. warning=2
  558. driver=2:netware.drv
  559. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  560. sysdir=3:netware.hlp,3:nwpopup.exe
  561. sysdir=2:ipx.obj,3:netx.com
  562. sysdir=3:ipxodi.com,2:lsl.com
  563. sysdir=3:tbmi2.com
  564. win.ini=windows,load,nwpopup.exe
  565. system.ini=386Enh,OverlappedIO=off
  566.  
  567. [novell326]
  568. driver=2:netware.drv
  569. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  570. sysdir=3:netware.hlp,3:nwpopup.exe
  571. sysdir=2:ipx.obj,3:netx.com
  572. sysdir=3:ipxodi.com,2:lsl.com
  573. sysdir=3:tbmi2.com
  574. win.ini=windows,load,nwpopup.exe
  575. system.ini=386Enh,OverlappedIO=off
  576.  
  577. [10net41]
  578. warning=2
  579. driver=1:msnet.drv
  580. vxd=x:*vnetbios,x:*dosnet
  581. system.ini=386Enh,TimerCriticalSection,10000
  582.  
  583. [10net41a]
  584. warning=2
  585. driver=1:msnet.drv
  586. vxd=x:*vnetbios,x:*dosnet
  587. system.ini=386Enh,TimerCriticalSection,10000
  588. system.ini=386Enh,UniqueDOSPSP,TRUE
  589. system.ini=386Enh,PSPIncrement,5
  590. system.ini=386Enh,INDOSPolling,TRUE
  591.  
  592. [10net42]
  593. system.ini=boot,network.drv,wtnet.drv
  594. vxd=x:*vnetbios,x:*dosnet
  595. system.ini=386Enh,TimerCriticalSection,10000
  596. windir=10net.ini
  597.  
  598. [10net42def]
  599. warning=3
  600. driver=1:msnet.drv
  601. vxd=x:*dosnet,x:*vnetbios
  602. system.ini=386Enh,TimerCriticalSection,2000
  603.  
  604. [10net50]
  605. warning=3
  606. system.ini=boot,network.drv,wtnet.drv
  607. vxd=x:*dosnet,x:*vnetbios
  608. system.ini=386Enh,TimerCriticalSection,2000
  609. windir=10net.ini
  610.  
  611. [sysfonts]
  612. 2:egasys.fon,"EGA (640x350) resolution System Font", "133,96,72"
  613. 2:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  614. 2:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
  615. 2:egasys.fon,"AT&T (640x400) resolution System Font", "120,96,80"
  616.  
  617. [fixedfonts]
  618. 1:egafix.fon,"EGA (640x350) resolution Fixed System Font", "133,96,72"
  619. 2:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  620. 2:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
  621. 1:egafix.fon,"AT&T (640x400) resolution Fixed System Font", "120,96,80"
  622.  
  623. [oemfonts]
  624. 2:egaoem.fon,"EGA (640x350) resolution Terminal Font (USA/Europe)", "133,96,72",1
  625. 2:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  626. 2:8514oem.fon,"8514/a (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
  627. 2:egaoem.fon,"AT&T (640x400) resolution Terminal Font (USA/Europe)","120,96,80",1
  628.  
  629. ;   The win.copy section is a list of files or sections to copy to the WINDOWS
  630. ;   directoy.
  631. ;
  632. ;   FORMAT      from,to
  633. ;
  634. ;   IE
  635. ;       1:foo.txt,  0:        copy foo.txt from disk 1 to the windows directory
  636. ;       #386,       0:system  copy all files in the 386 SECTION to the
  637. ;
  638. ;
  639. [win.copy]
  640. ; copy this section for setup on 286 machines
  641.    #net,       0:
  642.    #win.shell, 0:
  643.    #win.other, 0:system
  644.  
  645. [win.copy.net]
  646. ; copy this section for network setup on 286 machines
  647.    #net,              0:
  648.  
  649. [win.copy.net.win386]
  650. ; copy this section for network setup on 386 machines
  651.    #net,       0:
  652.  
  653. [win.copy.win386]
  654. ; copy this section for full setup on 386 machines
  655.    #net,       0:
  656.    #win.shell, 0:
  657.    #pwin386,   0:system
  658.    #win.other, 0:system
  659.  
  660. [net]
  661.    6:CONTROL.SRC,    "Windows User Files"
  662.    5:WINVER
  663.  
  664. [win.devices]
  665. ; These devices will be copied on all machines
  666.    4:HIMEM.SYS,      "XMS Memory Manager"
  667.    5:SMARTDRV.EXE,   "Disk Caching Program"
  668.    5:RAMDRIVE.SYS,   "RAM Drive Program"
  669.  
  670. [win.devices.win386]
  671. ; These devices will be copied on 386 machines only
  672.    4:HIMEM.SYS,      "XMS Memory Manager"
  673.    4:EMM386.EXE,     "LIM Expanded Memory Manager"
  674.    5:SMARTDRV.EXE,   "Disk Caching Program"
  675.    5:RAMDRIVE.SYS,   "RAM Drive Program"
  676.  
  677. [win.other]
  678.    5:WINOLDAP.MOD,   "Windows Drivers"
  679.    4:WIN87EM.DLL
  680.    5:SYSEDIT.EXE
  681.    4:COMMDLG.DLL
  682.    5:DDEML.DLL
  683.    4:OLECLI.DLL
  684.    5:OLESVR.DLL
  685.    5:DSWAP.EXE
  686.    5:WSWAP.EXE
  687.    6:SETUP.REG
  688.    5:SHELL.DLL
  689.    5:MAIN.CPL
  690.    4:MIDIMAP.DRV
  691.    6:MIDIMAP.CFG
  692.    6:SND.CPL
  693.    5:DRIVERS.CPL
  694.    5:MMSYSTEM.DLL
  695.    6:MMTASK.TSK
  696.    3:TIMER.DRV
  697.    5:MCISEQ.DRV
  698.    6:MCIWAVE.DRV
  699.    6:CONTROL.INF
  700.    6:APPS.INF
  701.    5:TOOLHELP.DLL
  702.  
  703. [win.shell]
  704.    4:PROGMAN.EXE,    "Program Manager"
  705.    6:TASKMAN.EXE,    "Task Manager"
  706.    4:WINFILE.EXE,    "File Manager"
  707.    4:CLIPBRD.EXE,    "Clipboard Viewer"
  708.    4:CONTROL.EXE,    "Control Panel"
  709.    5:PIFEDIT.EXE,    "PIF Editor"
  710.    3:REGEDIT.EXE,    "Registration database"
  711.    4:PRINTMAN.EXE,   "Print Manager"
  712.    5:MSD.EXE,        "Microsoft Diagnostics"
  713.    6:msd.ini
  714.    3:WRITE.EXE,      "Write Word Processor"
  715.    4:WRITE.HLP,      "Write Word Processor Help"
  716.    4:moricons.dll    "Icons"
  717.  
  718. [pwin386]
  719.    4:WINOA386.MOD,   "386 Enhanced Mode files"
  720.    6:WIN386.PS2
  721.    5:WIN386.EXE
  722.    3:VTDAPI.386
  723.  
  724. [DelFiles]
  725. ;Statically initialize the list of files that will be DELETED during the
  726. ;  3.0 to 3.1 up-grade process. Add or remove items from this list at will,
  727. ;  (Wildcards accepted in list)
  728. ; The first files in the list are deleted from Windows system dir(local setup).
  729. ; Nb : Note that DelFiles section always is processed before RenFiles section.
  730.    tmsr?.fon
  731.    helv?.fon
  732.    swapfile.exe
  733.    kernel.exe
  734.    pmspl.dll
  735.    netapi.dll
  736.    midi.cpl
  737.    _default.pif
  738. ; All files in the list AFTER this point will be deleted from Windows dir.
  739. ; WARNING: The "..\" is needed, the code depends on it!!!
  740.    ..\setup.inf
  741.    shell.dll
  742.    olecli.dll
  743.    olesvr.dll
  744.    commdlg.dll
  745.    ver.dll
  746.    toolhelp.dll
  747.    *.pcl
  748.    3270.txt
  749.    networks.txt
  750.    printers.txt
  751.    readme.txt
  752.    sysini?.txt
  753.    winini?.txt
  754.    DRWATSON.EXE
  755. ; Various names for old Windows SETUP.EXE
  756.    SETUP.EXE
  757.    INSTALL.EXE
  758.    ASETTA.EXE
  759.    CONFIG.EXE
  760.    INSTALAR.EXE
  761.    KURMA.EXE
  762.  
  763. [RenFiles]
  764. ; Similar section but for file renaming to create .bak if needed
  765.    MIDIMAP.CFG,MIDIMAP.OLD
  766.    ADLIB.DRV,MSADLIB.DRV
  767.  
  768.  
  769. ; The win.apps, win.games, win.scrs, win.bmps, and win.readme sections are
  770. ; all formatted as described below.
  771. ;
  772. ; X:FileName,      Description,     FileSize,   Profile String
  773. ;
  774. ; Where profile string is used by setup.exe to "lookup" the item in the
  775. ; appropiate progman groups section to determine if and how the item is
  776. ; to be added to a Program manager group via DDE. The profile string is
  777. ; also used to "lookup" and needed dependent files in the [win.dependents]
  778. ; section.
  779. ;
  780. [win.apps]
  781.    5:CALC.EXE,     "Calculator"                ,  43072, calc
  782.    4:CALENDAR.EXE, "Calendar"                  ,  59824, calendar
  783.    4:CARDFILE.EXE, "Cardfile"                  ,  93184, cardfile
  784.    4:CLOCK.EXE,    "Clock"                     ,  16416, clock
  785.    3:NOTEPAD.EXE,  "Notepad"                   ,  32736, notepad
  786.    5:PBRUSH.EXE,   "Paintbrush"                , 183168, pbrush
  787.    4:TERMINAL.EXE, "Terminal"                  , 148160, terminal
  788.    5:CALC.HLP,     "Calculator Help"           ,  18076
  789.    5:CALENDAR.HLP, "Calendar Help"             ,  20656
  790.    4:CARDFILE.HLP, "Cardfile Help"             ,  24810
  791.    4:NOTEPAD.HLP,  "Notepad Help"              ,  13894
  792.    4:PBRUSH.HLP,   "Paintbrush Help"           ,  40269
  793.    3:RECORDER.EXE, "Recorder"                  ,  39152, recorder
  794.    3:RECORDER.HLP, "Recorder Help"             ,  18200
  795.    4:TERMINAL.HLP, "Terminal Help"             ,  36279
  796.    4:PACKAGER.EXE, "Object Packager"           ,  76480, packager
  797.    3:PACKAGER.HLP, "Object Packager Help"      ,  21156
  798.    3:CHARMAP.EXE,  "Character Map"             ,  22016, charmap
  799.    4:CHARMAP.HLP,  "Character Map Help"        ,  10797
  800.    5:MPLAYER.EXE,  "Media Player"              ,  33312, mplayer
  801.    3:MPLAYER.HLP,  "Media Player Help"         ,  12825
  802.    4:SOUNDREC.EXE, "Sound Recorder"            ,  51241, soundrec
  803.    3:SOUNDREC.HLP, "Sound Recorder Help"       ,  17730
  804.    6:CLIPBRD.HLP,  "Clipboard Viewer Help"     ,  13071
  805.    4:DRWATSON.EXE, "Dr. Watson System Utility" ,  26864
  806.    5:PIFEDIT.HLP,  "PIF Editor Help"           ,  33270
  807.    4:PRINTMAN.HLP, "Print Manager Help"        ,  40879
  808.    5:PROGMAN.HLP,  "Program Manager Help"      ,  30911
  809.    6:REGEDIT.HLP,  "Registration Help"         ,  22681
  810.    5:REGEDITV.HLP, "Registration Advanced Help",  15731
  811.    3:WINFILE.HLP,  "File Manager Help"         ,  76855
  812.    3:WINTUTOR.EXE, "Windows Tutorial"          , 124416, wintutor
  813.    3:WINHELP.HLP,  "Help Utility Help"         ,  26960
  814.    3:GLOSSARY.HLP, "Glossary Help"             ,  46570
  815.    3:EXPAND.EXE,   "File Expansion Utility"    ,  15285
  816.    diskspace=1506946
  817.  
  818. [win.dependents]
  819. pbrush   = 4:PBRUSH.DLL
  820. recorder = 3:RECORDER.DLL
  821. wintutor = 4:WINTUTOR.DAT
  822.  
  823. [win.games]
  824.    4:SOL.EXE,      "Solitaire"        , 180688, sol
  825.    4:WINMINE.EXE,  "Minesweeper"      ,  27776, winmine
  826.    5:SOL.HLP,      "Solitaire Help"   ,  13753
  827.    4:WINMINE.HLP,  "Minesweeper Help" ,  12754
  828.    diskspace=234971
  829.  
  830. [win.scrs]
  831.    4:SCRNSAVE.SCR, "Default Screen Saver"     ,   5328
  832.    4:SSMARQUE.SCR, "Marquee Screen Saver"     ,  16896
  833.    4:SSMYST.SCR,   "Mystify Screen Saver"     ,  19456
  834.    4:SSSTARS.SCR,  "Stars Screen Saver"       ,  17536
  835.    3:ssflywin.scr, "Flying Windows Screen Saver",  16160
  836.    diskspace=75376
  837.  
  838. [win.bmps]
  839.    4:256COLOR.BMP, "256-Color Wallpaper"      ,   5078
  840.    6:ARCADE.BMP,   "Arcade Wallpaper"         ,    630
  841.    4:ARCHES.BMP,   "Arches Wallpaper"         ,  10358
  842.    3:ARGYLE.BMP,   "Argyle Wallpaper"         ,    630
  843.    3:CARS.BMP,     "Cars Wallpaper"           ,    630
  844.    6:CASTLE.BMP,   "Castle Wallpaper"         ,    778
  845.    5:CHITZ.BMP,    "Chitz Wallpaper"          ,  19918
  846.    5:EGYPT.BMP,    "Egypt Wallpaper"          ,    630
  847.    3:FLOCK.BMP,    "Flock Wallpaper"          ,   1630
  848.    4:HONEY.BMP,    "Honey Wallpaper"          ,    854
  849.    4:MARBLE.BMP,   "Marble Wallpaper"         ,  27646
  850.    4:RIVETS.BMP,   "Rivets Wallpaper"         ,    630
  851.    3:REDBRICK.BMP, "Red Brick Wallpaper"      ,    630
  852.    6:SQUARES.BMP,  "Squares Wallpaper"        ,    630
  853.    4:TARTAN.BMP,   "Tartan Wallpaper"         ,  32886
  854.    4:THATCH.BMP,   "Thatch Wallpaper"         ,    598
  855.    4:WINLOGO.BMP,  "Windows Logo Wallpaper"   ,  38518
  856.    3:ZIGZAG.BMP,   "Zigzag Wallpaper"         ,    630
  857.    6:LEAVES.BMP,   "Leaves Wallpaper"         ,  15118
  858.    5:ding.wav,     "Ding Sound"               ,  11598
  859.    3:chord.wav,    "Chord Sound"              ,  24982
  860.    4:chimes.wav,   "Chimes Sound"             ,  15920
  861.    4:tada.wav,     "Trumpet Sound"            ,  27804
  862.    5:canyon.mid,   "Canyon MIDI Song"         ,  33883
  863.    diskspace=272609
  864.  
  865. [win.readme]
  866.    3:readme.wri,   "General Readme"           ,  92928, readme
  867.    3:networks.wri, "Networks Readme"          ,  62336
  868.    3:winini.wri,   "Win.ini Readme"           ,  31104
  869.    3:sysini.wri,   "System.ini Readme"        ,  52864
  870.    3:printers.wri, "Printers Readme"          ,  41984
  871.    3:apps.hlp,     "Application Compatibility Help",  15930
  872.    diskspace=297146
  873.  
  874. ; The [*.groups] sections maps a group section to the group name used in
  875. ; Program Manager.
  876. ;
  877. ; Section Name = Progman group name, Min/Max switch. ( 1 = Max, nothing = Min).
  878. ;
  879. ; This section is used for upgrading from 3.X to 3.1.
  880. [new.groups]
  881. group7=Main,1
  882. group1=StartUp
  883. group2=Accessories
  884. group6=Games
  885.  
  886. ; This section is for new install.
  887. [progman.groups]
  888. group3=Main,1
  889. group4=Accessories
  890. group5=Games
  891. group1=StartUp
  892.  
  893. ; Progman DDE control section. This section controls the progman DDE and defines which
  894. ; .exe's will be added to which groups. The [progman.groups] sections lists section
  895. ; names that each describe the contents of that group.
  896. ;
  897. ; Description string,  .EXE name, Icon extraction .EXE, Icon extraction index, profile
  898. ;
  899. ; If the profile field is left NULL, the item will always be added to the group. Otherwise
  900. ; the item will only be added if it was installed via the partial install dlg.
  901. ;
  902. ;
  903. ; NOTE: If EXE name is NULL item will be deleted from the group if it exists there.
  904. ;
  905.  
  906. [group3]
  907. "File Manager",     WINFILE.EXE
  908. "Control Panel",    CONTROL.EXE
  909. "Print Manager",    PRINTMAN.EXE
  910. "Clipboard Viewer", CLIPBRD.EXE
  911. "MS-DOS Prompt",    DOSPRMPT.PIF, PROGMAN.EXE, 9
  912. "Windows Setup",    SETUP.EXE
  913. "PIF Editor",       PIFEDIT.EXE
  914. "Read Me",          README.WRI,,,                              readme
  915.  
  916. [group4]
  917. "Write",            WRITE.EXE
  918. "Paintbrush",       PBRUSH.EXE,,,                              pbrush
  919. "Terminal",         TERMINAL.EXE,,,                            terminal
  920. "Notepad",          NOTEPAD.EXE,,,                             notepad
  921. "Recorder",         RECORDER.EXE,,,                            recorder
  922. "Cardfile",         CARDFILE.EXE,,,                            cardfile
  923. "Calendar",         CALENDAR.EXE,,,                            calendar
  924. "Calculator",       CALC.EXE,,,                                calc
  925. "Clock",            CLOCK.EXE,,,                               clock
  926. "Object Packager",  PACKAGER.EXE,,,                            packager
  927. "Character Map",    CHARMAP.EXE,,,                             charmap
  928. "Media Player",     MPLAYER.EXE,,,                             mplayer
  929. "Sound Recorder",   SOUNDREC.EXE,,,                            soundrec
  930.  
  931. [group5]
  932. "Solitaire",        SOL.EXE,,,                                 sol
  933. "Minesweeper",      WINMINE.EXE,,,                             winmine
  934.  
  935. [group1]
  936. "Dr. Watson"
  937.  
  938. [group2]
  939. "Object Packager",  PACKAGER.EXE,,,                            packager
  940. "Character Map",    CHARMAP.EXE,,,                             charmap
  941. "Media Player",     MPLAYER.EXE,,,                             mplayer
  942. "Sound Recorder",   SOUNDREC.EXE,,,                            soundrec
  943. "PIF Editor"
  944. "Write",            WRITE.EXE
  945.  
  946. [group6]
  947. "Solitaire",        SOL.EXE,,,                                 sol
  948. "Minesweeper",      WINMINE.EXE,,,                             winmine
  949.  
  950. [group7]
  951. "PIF Editor",       PIFEDIT.EXE
  952. "Read Me"
  953. "DOS Prompt"
  954. "MS-DOS Prompt",    DOSPRMPT.PIF, PROGMAN.EXE, 9
  955. "Read Me",          README.WRI,,,                              readme
  956. "Tutorial"
  957.  
  958. [fonts]
  959.    6:SSERIFB.FON, "MS Sans Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
  960.    5:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  961.    5:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  962.  
  963.    6:COURB.FON, "Courier 8,10,12,15 (EGA res)", "133,96,72"
  964.    6:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  965.    6:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"
  966.  
  967.    6:SERIFB.FON, "MS Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
  968.    6:SERIFE.FON, "MS Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  969.    5:SERIFF.FON, "MS Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  970.  
  971.    6:ARIALB.FON, "Arial 8,10 (EGA res)", "133,96,72"
  972.    6:TIMESB.FON, "Times New Roman 8,10 (EGA res)", "133,96,72"
  973.  
  974.    6:SYMBOLB.FON, "Symbol 8,10,12,14,18,24 (EGA res)", "133,96,72"
  975.    6:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  976.    3:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  977.  
  978.    6:SMALLB.FON, "Small Fonts (EGA res)", "133,96,72"
  979.    6:SMALLE.FON, "Small Fonts (VGA res)", "100,96,96"
  980.    6:SMALLF.FON, "Small Fonts (8514/a res)", "100,120,120"
  981.  
  982.    6:ROMAN.FON, "Roman (Plotter)",   "CONTINUOUSSCALING"
  983.    6:SCRIPT.FON, "Script (Plotter)", "CONTINUOUSSCALING"
  984.    6:MODERN.FON, "Modern (Plotter)", "CONTINUOUSSCALING"
  985.  
  986. [ttfonts]
  987. ;
  988. ;Font Header file, Description string,       Font file,     FontFamily/Flags
  989. ;
  990. ; Flags:  0000 = Normal weighted font.
  991. ;         0100 = Bolded font.
  992. ;         1000 = Italic font.
  993. ; NOTE: Flags not currently used.
  994. ;
  995. ; NOTE: The first letter of each word in the font desctiption string needs
  996. ;       to be capitalized.
  997. ;
  998. 6:ARIAL.FOT,   "Arial (TrueType)",                       6:arial.ttf,   ""
  999. 6:ARIALBD.FOT, "Arial Bold (TrueType)",                  6:arialbd.ttf,  "Arial0100"
  1000. 6:ARIALBI.FOT, "Arial Bold Italic (TrueType)",           6:arialbi.ttf, "Arial1100"
  1001. 6:ARIALI.FOT,  "Arial Italic (TrueType)",                6:ariali.ttf,  "Arial1000"
  1002. 6:COUR.FOT,    "Courier New (TrueType)",                 6:cour.ttf,    ""
  1003. 6:COURBD.FOT,  "Courier New Bold (TrueType)",            6:courbd.ttf,  "Courier0100"
  1004. 6:COURBI.FOT,  "Courier New Bold Italic (TrueType)",     6:courbi.ttf,  "Courier1100"
  1005. 6:COURI.FOT,   "Courier New Italic (TrueType)",          6:couri.ttf,   "Courier1000"
  1006. 6:TIMES.FOT,   "Times New Roman (TrueType)",             6:times.ttf,   ""
  1007. 6:TIMESBD.FOT, "Times New Roman Bold (TrueType)",        6:timesbd.ttf, "Times New Roman0100"
  1008. 6:TIMESBI.FOT, "Times New Roman Bold Italic (TrueType)", 6:timesbi.ttf, "Times New Roman1100"
  1009. 6:TIMESI.FOT,  "Times New Roman Italic (TrueType)",      6:timesi.ttf,  "Times New Roman1000"
  1010. 6:SYMBOL.FOT,  "Symbol (TrueType)",                      6:symbol.ttf,  ""
  1011. 6:WINGDING.FOT,"WingDings (TrueType)",                   6:wingding.ttf,""
  1012.  
  1013. ; If any of these drivers are found in the config.sys file, Setup removes them.
  1014. [compatibility]
  1015. icache.sys   
  1016. ibmcache.sys 
  1017. cache.sys    
  1018. cache.exe    
  1019. mcache.sys   
  1020. fast512.sys
  1021.  
  1022. ; Known TSRs and drivers which may result in a hang or crash
  1023. ; during execution of Setup or Windows.
  1024. ;
  1025. ; filename = description string
  1026. [incompTSR1]
  1027. ep.exe      = "Norton Desktop/Windows Erase Protect TSR"
  1028. qmaps.sys   = "QMAPS Memory Manager"
  1029. qcache.exe  = "386 Max Disk Cache Utility"
  1030. cache.exe   = "Disk Cache Utility"
  1031. flash.exe   = "Flash Disk Cache Utility"
  1032. hyper386.exe= "Hyper Disk Cache Utility"
  1033. hyperdkx.exe= "Hyper Disk Cache Utility"
  1034. hyper286.exe= "Hyper Disk Cache Utility"
  1035. hyperdke.exe= "Hyper Disk Cache Utility"
  1036. hyperdkc.exe= "Hyper Disk Cache Utility"
  1037. ncache.exe  = "Norton Disk Cache Utility"
  1038. pc-kwik.exe = "PC-Kwik Disk Cache Utility"
  1039. pc-cache.com= "PC Tools Disk Cache Utility"
  1040. superpck.exe= "Super PC-Kwik Disk Cache Utility"
  1041. vdisk.sys   = "IBM RAM Disk Utility" 
  1042. allemm4.sys="All Charge 386"
  1043. anarkey.com="Anarkey"
  1044. vsafe.sys = "Central Point Anti-Virus"
  1045. vsafe.com = "Central Point Anti-Virus TSR"
  1046. vdefend.sys="PC Tools VDefend"
  1047. vdefend.com="PC Tools VDefend"
  1048. kbflow.exe="KBFlow TSR by Artisoft"
  1049. s-ice.exe="SoftIce"
  1050. desktop.exe="PC Tools Desktop TSR"
  1051. sk2.exe="Sidekick Version 2.0"
  1052. sk.com="Sidekick Version 1.0"
  1053. skplus.exe="Sidekick Plus"
  1054. print.exe="MS-DOS PRINT Utility"
  1055. pyro.exe="Pyro! Screen Saver"
  1056. xgaaidos.sys="8514 emulation driver "
  1057. asplogin.exe="ASP Integrity Toolkit"
  1058. lsallow.exe="Lansight Network Utilities TSR"
  1059. lansel.exe="Lansight Network Utilities TSR"
  1060. vaccine.exe="Vaccine Antivirus Program"
  1061. newspace.exe="Newspace Disk Compression Utility"
  1062. newres.exe="Newspace Disk Compression Utility"
  1063. tscsi.sys="Trantor T100  SCSI driver"
  1064. pcpanel.exe="Lasertools Printer Control Panel"
  1065. hpemm386.sys = "HP Expanded Memory Manager"
  1066. hpemm486.sys = "HP Expanded Memory Manager"
  1067. ramtype.sys  = "Ramtype Utility"
  1068. iemm.sys     = "Memory Manager"
  1069. ilim386.sys  = "Intel Expanded Memory Emulator"
  1070. cmdedit.com  = "Command Line Editor"
  1071. hpmm.sys     = "HP Memory Manager"
  1072. ced.exe      = "PCED Command Line Editor"
  1073. ced.com      = "CED Command Line Editor"
  1074. umbpro.sys   = "UMB Pro Memory Manager"
  1075. rm386.sys    = "NetRoom Memory Manager"
  1076.  
  1077. ; Known TSRs and device drivers which can(!) potentially cause problems
  1078. ; if running during Setup or Windows
  1079. ;
  1080. ; filename = description string
  1081. [incompTSR2]
  1082. ndosedit.com  = "Command Line Editor"
  1083. doscue.com="DOSCUE Command Line Editor"
  1084. datamon.exe="PC Tools Datamon"
  1085. subst.exe="MS-DOS SUBST Utility"
  1086. join.exe="MS-DOS JOIN Utility"
  1087. viralert.sys="Data Physician Plus TSR"
  1088. graphics.com="MS-DOS GRAPHICS Utility"
  1089. le.com="Le Menu Menuing Package"
  1090. assign.com="MS-DOS ASSIGN Utility"
  1091. append.com="MS-DOS APPEND Utility"
  1092. diskmon.exe="Norton Disk Monitoring TSR"
  1093. dubldisk.sys="Double Disk Data Compression Utility"
  1094. pa.exe = "Printer Assist"
  1095. speedfxr.com = "Speedfxr"
  1096. pcsxmaem.sys = "pcsxmaem Utility"
  1097. xmaem.sys    = "xmaem Utility"
  1098. cubitr.exe   = "Cubit"
  1099.  
  1100. [block_devices]
  1101. tscsi.sys
  1102. tcscsi.sys
  1103. atdosxl.sys
  1104. dmdrvr.bin
  1105. drdrive.sys
  1106.  
  1107. [Installable.Drivers]
  1108. ; key         = filename,       type(s),     description, VxD(s), Default Params
  1109. msadlib       = 3:msadlib.drv,  "MIDI",      "Ad Lib", 3:vadlibd.386,
  1110. lapc1         = 4:mpu401.drv,   "MIDI",      "Roland LAPC1",,
  1111. midimapper    = 4:midimap.drv,  "MidiMapper", "MIDI Mapper",,
  1112. mpu401        = 4:mpu401.drv,   "MIDI",      "Roland MPU-401",,
  1113. sequencer     = 5:mciseq.drv,   "Sequencer", "[MCI] MIDI Sequencer",,
  1114. soundblaster  = 3:sndblst.drv,  "Wave,MIDI", "Creative Labs Sound Blaster 1.0", 3:vsbd.386,, msadlib
  1115. soundblaster2 = 3:sndblst2.drv, "Wave,MIDI", "Creative Labs Sound Blaster 1.5", 3:vsbd.386,, msadlib
  1116. timer         = 3:timer.drv,    "Timer",     "Timer", 3:vtdapi.386,
  1117. thunder       = 3:sndblst2.drv, "Wave", "Media Vision Thunder Board", 3:vsbd.386,, msadlib
  1118. wave          = 6:mciwave.drv,  "WaveAudio", "[MCI] Sound",, "4"
  1119. cdaudio       = 5:mcicda.drv,   "CDAudio",   "[MCI] CD Audio",,
  1120.  
  1121. ; This section translates Windows 3.0 OEMSETUP.INF entries to their 3.1
  1122. ; equivalents. The disk names should be the first entries in the list.
  1123.  
  1124. [translate]
  1125. WinDiskName=26,"Microsoft Windows 3.0 Disk"
  1126. WinDiskName=14,"Windows Disk #"
  1127. *vddvga=1:vddvga30.386
  1128. cti.lgo=2:herclogo.lgo
  1129. herclogo.rle=2:herclogo.rle
  1130. vddega=2:vddega.386
  1131. vgacolor.gr2=1:vgacolor.2gr
  1132. vgalogo.lgo=2:vgalogo.lgo
  1133. vgalogo.rle=3:vgalogo.rle
  1134. rgdi.lgo=2:vgalogo.lgo
  1135. rgdi.rle=3:vgalogo.rle
  1136. vga.gr3=3:vga30.3gr
  1137. v7vga.gr3=2:v7vga.3gr
  1138. cga40woa.fon=2:cga40woa.fon
  1139. cga40850.fon=2:cga40850.fon
  1140. cga80woa.fon=2:cga80woa.fon
  1141. cga80850.fon=2:cga80850.fon
  1142. ega40woa.fon=2:ega40woa.fon
  1143. ega40850.fon=2:ega40850.fon
  1144. ega80woa.fon=2:ega80woa.fon
  1145. ega80850.fon=2:ega80850.fon
  1146. vgasys.fon=2:vgasys.fon
  1147. vgafix.fon=2:vgafix.fon
  1148. vgaoem.fon=2:vgaoem.fon
  1149. 8514sys.fon=2:8514sys.fon
  1150. 8514fix.fon=2:8514fix.fon
  1151. 8514oem.fon=2:8514oem.fon
  1152. helvb.fon=6:sserifb.fon
  1153. helve.fon=5:sserife.fon
  1154. helvf.fon=5:sseriff.fon
  1155. courb.fon=6:courb.fon
  1156. coure.fon=6:coure.fon
  1157. courf.fon=6:courf.fon
  1158. tmsrb.fon=6:serifb.fon
  1159. tmsre.fon=6:serife.fon
  1160. tmsrf.fon=5:seriff.fon
  1161. symbolb.fon=6:symbolb.fon
  1162. symbole.fon=6:symbole.fon
  1163. symbolf.fon=3:symbolf.fon
  1164. roman.fon=6:roman.fon
  1165. script.fon=6:script.fon
  1166. modern.fon=6:modern.fon
  1167. kbdbe.dll=2:kbdbe.dll
  1168. kbduk.dll=2:kbduk.dll
  1169. kbdda.dll=2:kbdda.dll
  1170. kbdne.dll=2:kbdne.dll
  1171. kbdfi.dll=2:kbdfi.dll
  1172. kbdfr.dll=2:kbdfr.dll
  1173. kbdca.dll=2:kbdca.dll
  1174. kbdgr.dll=2:kbdgr.dll
  1175. kbdic.dll=2:kbdic.dll
  1176. kbdit.dll=2:kbdit.dll
  1177. kbdla.dll=2:kbdla.dll
  1178. kbdno.dll=2:kbdno.dll
  1179. kbdpo.dll=2:kbdpo.dll
  1180. kbdsp.dll=3:kbdsp.dll
  1181. kbdsw.dll=3:kbdsw.dll
  1182. kbdsf.dll=2:kbdsf.dll
  1183. kbdsg.dll=2:kbdsg.dll
  1184. kbdus.dll=3:kbdus.dll
  1185. kbddv.dll=3:kbddv.dll
  1186. kbdusx.dll=2:kbdusx.dll
  1187. xlat863.bin=1:xlat863.bin
  1188. xlat861.bin=2:xlat861.bin
  1189. xlat865.bin=3:xlat865.bin
  1190. xlat850.bin=1:xlat850.bin
  1191. xlat860.bin=2:xlat860.bin
  1192. vga863.fon=3:vga863.fon
  1193. vga861.fon=2:vga861.fon
  1194. vga865.fon=3:vga865.fon
  1195. vga850.fon=2:vga850.fon
  1196. vga860.fon=2:vga860.fon
  1197. win.cnf=2:win.cnf
  1198.  
  1199. ; Used to update files that already exist on the disk
  1200. ;
  1201. [Update.Files]
  1202. 0:system,3:sndblst.drv
  1203. 0:system,3:sndblst2.drv
  1204. 0:system,4:mpu401.drv
  1205. 0:system,3:msadlib.drv
  1206. 0:system,3:vtdapi.386
  1207. 0:system,3:vsbd.386
  1208. 0:system,3:vadlibd.386
  1209. 0:system,5:mcicda.drv
  1210.  
  1211. ; Used to update dependents of files in the [Update.Files] section.
  1212. ;
  1213. [Update.Dependents]
  1214. msadlib.drv = 3:vadlibd.386
  1215. sndblst.drv = 3:vsbd.386
  1216. sndblst2.drv = 3:vsbd.386
  1217.  
  1218. ; This section is processed by both the DOS and WINDOWS portions of setup
  1219. ; for temporarily renaming profile strings during setup. THE RENAME
  1220. ; OPERATION WILL ONLY TAKE PLACE IF THE ORIGINAL PROFILE STRING EXISTS AND HAS
  1221. ; A RIGHT HAND SIDE STRING.
  1222. ;
  1223. ; .ini file,  section name, temporary profile name, Original profile name.
  1224. ;
  1225. [ini.upd.patches]
  1226.   system.ini, Boot,    "olddrivers"    ,"drivers"
  1227.   win.ini   , Desktop, "oldwallpaper"  ,"wallpaper"
  1228.   system.ini, Boot,    "oldtaskman"    ,"taskman.exe"
  1229.   system.ini, Boot,    "oldshell"      ,"shell"
  1230.  
  1231. ; Used by the windows half to shrink the memory needed to hold this pig.
  1232. ;
  1233. [blowaway]
  1234.    this line needed
  1235.  
  1236. [ini.upd.31]
  1237. ;
  1238. ; WARNING: This section only works on win.ini or system.ini !!
  1239. ;
  1240. ; .ini file,  section,  old line to be replaced,  new line,  rename operater.
  1241. ;
  1242. ; If the "old line to be replaced" field is empty, setup will assume that
  1243. ; the new line is to be added. The rename operater tells setup to retain the RHS
  1244. ; of the profile. This is used as a renaming mechanism during upgrades.
  1245. ; Nb : Simple string substitution is implemented :
  1246. ;     ?P means any valid MS-DOS path
  1247. ;
  1248.   system.ini, Boot,                               ,   "taskman.exe="
  1249.   system.ini, mci,     "waveaudio="               ,   "WaveAudio=mciwave.drv"
  1250.   system.ini, mci,     "sequencer="               ,   "Sequencer=mciseq.drv"
  1251.   system.ini, mci,     "cdaudio="                 ,   "CDAudio=mcicda.drv"                      
  1252.   system.ini, drivers,                            ,   "timer=timer.drv"
  1253.   system.ini, drivers,         "midimapper="      ,   "midimapper=midimap.drv"
  1254.   system.ini, drivers, "midi=adlib.drv"           ,   "midi=msadlib.drv"          ,rename
  1255.   system.ini, drivers, "midi1=adlib.drv"          ,   "midi1=msadlib.drv"         ,rename
  1256.   system.ini, drivers, "midi2=adlib.drv"          ,   "midi2=msadlib.drv"         ,rename
  1257.   system.ini, drivers, "midi3=adlib.drv"          ,   "midi3=msadlib.drv"         ,rename
  1258.   system.ini, drivers, "midi4=adlib.drv"          ,   "midi4=msadlib.drv"         ,rename
  1259.   system.ini, 386Enh,       "keyboard=?Pbpvkd.386",
  1260.   system.ini, 386Enh,          "keyboard="        ,   "keyboard=*vkd"             ,noclobber
  1261.   system.ini, 386Enh,          "device=vpicda.386",   "device=*vpicd"
  1262.   system.ini, 386Enh,          "device=*vhd"      ,   "device=*blockdev"
  1263.   system.ini, 386Enh,          "device=*vpd"      ,
  1264.   system.ini, 386Enh,          "device=vdmad.386" ,   "device=*vdmad"
  1265.   system.ini, 386Enh,          "device=vdmadx.386",   "device=*vdmad"
  1266.   system.ini, 386Enh,                             ,   "device=*pagefile"
  1267.   system.ini, 386Enh,       "device=?Pvtdapi.386" ,   "device=vtdapi.386"
  1268.   system.ini, NonWindowsApp,"localtsrs="          ,   "localtsrs=dosedit,ced"  ,noclobber
  1269.   win.ini   , Sounds,  "SystemDefault="           ,   "SystemDefault=ding.wav, Default Beep"      ,noclobber
  1270.   win.ini   , Sounds,  "SystemExclamation="       ,   "SystemExclamation=chord.wav, Exclamation"  ,noclobber
  1271.   win.ini   , Sounds,  "SystemStart="             ,   "SystemStart=tada.wav, Windows Start"       ,noclobber
  1272.   win.ini   , Sounds,  "SystemExit="              ,   "SystemExit=chimes.wav, Windows Exit"       ,noclobber
  1273.   win.ini   , Sounds,  "SystemHand="              ,   "SystemHand=chord.wav, Critical Stop"       ,noclobber
  1274.   win.ini   , Sounds,  "SystemQuestion="          ,   "SystemQuestion=chord.wav, Question"        ,noclobber
  1275.   win.ini   , Sounds,  "SystemAsterisk="          ,   "SystemAsterisk=chord.wav, Asterisk"        ,noclobber
  1276.   win.ini   , "mci extensions",                   ,   "wav=waveaudio"
  1277.   win.ini   , "mci extensions",                   ,   "mid=sequencer"
  1278.   win.ini   , "mci extensions",                   ,   "rmi=sequencer"
  1279.   win.ini   , FontSubstitutes,                    ,   "Helv=MS Sans Serif"
  1280.   win.ini   , FontSubstitutes,                    ,   "Tms Rmn=MS Serif"
  1281.   win.ini   , FontSubstitutes, "Courier=Courier New" ,
  1282.   win.ini   , FontSubstitutes,                    ,   "Times=Times New Roman"
  1283.   win.ini   , FontSubstitutes,                    ,   "Helvetica=Arial"
  1284.   win.ini   , "Microsoft Word 2.0", "HPDSKJET="   ,   "HPDSKJET=+1"             ,noclobber
  1285.   ;
  1286.   ; Remove these Win 3.0 font entries from win.ini because they have either
  1287.   ; been replaced or removed for Win 3.1
  1288.   ;
  1289.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (CGA res)="
  1290.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (EGA res)="
  1291.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (60 dpi)="
  1292.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (120 dpi)="
  1293.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (VGA res)="
  1294.   win.ini, Fonts, "Helv 8,10,12,14,18,24 (8514/a res)="
  1295.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (CGA res)="
  1296.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (EGA res)="
  1297.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (60 dpi)="
  1298.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (120 dpi)="
  1299.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (VGA res)="
  1300.   win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (8514/a res)="
  1301.   ;
  1302.   ; Remove these font entries if they exist because these .ini entries
  1303.   ; are obsolete. We use "TrueType" rather than "Scalable"
  1304.   ;
  1305.   win.ini, Fonts, "Arial (Scalable)="
  1306.   win.ini, Fonts, "Arial Bold (Scalable)="
  1307.   win.ini, Fonts, "Arial Bold Italic (Scalable)="
  1308.   win.ini, Fonts, "Arial Italic (Scalable)="
  1309.   win.ini, Fonts, "Courier (Scalable)="
  1310.   win.ini, Fonts, "Courier Bold (Scalable)="
  1311.   win.ini, Fonts, "Courier Italic (Scalable)="
  1312.   win.ini, Fonts, "Courier Bold Italic (Scalable)="
  1313.   win.ini, Fonts, "Courier (TrueType)"
  1314.   win.ini, Fonts, "Courier Bold (TrueType)"
  1315.   win.ini, Fonts, "Courier Bold Italic (TrueType)"
  1316.   win.ini, Fonts, "Courier Italic (TrueType)"
  1317.   win.ini, Fonts, "Times New Roman (Scalable)="
  1318.   win.ini, Fonts, "Times New Roman Bold (Scalable)="
  1319.   win.ini, Fonts, "Times New Roman Bold Italic (Scalable)="
  1320.   win.ini, Fonts, "Times New Roman Italic (Scalable)="
  1321.   win.ini, Fonts, "Symbol PS (Scalable)="
  1322.   win.ini, Fonts, "Symbol (Scalable)="
  1323.   ;
  1324.   ; Remove these font entries if they exist because these .ini entries
  1325.   ; are obsolete. We use "Plotter" rather than "All res" Also, 8 point was
  1326.   ; added to the EGA res courier so we remove the old "Courier 10,12,15" font.
  1327.   ;
  1328.   win.ini, Fonts, "Roman (All res)="
  1329.   win.ini, Fonts, "Script (All res)="
  1330.   win.ini, Fonts, "Modern (All res)="
  1331.   win.ini, Fonts, "Courier 10,12,15 (EGA res)="
  1332.   ;
  1333.   ; The following lines will cause the MS-DOS half of setup to effectivly
  1334.   ; rename the [Fonts] section in win.ini. Setup does this by adding the
  1335.   ; [wt4gpi8s56bz] string to the [Fonts] section and then deleting the
  1336.   ; [Fonts] section string. Later, in the windows half of setup, it will
  1337.   ; rename [wt4gpi8s56bz] back to [Fonts]. Do not change these names!
  1338.   ;
  1339.   win.ini, Fonts,              , "[wt4gpi8s56bz]"
  1340.   win.ini, Fonts,   "[Fonts]"  ,
  1341.  
  1342.   ; The following line makes USER skip persistent net connections
  1343.   ; USER immediately deletes the entry so it is a onetime thing.
  1344.   win.ini, windows,, "SetupWin=1"
  1345.  
  1346.   ; The following lines fix problems with APPS
  1347.   win.ini, Compatibility,"NOTSHELL=", "NOTSHELL=0x0001"
  1348.   win.ini, Compatibility,"WPWINFIL=", "WPWINFIL=0x0006"
  1349.   win.ini, Compatibility,"CCMAIL=", "CCMAIL=0x0008"
  1350.   win.ini, Compatibility,"AMIPRO=", "AMIPRO=0x0010"
  1351.   win.ini, Compatibility,"REM=", "REM=0x8022"
  1352.   win.ini, Compatibility,"PIXIE=", "PIXIE=0x0040"
  1353.   win.ini, Compatibility,"CP=", "CP=0x0040"
  1354.   win.ini, Compatibility,"JW=", "JW=0x42080"
  1355.   win.ini, Compatibility,"TME=", "TME=0x0100"
  1356.   win.ini, Compatibility,"VB=", "VB=0x0200"
  1357.   win.ini, Compatibility,"WIN2WRS=", "WIN2WRS=0x1210"
  1358.   win.ini, Compatibility,"PACKRAT=", "PACKRAT=0x0800"
  1359.   win.ini, Compatibility,"VISION=", "VISION=0x0040"
  1360.   win.ini, Compatibility,"MCOURIER=", "MCOURIER=0x0800"
  1361.   win.ini, Compatibility,"_BNOTES=", "_BNOTES=0x24000"
  1362.   win.ini, Compatibility,"MILESV3=", "MILESV3=0x1000"
  1363.   win.ini, Compatibility,"PM4=", "PM4=0x2000"
  1364.   win.ini, Compatibility,"DESIGNER=", "DESIGNER=0x2000"
  1365.   win.ini, Compatibility,"PLANNER=", "PLANNER=0x2000"
  1366.   win.ini, Compatibility,"DRAW=", "DRAW=0x2000"
  1367.   win.ini, Compatibility,"WINSIM=", "WINSIM=0x2000"
  1368.   win.ini, Compatibility,"CHARISMA=", "CHARISMA=0x2000"
  1369.   win.ini, Compatibility,"PR2=", "PR2=0x2000"
  1370.   win.ini, Compatibility,"PLUS=", "PLUS=0x1000"
  1371.   win.ini, Compatibility,"ED=", "ED=0x00010000"
  1372.   win.ini, Compatibility,"PP=",
  1373.   win.ini, Compatibility,"APORIA=", "APORIA=0x0100"
  1374.   win.ini, Compatibility,"EXCEL=", "EXCEL=0x1000"
  1375.   win.ini, Compatibility,"GUIDE=", "GUIDE=0x1000"
  1376.   win.ini, Compatibility,"NETSET2=", "NETSET2=0x0100"
  1377.   win.ini, Compatibility,"W4GL=", "W4GL=0x4000"
  1378.   win.ini, Compatibility,"W4GLR=","W4GLR=0x4000"
  1379.   win.ini, Compatibility,"TURBOTAX=","TURBOTAX=0x00080000"
  1380.  
  1381. [system]
  1382. ; The various SYSTEM.DRV, SOUND.DRV, COMM.DRV
  1383. ;
  1384. ; These   are the   drivers   which may vary from system to system,
  1385. ; but are selected only   by the [machine] menu -- they do not have
  1386. ; special menus   for their selection.
  1387. system   =    2:system.drv
  1388. sound    =    2:mmsound.drv
  1389. comm     =    2:comm.drv
  1390. hpsystem =    2:hpsystem.drv
  1391.  
  1392. [machine]
  1393. ; This section defines default machine selections.  The   system
  1394. ; description from each   entry will appear in the initial machine
  1395. ; selection menu of Setup.
  1396. ;
  1397. ; An * means that setup will use the device specified here and override
  1398. ; the detected device, this applies to keyboards, mice, and displays.
  1399. ;
  1400. ; Each entry contains a   descriptive line for the system-selection menu,
  1401. ; followed by the filenames of the drivers in fixed order.
  1402. ;
  1403. ;      Field      1         2           3        4         5          6         7          8         9             10     11
  1404. ; prof_str      = Desc Str, System drv, kbd drv, kbd type, mouse drv, disp drv, sound drv, comm drv, himem switch, ebios, cookies
  1405. ;
  1406. ibm_compatible  = "MS-DOS System",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,
  1407. ast_386_486     = "AST Premium 386/25 and 386/33 (CUPID)",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,ast_cookz
  1408. at_and_t        = "AT&T PC",system,kbd,t4s0enha,nomouse,!olibw,sound,comm,,ebios,
  1409. everex_386_25   = "Everex Step 386/25 (or Compatible)",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,everex_cookz
  1410. hewlett_packard = "Hewlett-Packard: all machines",hpsystem,kbdhp,t4s0enha,nomouse,egahires,sound,comm,,hpebios,
  1411. ibm_ps2_70p     = "IBM PS/2 Model P70",system,kbd,t4s0enha,nomouse,!vga,sound,comm,,ebios,
  1412. ibm_ps2_l40sx   = "IBM PS/2 Model L40sx",system,kbd,!t4s0enha,nomouse,vga,sound,comm,,ebios,ibml40_cookz
  1413. ncr_386sx       = "NCR: all 80386 and 80486 based machines",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,ncr386sx_cookz
  1414. nec_pm_sx+      = "NEC PowerMate SX Plus",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,nec_pm_cookz
  1415. nec_prospeed    = "NEC ProSpeed 386",system,kbd,t4s0enha,nomouse,!egahires,sound,comm,,ebios,
  1416. toshiba_1200xe  = "Toshiba 1200XE",system,kbd,t4s0enha,nomouse,egahires,sound,comm,"TOSHIBA",ebios,
  1417. toshiba_1600    = "Toshiba 1600",system,kbd,t4s0enha,nomouse,egahires,sound,comm,"TOSHIBA",ebios,
  1418. toshiba_5200    = "Toshiba 5200",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,t5200_cookz
  1419. zenith_386      = "Zenith: all 80386 based machines",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,zen386_cookz
  1420. att_nsx_20      = "AT&T NSX 20 : Safari notebook",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios
  1421. apm             = "MS-DOS System with APM",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,apm_cookz
  1422. apm_sl          = "Intel 386SL Based System with APM",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,apm_sl_cookz
  1423. ;
  1424. ; Cookies as specified in machine section
  1425. ;
  1426. ; ini file, section, cookie, needed file
  1427. ;
  1428. ; specialdriver,,,file will add an installable driver to [boot]drivers=
  1429. ;
  1430.  
  1431. [apm_cookz]
  1432. specialdriver,,,3:power.drv
  1433. system.ini,386enh,"device=vpowerd.386",3:vpowerd.386
  1434. ,,,2:power.hlp
  1435.  
  1436. [apm_sl_cookz]
  1437. specialdriver,,,3:power.drv
  1438. system.ini,386enh,"device=vpowerd.386",3:vpowerd.386
  1439. ,,,2:power.hlp
  1440. system.ini,power.drv,"OptionsDLL=sl.dll",2:sl.dll
  1441. ,,,2:sl.hlp
  1442.  
  1443. [ast_cookz]
  1444. system.ini,386enh,"emmexclude=E000-EFFF",
  1445.  
  1446. [everex_cookz]
  1447. system.ini,386enh,"8042ReadCmd=A2,1,F",
  1448. system.ini,386enh,"8042ReadCmd=A3,1,F",
  1449. system.ini,386enh,"8042WriteCmd=B3,8,F",
  1450.  
  1451. [ibml40_cookz]
  1452. system.ini,386enh,"emmexclude=E000-EFFF",
  1453. system.ini,386enh,"DMAbuffersize=64"
  1454.  
  1455.  
  1456. [ncr386sx_cookz]
  1457. system.ini,386enh,"emmexclude=E000-EFFF",
  1458. system.ini,386enh,"emmexclude=C600-C7FF",
  1459.  
  1460. [nec_pm_cookz]
  1461. system.ini,386enh,"VirtualHDirq=NO",
  1462.  
  1463. [t5200_cookz]
  1464. system.ini,386enh,"emmexclude=C000-C7FF",
  1465.  
  1466. [zen386_cookz]
  1467. system.ini,386enh,"emmexclude=E000-EFFF",
  1468.  
  1469. [special_adapter]
  1470. eitherlink  = DMAbuffersize,32          ; Needed if EitherLink MC is detected.
  1471. cdrom       = 2:lanman10.386            ; Needed for CD Rom extensions.
  1472.  
  1473. [ebios]
  1474. ebios       = x:*ebios               ; Required for most 386 machines.
  1475. hpebios     = 3:hpebios.386,x:*ebios ; Required for HP 386 machines.
  1476.  
  1477. ;
  1478. ; Language DLL must be installed for non US installation.
  1479. ;
  1480. ; profile = language DLL, DLL description, language ID (ilanguage)
  1481. ;
  1482. [language]
  1483. dan = 2:langsca.dll, "Danish"                              ,1030
  1484. nld = 2:langdut.dll, "Dutch"                               ,1043
  1485. enu =                     , "English (American)"             ,1033
  1486. eng = 2:langeng.dll, "English (International)" ,2057
  1487. fin = 2:langsca.dll, "Finnish"                     ,1035
  1488. fra = 3:langfrn.dll, "French"                              ,1036
  1489. frc = 2:langeng.dll, "French Canadian"       ,3084
  1490. deu = 2:langger.dll, "German"                              ,1031
  1491. isl = 2:langsca.dll, "Icelandic"                           ,1039
  1492. ita = 2:langeng.dll, "Italian"                     ,1040
  1493. nor = 2:langsca.dll, "Norwegian"                           ,1044
  1494. ptg = 2:langeng.dll, "Portuguese"                       ,2070
  1495. esp = 2:langspa.dll, "Spanish"             ,1034
  1496. esn = 2:langeng.dll, "Spanish (Modern)"      ,3082
  1497. sve = 2:langsca.dll, "Swedish"                ,1053
  1498.