source: contrib/installer/install/control.scr@ 406

Last change on this file since 406 was 406, checked in by Brendan Oakley, 17 years ago

New install/uninstall src, from Lars

  • Property svn:eol-style set to CRLF
File size: 2.4 KB
Line 
1package="OS/2 Universal Audio Installation"
2codepage=437
3filelist="audfiles.scr"
4groupcount=3
5munitcount=1
6
7medianame="OS/2 Universal Audio Adapter Diskette "
8
9sourcedir="\\"= 0
10
11destindir="$(BOOT)\\OS2\\DLL\\"= 1
12destindir="\\MMOS2\\DLL\\" = 2
13destindir="\\MMOS2\\HELP\\" = 7
14destindir="\\MMOS2\\" = 0
15destindir="\\MMOS2\\INSTALL\\" = 4
16destindir="\\MMOS2\\MOVIES\\" = 3
17destindir="\\MMOS2\\MACROS\\" = 6
18destindir="\\MMOS2\\DSP\\" = 5
19destindir="\\MMOS2\\SOUNDS\\" = 9
20
21destindir="$(DELETE)$(BOOT)\\OS2\\DLL\\"= 11
22destindir="$(DELETE)\\MMOS2\\DLL\\" = 12
23destindir="$(DELETE)\\MMOS2\\HELP\\" = 17
24destindir="$(DELETE)\\MMOS2\\" = 10
25destindir="$(DELETE)\\MMOS2\\INSTALL\\" = 14
26destindir="$(DELETE)\\MMOS2\\MOVIES\\" = 13
27destindir="$(DELETE)\\MMOS2\\MACROS\\" = 16
28destindir="$(DELETE)\\MMOS2\\DSP\\" = 15
29destindir="$(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. */
36ssgroup=0
37ssname="mmbase"
38ssversion="1.1.3"
39sstermdll="ITERM.DLL"
40sstermdllentry="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 */
54ssgroup=17
55ssname="OS/2 Universal Audio: Wave"
56ssversion="1.0.9"
57sssize=315
58ssicon="audplay.ico"
59ssdll="genin.dll"
60ssdllentry="InitGenin"
61ssdllinputparms="178"
62ssselect="VERSION"
63sstermdll="UNIINST.DLL"
64sstermdllentry="Install"
65
66/* OS/2 Universal Audio: Wave uninstall */
67ssgroup=18
68ssname="Uninstall OS/2 Universal Audio"
69ssversion="1.0.9"
70sssize=0
71ssicon="audplay.ico"
72ssselect="NO"
73sstermdll="UNIINST.DLL"
74sstermdllentry="Deinstall"
Note: See TracBrowser for help on using the repository browser.