source: cmedia/trunk/Install/control.sco@ 577

Last change on this file since 577 was 354, checked in by stevenhl, 18 years ago

Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.

File size: 3.7 KB
Line 
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 Rdiger 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
27package="C-Media 8738 Audio Installation"
28codepage=437
29filelist="audfiles.scr"
30groupcount=2
31munitcount=1
32
33medianame="C-Media 8738 Audio Adapter Diskette "
34
35sourcedir="\\"= 0
36
37
38destindir="\\MMOS2\\DLL\\" = 2
39destindir="\\MMOS2\\HELP\\" = 7
40destindir="\\MMOS2\\" = 0
41destindir="\\MMOS2\\INSTALL\\" = 4
42destindir="\\MMOS2\\MOVIES\\" = 3
43destindir="\\MMOS2\\MACROS\\" = 6
44destindir="\\MMOS2\\DSP\\" = 5
45destindir="\\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. */
51ssgroup=0
52ssname="mmbase"
53ssversion="1.1.3"
54sstermdll="ITERM.DLL"
55sstermdllentry="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 */
69ssgroup=17
70ssname="C-Media 8738 Wave Audio"
71ssversion="0.1.1"
72sssize=200
73ssdll="genin.dll"
74ssdllentry="InitGenin"
75ssdllinputparms="78"
76ssselect="VERSION"
77
Note: See TracBrowser for help on using the repository browser.