1 | package="OS/2 Universal Audio Installation"
|
---|
2 | codepage=437
|
---|
3 | filelist="audfiles.scr"
|
---|
4 | groupcount=3
|
---|
5 | munitcount=1
|
---|
6 |
|
---|
7 | medianame="OS/2 Universal Audio Adapter Diskette "
|
---|
8 |
|
---|
9 | sourcedir="\\"= 0
|
---|
10 |
|
---|
11 | destindir="$(BOOT)\\OS2\\DLL\\"= 1
|
---|
12 | destindir="\\MMOS2\\DLL\\" = 2
|
---|
13 | destindir="\\MMOS2\\HELP\\" = 7
|
---|
14 | destindir="\\MMOS2\\" = 0
|
---|
15 | destindir="\\MMOS2\\INSTALL\\" = 4
|
---|
16 | destindir="\\MMOS2\\MOVIES\\" = 3
|
---|
17 | destindir="\\MMOS2\\MACROS\\" = 6
|
---|
18 | destindir="\\MMOS2\\DSP\\" = 5
|
---|
19 | destindir="\\MMOS2\\SOUNDS\\" = 9
|
---|
20 |
|
---|
21 | destindir="$(DELETE)$(BOOT)\\OS2\\DLL\\"= 11
|
---|
22 | destindir="$(DELETE)\\MMOS2\\DLL\\" = 12
|
---|
23 | destindir="$(DELETE)\\MMOS2\\HELP\\" = 17
|
---|
24 | destindir="$(DELETE)\\MMOS2\\" = 10
|
---|
25 | destindir="$(DELETE)\\MMOS2\\INSTALL\\" = 14
|
---|
26 | destindir="$(DELETE)\\MMOS2\\MOVIES\\" = 13
|
---|
27 | destindir="$(DELETE)\\MMOS2\\MACROS\\" = 16
|
---|
28 | destindir="$(DELETE)\\MMOS2\\DSP\\" = 15
|
---|
29 | destindir="$(DELETE)\\MMOS2\\SOUNDS\\" = 19
|
---|
30 |
|
---|
31 |
|
---|
32 |
|
---|
33 | /* Base file to be run after Audio Adapter Installed. */
|
---|
34 | /* This will update the user's Multimedia Folder with new information */
|
---|
35 | /* Do not change this group. */
|
---|
36 | ssgroup=0
|
---|
37 | ssname="mmbase"
|
---|
38 | ssversion="1.1.3"
|
---|
39 | sstermdll="ITERM.DLL"
|
---|
40 | sstermdllentry="ITermEntry"
|
---|
41 |
|
---|
42 |
|
---|
43 | /* Audio Adapter Group */
|
---|
44 | /* Modify this group to describe your adapter by changing the following: */
|
---|
45 | /* ssgroup - Change this number only if you add a new group. */
|
---|
46 | /* ssname - Put your adapter's name here */
|
---|
47 | /* ssversion - Put the version number of your device driver here */
|
---|
48 | /* sssize - Put the total size (in KB) of your device driver(s), help */
|
---|
49 | /* file, GENIN.DLL, GENINMRI.DLL, & any other files you install*/
|
---|
50 | /* ssdllinputparms - this must match the ID number used in cardinfo.dll */
|
---|
51 | /* ssinich - Uncomment this line if you are adding a MIDI Map Table */
|
---|
52 |
|
---|
53 | /* OS/2 Universal Audio: Wave */
|
---|
54 | ssgroup=17
|
---|
55 | ssname="OS/2 Universal Audio: Wave"
|
---|
56 | ssversion="1.0.9"
|
---|
57 | sssize=315
|
---|
58 | ssicon="audplay.ico"
|
---|
59 | ssdll="genin.dll"
|
---|
60 | ssdllentry="InitGenin"
|
---|
61 | ssdllinputparms="178"
|
---|
62 | ssselect="VERSION"
|
---|
63 | sstermdll="UNIINST.DLL"
|
---|
64 | sstermdllentry="Install"
|
---|
65 |
|
---|
66 | /* OS/2 Universal Audio: Wave uninstall */
|
---|
67 | ssgroup=18
|
---|
68 | ssname="Uninstall OS/2 Universal Audio"
|
---|
69 | ssversion="1.0.9"
|
---|
70 | sssize=0
|
---|
71 | ssicon="audplay.ico"
|
---|
72 | ssselect="NO"
|
---|
73 | sstermdll="UNIINST.DLL"
|
---|
74 | sstermdllentry="Deinstall"
|
---|