Metropoli BBS
VIEWER: control.scr MODE: TEXT (ASCII)
/************************ START OF SPECIFICATIONS ***************************/
/*                                                                          */
/* SOURCE FILE NAME:  CONTROL.SCR                                           */
/*                                                                          */
/* DESCRIPTIVE NAME:  Master control file                                   */
/*                                                                          */
/* COPYRIGHT:                                                               */
/*              Copyright (c) IBM Corporation 1994                          */
/*                        All Rights Reserved                               */
/*                                                                          */
/* DESCRIPTION:                                                             */
/* This is the master control file used by Minstall to install the          */
/* adapter using the Generic Install program.                               */
/*                                                                          */
/* NLS: Please translate only the strings that have a comment that they     */
/*      should be translated (search for "NLS:")                            */
/*                                                                          */
/*************************** END OF SPECIFICATIONS **************************/

/* NLS: Please translate the following line and codepage */
package="OPTI Audio"
codepage=437

filelist="OPTI.scr"
groupcount=4
munitcount=1

/* NLS: Please translate the following line */
medianame="OPTI 928/929 AUDIO"

sourcedir="\\"= 0
sourcedir="\\MMOS2\\INSTALL\\" = 1

destindir="\\MMOS2\\DLL\\"     = 2
destindir="\\MMOS2\\HELP\\"    = 7
destindir="\\MMOS2\\"          = 0
destindir="\\MMOS2\\INSTALL\\" = 4
destindir="\\MMOS2\\SOUNDS\\"  = 9
destindir="\\OS2\\BOOT\\"      = 8

/*  Base file to be run after Audio Adapter Installed.                 */
/*  This will update the user's Multimedia Folder with new information */
/*  Installing mmbase should not be necessary for installation of an   */
/*  audio adapter driver.  Indeed, it isn't, but the Multimedia folder */
/*  will only be updated if the below entries for mmbase exist.        */
/*  With version checking, the generic install program quits if the    */
/*  mmbase version to install is less current than presently installed.*/
/*  OS/2 2.1 MR1 is version 1.1.2 - if built this install based on the */
/*  MMPM/2 CSD for OS/2 2.1, then the install doesn't work (ver 1.1.1) */
/*  Using version 1.1.3 as below makes this install work for MR1 and   */
/*  earier version plus one version beyond MR1 - it will fail eventually */

/* Installation of Base MMPM */
ssgroup=0                   /* Installing base MMPM should not be */
ssname="mmbase"             /* necessary, but it is or you won't get */
ssversion="1.1.4"           /* folder creations for wepm and other apps */
sstermdll="ITERM.DLL"       /* For updating desktop */
sstermdllentry="ITermEntry" /* Adds ICONs for new device */

/* Installation for OPTI Crystal Semi Digital Audio */
ssgroup=1
ssname="OPTI Crystal SEMI WAV Audio"
ssversion="1.1.5"
sssize=345
ssicon="audplay.ico"
ssdll="dialog.dll"
ssdllentry="Dialog"
ssdllinputparms="1"
ssselect="YES"

/* Installation for OPTI OPL3 Midi */
ssgroup=2
ssname="OPTI OPL3 Midi"
ssversion="1.1.3"
sssize=300
ssicon="midiplay.ico"
ssdll="genin.DLL"
ssdllentry="InitGenin"
ssdllinputparms="2"
ssselect="YES"

/* Installation of OPTI 928/929 Windows Audio */
ssgroup=3
ssname="Crystal Semi Windows Audio"
ssversion="1.0"
sssize=1000
ssicon="winaud.ico"
ssdll="wininst.dll"
ssdllentry="WinInst"
ssdllinputparms="10"  /* ID of Windows Audio Section in WININST.RC */
ssselect="VERSION"
[ RETURN TO DIRECTORY ]