home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / s4gos2.zip / CONTROL.SCR < prev    next >
Text File  |  1995-02-27  |  4KB  |  92 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.  
  41. /*  Base file to be run after Audio Adapter Installed.                 */
  42. /*  This will update the user's Multimedia Folder with new information */
  43. /*  Installing mmbase should not be necessary for installation of an   */
  44. /*  audio adapter driver.  Indeed, it isn't, but the Multimedia folder */
  45. /*  will only be updated if the below entries for mmbase exist.        */
  46. /*  With version checking, the generic install program quits if the    */
  47. /*  mmbase version to install is less current than presently installed.*/
  48. /*  OS/2 2.1 MR1 is version 1.1.2 - if built this install based on the */
  49. /*  MMPM/2 CSD for OS/2 2.1, then the install doesn't work (ver 1.1.1) */
  50. /*  Using version 1.1.3 as below makes this install work for MR1 and   */
  51. /*  earier version plus one version beyond MR1 - it will fail eventually */
  52.  
  53. /* Installation of Base MMPM */
  54. ssgroup=0                   /* Installing base MMPM should not be */
  55. ssname="mmbase"             /* necessary, but it is or you won't get */
  56. ssversion="1.1.4"           /* folder creations for wepm and other apps */
  57. sstermdll="ITERM.DLL"       /* For updating desktop */
  58. sstermdllentry="ITermEntry" /* Adds ICONs for new device */
  59.  
  60. /* Installation for OPTI Crystal Semi Digital Audio */
  61. ssgroup=1
  62. ssname="OPTI Crystal SEMI WAV Audio"
  63. ssversion="1.1.5"
  64. sssize=345
  65. ssicon="audplay.ico"
  66. ssdll="dialog.dll"
  67. ssdllentry="Dialog"
  68. ssdllinputparms="1"
  69. ssselect="YES"
  70.  
  71. /* Installation for OPTI OPL3 Midi */
  72. ssgroup=2
  73. ssname="OPTI OPL3 Midi"
  74. ssversion="1.1.3"
  75. sssize=300
  76. ssicon="midiplay.ico"
  77. ssdll="genin.DLL"
  78. ssdllentry="InitGenin"
  79. ssdllinputparms="2"
  80. ssselect="YES"
  81.  
  82. /* Installation of OPTI 928/929 Windows Audio */
  83. ssgroup=3
  84. ssname="Crystal Semi Windows Audio"
  85. ssversion="1.0"
  86. sssize=1000
  87. ssicon="winaud.ico"
  88. ssdll="wininst.dll"
  89. ssdllentry="WinInst"
  90. ssdllinputparms="10"  /* ID of Windows Audio Section in WININST.RC */
  91. ssselect="VERSION"
  92.