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