home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / sbl081b.zip / control.scr < prev    next >
Text File  |  2001-10-08  |  4KB  |  74 lines

  1. /*******************************************************************************/
  2. /* Control script for installation of SB Live MMPM/2 audio driver              */
  3. /*                                                                             */
  4. /* Copyright 2000 Sander van Leeuwen (sandervl@xs4all.nl)                      */
  5. /*                                                                             */
  6. /*     This program is free software; you can redistribute it and/or           */
  7. /*     modify it under the terms of the GNU General Public License as          */
  8. /*     published by the Free Software Foundation; either version 2 of          */
  9. /*     the License, or (at your option) any later version.                     */
  10. /*                                                                             */
  11. /*     This program is distributed in the hope that it will be useful,         */
  12. /*     but WITHOUT ANY WARRANTY; without even the implied warranty of          */
  13. /*     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           */
  14. /*     GNU General Public License for more details.                            */
  15. /*                                                                             */
  16. /*     You should have received a copy of the GNU General Public               */
  17. /*     License along with this program; if not, write to the Free              */
  18. /*     Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,           */
  19. /*     USA.                                                                    */
  20. /*                                                                             */
  21. /*******************************************************************************/
  22.  
  23. package="SoundBlaster Live! Audio Installation"
  24. codepage=437
  25. filelist="audfiles.scr"
  26. groupcount=2
  27. munitcount=1
  28.  
  29. medianame="SoundBlaster Live! Audio Adapter Diskette "
  30.  
  31. sourcedir="\\"= 0
  32.  
  33.  
  34. destindir="\\MMOS2\\DLL\\"     = 2
  35. destindir="\\MMOS2\\HELP\\"    = 7
  36. destindir="\\MMOS2\\"          = 0
  37. destindir="\\MMOS2\\INSTALL\\" = 4
  38. destindir="\\MMOS2\\MOVIES\\"  = 3
  39. destindir="\\MMOS2\\MACROS\\"  = 6
  40. destindir="\\MMOS2\\DSP\\"     = 5
  41. destindir="\\MMOS2\\SOUNDS\\"  = 9
  42.  
  43.  
  44. /*  Base file to be run after Audio Adapter Installed.                 */
  45. /*  This will update the user's Multimedia Folder with new information */
  46. /*  Do not change this group.                                          */
  47. ssgroup=0
  48. ssname="mmbase"
  49. ssversion="1.1.3"
  50. sstermdll="ITERM.DLL"
  51. sstermdllentry="ITermEntry"
  52.  
  53.  
  54. /* Audio Adapter Group                                                      */
  55. /* Modify this group to describe your adapter by changing the following:    */
  56. /*  ssgroup   - Change this number only if you add a new group.             */
  57. /*  ssname    - Put your adapter's name here                                */
  58. /*  ssversion - Put the version number of your device driver here           */
  59. /*  sssize    - Put the total size (in KB) of your device driver(s), help   */
  60. /*              file, GENIN.DLL, GENINMRI.DLL, & any other files you install*/
  61. /*  ssdllinputparms - this must match the ID number used in cardinfo.dll    */
  62. /*  ssinich   - Uncomment this line if you are adding a MIDI Map Table      */
  63.  
  64. /* SoundBlaster Live! Wave Audio driver */
  65. ssgroup=17
  66. ssname="SoundBlaster Live! Wave Audio"
  67. ssversion="0.8.1"
  68. sssize=300
  69. ssdll="genin.dll"
  70. ssdllentry="InitGenin"
  71. ssdllinputparms="77"
  72. ssselect="VERSION"
  73.  
  74.