home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / w / w020 / 1.ddi / INSTALL / SETUP.INF < prev    next >
Encoding:
INI File  |  1991-11-19  |  6.7 KB  |  315 lines

  1. ; Setup.inf for seven 5.25" 1.2 megabyte disks
  2.  
  3. ;---------------------------
  4. ; Miscellaneous Information
  5. ;---------------------------
  6.  
  7. [caption]
  8.     AppName        = "TypeReader"                ; Application name
  9.  
  10.     iWindow        = "TypeReader Installation"    ; Window title
  11.     sWindow        = "TypeReader Setup"
  12.  
  13.     iButton        = "&Install"            ; Title for OK button
  14.     sButton        = "&Customize"
  15.  
  16.     NoScanner    = "No scanners selected."
  17.     OneScanner    = "One scanner selected."
  18.     SomeScanner    = "%d scanners selected."
  19.  
  20.     NoDict        = "No dictionaries selected."
  21.     OneDict        = "One dictionary selected."
  22.     SomeDict    = "%d dictionaries selected."
  23.  
  24.     NoFormat    = "No formats selected."
  25.     OneFormat    = "One format selected."
  26.     SomeFormat    = "%d formats selected."
  27.  
  28.  
  29.  
  30.  
  31. [data]
  32.     AppEXEName    = "TR.EXE"            ; Name of the application executable
  33.     defdir        = "C:\TR"            ; Default dir to install to
  34.     BootPath    = "C:\"                ; Default boot path (to locate AUTOEXEC.BAT)
  35.     INIFile        = "TR.INI"            ; Application INI file
  36.     INISection    = "TypeReader"      ; App Name (INI Section Header)
  37.     MinSpace    = 7200000            ; Minimum free space for an install
  38.     nMergeFiles    = 41                ; Number of files to merge
  39.     WriteProtect = "GENERAL.DCT"    ; Name of file to write-protect after copying
  40.  
  41. ;---------------------------------
  42. ; Distribution Disk Numbers/Names
  43. ;---------------------------------
  44.  
  45. [disks]
  46.     I = .,    "Install"
  47.     F = .,    "Install"
  48.     1 = .\INSTALL,    "Install"
  49.  
  50.     2 = .,    "Disk 2"
  51.     3 = .,    "Disk 3"
  52.     4 = .,    "Disk 4"
  53.     5 = .,    "Disk 5"
  54.     6 = .,    "Disk 6"
  55.     7 = .,  "Disk 7"
  56.  
  57. ;-----------------
  58. ; Source sections
  59. ;-----------------
  60.  
  61. [app.copy.appstuff]
  62.     #app.reqform,    0:formats
  63.     #app.reqdict,    0:
  64.     #app.user,        0:
  65.     #app.reqscan,    S:
  66.  
  67. ;---------------------------------
  68. ; Files belonging to each section
  69. ;---------------------------------
  70.  
  71.  
  72. [app.reqform]
  73.     1:cs.ex$
  74.     1:sccsetup.def
  75.     1:dnfapp.def
  76.  
  77. [app.reqdict]
  78.     1:user.dic
  79.     1:general.dc$
  80.     1:tr.hl$
  81.     1:sample1.tif
  82.     1:doc_d.tpl
  83.     1:readme.tr1
  84.     1:readme.tr2
  85.  
  86. [app.user]
  87.  
  88. ; Application
  89.     1:tr.ex$,     "Application"
  90.  
  91. ; DATA 1
  92.     2:comtree.1,    "Data"
  93.     2:comtree.2
  94.     2:comtree.3
  95.     2:comtree.4
  96.     2:comtree.5
  97.     2:comtree.6
  98.     2:comtree.7
  99.     2:comtree.8
  100.     2:comtree.9
  101.  
  102. ; DATA 2
  103.     3:comtree.10
  104.     3:comtree.11
  105.     3:comtree.12
  106.     3:comtree.13
  107.     3:comtree.14
  108.     3:comtree.15
  109.     3:comtree.16
  110.     3:comtree.17
  111.     3:comtree.18
  112.  
  113. ; DATA 3
  114.     4:comtree.19
  115.     4:comtree.20
  116.     4:comtree.21
  117.     4:comtree.22
  118.     4:comtree.23
  119.     4:comtree.24
  120.     4:comtree.25
  121.     4:comtree.26
  122.     4:comtree.27
  123.  
  124. ; DATA 4
  125.     5:comtree.28
  126.     5:comtree.29
  127.     5:comtree.30
  128.     5:comtree.31
  129.     5:comtree.32
  130.     5:comtree.33
  131.     5:comtree.34
  132.     5:comtree.35
  133.     5:comtree.36
  134.  
  135. ; DATA 5
  136.     6:comtree.37
  137.     6:comtree.38
  138.     6:comtree.39
  139.     6:comtree.40
  140.     6:comtree.41
  141.  
  142. [app.reqscan]
  143.  
  144.     6:pixdflt.dll,    "Scanners"
  145.     6:ras2run.pxw
  146.     6:run2g4.pxw
  147.     6:tiffpack.pxw
  148.     6:write.pxw
  149.     6:f_jtiff.pxw
  150.     6:f_pcx.pxw
  151.     6:g32run.pxw
  152.     6:g42run.pxw
  153.     6:pixstore.pxw
  154.     6:run2ras.pxw
  155.     6:run2g3m.pxw
  156.  
  157.  
  158. ;----------------------------------------------------------------------------
  159. ; Scanners                                                                    -
  160. ;    space, uiname                                                            -
  161. ;                                                                            -
  162. ;    space        Size required for this option (in Kbytes)                    -
  163. ;    uiname        Text to display in list                                        -
  164. ;    srcSection    Name of the section to install files from                    -
  165. ;    dest        Destination for the installed files                            -
  166. ;----------------------------------------------------------------------------
  167. [app.scanners]
  168.     15,        "Abaton 300/S and 300/GS",                    abaton,        0:drivers
  169.     26,        "AVR (HP Emulation only)",                    avr,        0:drivers
  170.     29,        "Canon IX-30F",                                caix30,        0:drivers
  171.     12,        "Datacopy GS plus",                            dcpy230a,    0:drivers
  172.     15,        "Epson ES-300C",                            epsn300c,    0:drivers
  173.     26,        "Hewlett Packard ScanJet (Plus) or IIc",    hpscjet,    0:drivers
  174.     19,        "Howtek Personal Color Scanner",            howtek,        0:drivers
  175.     30,        "Microtek Scanner",                               mktk_at,    0:drivers
  176.     14,        "Panasonic FX-RS 505, 506 and 307",            pana,        0:drivers
  177.     119,      "Ricoh IS-60 and IS-410",                    ricoh,        0:drivers
  178.     43,        "UMAX UF32",                                umax,        0:drivers
  179.  
  180. [app.scanners.abaton]
  181.     7:abaton.pxw
  182.  
  183. [app.scanners.avr]
  184.     7:avr.pxw
  185.  
  186. [app.scanners.caix30]
  187.     7:caix30.pxw
  188.  
  189. [app.scanners.chinon]
  190.     7:chinon.pxw
  191.  
  192. [app.scanners.dcpy230a]
  193.     7:dcpy230a.pxw
  194.  
  195. [app.scanners.epsn300c]
  196.     7:epsn300c.pxw
  197.  
  198. [app.scanners.howtek]
  199.     7:howtek.pxw
  200.  
  201. [app.scanners.hpscjet]
  202.     7:hpscjet.pxw
  203.  
  204. [app.scanners.mktk_at]
  205.     7:mktk_at.pxw
  206.  
  207. [app.scanners.pana]
  208.     7:pana.pxw
  209.  
  210. [app.scanners.ricoh]
  211.     7:ricoh.pxw
  212.     7:vvdrvdll.dll
  213.  
  214. [app.scanners.umax]
  215.     7:umaxa.pxw
  216.  
  217.  
  218. ;----------------------------------------------------------------------------
  219. ; Formats                                                                    -
  220. ;    space, uiname, id                                                        -
  221. ;                                                                            -
  222. ;    space    Free space required for this option (in Kbytes)                    -
  223. ;    uiname    Text to display in list                                            -
  224. ;    id        Format constant id                                                -
  225. ;    def        def file to copy                                                -
  226. ;    exe        Exe file to copy                                                -
  227. ;----------------------------------------------------------------------------
  228. [app.formats]
  229.     0,        "Ami Professional 1.2",                    4
  230.     113,    "DisplayWrite 4",            14,    dw4,    0:formats
  231.     0,        "Lotus 1-2-3 v2.x",            1
  232.     0,        "Microsoft Excel v2.x",        8
  233.     85,        "MS Word for DOS v4",        11,    msw4,    0:formats
  234.     87,        "MS Word for DOS v5",        12,    msw5,    0:formats
  235.     0,        "MS Word for Windows (RTF)",         13
  236.     120,    "Multimate Advantage II",    16,    mm2,    0:formats
  237.     120,    "Multimate 4.0",            17,    mm4,    0:formats
  238.     150,    "Professional Write 1",        18,    pw1,    0:formats
  239.     150,    "Professional Write 2",        19,    pw2,    0:formats
  240.     0,        "Rich Text Format (RTF)",    10
  241.     106,    "Smart ASCII",                7,    smart,    0:formats
  242.     95,        "WordPerfect 4.2",            20,    wpf4,    0:formats
  243.     119,    "WordPerfect 5.0",            21,    wpf5,    0:formats
  244.     119,    "WordPerfect 5.1",            22,    wpf51,    0:formats
  245.     99,        "WordStar 4",                23,    ws4,    0:formats
  246.     99,        "WordStar 5",                24,    ws5,    0:formats
  247.     107,    "WordStar 2000",            25,    ws2000,    0:formats
  248.  
  249. [app.formats.dw4]
  250.     7:dw4app.de$
  251.     7:dcato.ex$
  252.  
  253. [app.formats.msw4]
  254.     7:mswapp.de$
  255.     7:mswto.ex$
  256.  
  257. [app.formats.msw5]
  258.     7:msw5app.de$
  259.     7:msw5to.ex$
  260.     
  261. [app.formats.mm2]
  262.     7:mma2app.de$
  263.     7:mmto.ex$
  264.  
  265. [app.formats.mm4]
  266.     7:mm4app.de$
  267.     7:mmto.ex$
  268.  
  269. [app.formats.pw1]
  270.     7:pw1app.de$
  271.     7:pfsto.ex$
  272.  
  273. [app.formats.pw2]
  274.     7:pw2app.de$
  275.     7:pfsto.ex$
  276.  
  277. [app.formats.smart]
  278.     7:ssapp.de$
  279.     7:ssto.ex$
  280.  
  281. [app.formats.wpf4]
  282.     7:wpfapp.de$
  283.     7:wpfto.ex$
  284.  
  285. [app.formats.wpf5]
  286.     7:wpf5app.de$
  287.     7:wpf5to.ex$
  288.  
  289. [app.formats.wpf51]
  290.     7:wpf51app.de$
  291.     7:wpf5to.ex$
  292.  
  293. [app.formats.ws4]
  294.     7:ws4app.de$
  295.     7:wsto.ex$
  296.  
  297. [app.formats.ws5]
  298.     7:ws5app.de$
  299.     7:wsto.ex$
  300.  
  301. [app.formats.ws2000]
  302.     7:ws2app.de$
  303.     7:ws2to.ex$
  304.  
  305. ;------------------------------------------------------
  306. ; Information to create the Program Manager group file
  307. ;------------------------------------------------------
  308.  
  309. [progman.groups]
  310.     "ExperVision"
  311.  
  312. [ExperVision]
  313.     "TypeReader", TR.EXE
  314.     "TypeReader Setup", SETUP.EXE
  315.