home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / 929_os2.zip / CONTROL.OLD < prev    next >
Text File  |  1995-08-02  |  4KB  |  93 lines

  1. /************************ START OF SPECIFICATIONS ***************************/
  2. /*                                                                          */
  3. /* SOURCE FILE NAME:  CONTROL.SCR                                           */
  4. /*                                                                          */
  5. /* DESCRIPTIVE NAME:  Master control file                                   */
  6. /*                                                                          */
  7. /* COPYRIGHT:                                                               */
  8. /*              Copyright (c) IBM Corporation 1994                          */
  9. /*                        All Rights Reserved                               */
  10. /*                                                                          */
  11. /* DESCRIPTION:                                                             */
  12. /* This is the master control file used by Minstall to install the          */
  13. /* adapter using the Generic Install program.                               */
  14. /*                                                                          */
  15. /* NLS: Please translate only the strings that have a comment that they     */
  16. /*      should be translated (search for "NLS:")                            */
  17. /*                                                                          */
  18. /*************************** END OF SPECIFICATIONS **************************/
  19.  
  20. /* NLS: Please translate the following line and codepage */
  21. package="OPTI Audio"
  22. codepage=437
  23.  
  24. filelist="OPTI.scr"
  25. groupcount=4
  26. munitcount=1
  27.  
  28. /* NLS: Please translate the following line */
  29. medianame="OPTI 928/929 AUDIO"
  30.  
  31. sourcedir="\\"= 0
  32. sourcedir="\\MMOS2\\INSTALL\\" = 1
  33.  
  34. destindir="\\MMOS2\\DLL\\"     = 2
  35. destindir="\\MMOS2\\HELP\\"    = 7
  36. destindir="\\MMOS2\\"          = 0
  37. destindir="\\MMOS2\\INSTALL\\" = 4
  38. destindir="\\MMOS2\\SOUNDS\\"  = 9
  39. destindir="\\OS2\\BOOT\\"      = 8
  40. destindir="\\SOUND16\\"        = 10
  41.  
  42. /*  Base file to be run after Audio Adapter Installed.                 */
  43. /*  This will update the user's Multimedia Folder with new information */
  44. /*  Installing mmbase should not be necessary for installation of an   */
  45. /*  audio adapter driver.  Indeed, it isn't, but the Multimedia folder */
  46. /*  will only be updated if the below entries for mmbase exist.        */
  47. /*  With version checking, the generic install program quits if the    */
  48. /*  mmbase version to install is less current than presently installed.*/
  49. /*  OS/2 2.1 MR1 is version 1.1.2 - if built this install based on the */
  50. /*  MMPM/2 CSD for OS/2 2.1, then the install doesn't work (ver 1.1.1) */
  51. /*  Using version 1.1.3 as below makes this install work for MR1 and   */
  52. /*  earier version plus one version beyond MR1 - it will fail eventually */
  53.  
  54. /* Installation of Base MMPM */
  55. ssgroup=0                   /* Installing base MMPM should not be */
  56. ssname="mmbase"             /* necessary, but it is or you won't get */
  57. ssversion="1.1.4"           /* folder creations for wepm and other apps */
  58. sstermdll="ITERM.DLL"       /* For updating desktop */
  59. sstermdllentry="ITermEntry" /* Adds ICONs for new device */
  60.  
  61. /* Installation for OPTI Crystal Semi Digital Audio */
  62. ssgroup=1
  63. ssname="OPTI WAV Audio"
  64. ssversion="2.0.0"
  65. sssize=345
  66. ssicon="audplay.ico"
  67. ssdll="dialog.dll"
  68. ssdllentry="Dialog"
  69. ssdllinputparms="1"
  70. ssselect="YES"
  71.  
  72. /* Installation for OPTI OPL3 Midi */
  73. ssgroup=2
  74. ssname="OPTI OPL3 Midi"
  75. ssversion="1.1.3"
  76. sssize=300
  77. ssicon="midiplay.ico"
  78. ssdll="genin.DLL"
  79. ssdllentry="InitGenin"
  80. ssdllinputparms="2"
  81. ssselect="YES"
  82.  
  83. /* Installation of OPTI 928/929 Windows Audio */
  84. ssgroup=3                      
  85. ssname="OPTi WIN-OS/2 Audio"          
  86. ssversion="2.3.3"                      
  87. sssize=1000                      
  88. ssicon="winaud.ico"                  
  89. ssdll="wininst.dll"                  
  90. ssdllentry="WinInst"                  
  91. ssdllinputparms="10"                
  92. ssselect="VERSION"                  
  93.