source: sbliveos2/trunk/install/control.scr@ 192

Last change on this file since 192 was 192, checked in by sandervl, 24 years ago

rudi's updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 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/* 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
23package="SoundBlaster Live! Audio Installation"
24codepage=437
25filelist="audfiles.scr"
26groupcount=2
27munitcount=1
28
29medianame="SoundBlaster Live! Audio Adapter Diskette "
30
31sourcedir="\\"= 0
32
33
34destindir="\\MMOS2\\DLL\\" = 2
35destindir="\\MMOS2\\HELP\\" = 7
36destindir="\\MMOS2\\" = 0
37destindir="\\MMOS2\\INSTALL\\" = 4
38destindir="\\MMOS2\\MOVIES\\" = 3
39destindir="\\MMOS2\\MACROS\\" = 6
40destindir="\\MMOS2\\DSP\\" = 5
41destindir="\\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. */
47ssgroup=0
48ssname="mmbase"
49ssversion="1.1.3"
50sstermdll="ITERM.DLL"
51sstermdllentry="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 */
65ssgroup=17
66ssname="SoundBlaster Live! Wave Audio"
67ssversion="0.8.0"
68sssize=300
69ssdll="genin.dll"
70ssdllentry="InitGenin"
71ssdllinputparms="77"
72ssselect="VERSION"
73
Note: See TracBrowser for help on using the repository browser.