home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1994 November / INfoROMbeta.ISO / drivers / multimed / audio / ess / control.scr < prev    next >
Encoding:
Text File  |  1994-02-12  |  2.8 KB  |  67 lines

  1. /************************ START OF SPECIFICATIONS ***************************/
  2. /*                                                                          */
  3. /* SOURCE FILE NAME:  CONTROL.SCR                                           */
  4. /*                                                                          */
  5. /* DESCRIPTIVE NAME:  Master control file for Generic Audio Install sample  */
  6. /*                                                                          */
  7. /* COPYRIGHT:                                                               */
  8. /*              Copyright (c) ESS Technology, Inc. 1994                     */
  9. /*                        All Rights Reserved                               */
  10. /*                                                                          */
  11. /*                                                                          */
  12. /* DESCRIPTION:                                                             */
  13. /* This is the master control file used by Minstall to install the audio    */
  14. /* adapter in the Generic Audio Adapter Install sample.                     */
  15. /*************************** END OF SPECIFICATIONS **************************/
  16.  
  17. package="Audio Adapter Installation"
  18. codepage=437
  19. filelist="audfiles.scr"
  20. groupcount=2
  21. munitcount=1
  22.  
  23. medianame="Audio Adapter Diskette "
  24.  
  25. sourcedir="\\"= 0
  26.  
  27.  
  28. destindir="\\MMOS2\\DLL\\"     = 2
  29. destindir="\\MMOS2\\HELP\\"    = 7
  30. destindir="\\MMOS2\\"          = 0
  31. destindir="\\MMOS2\\INSTALL\\" = 4
  32. destindir="\\MMOS2\\MOVIES\\"  = 3
  33. destindir="\\MMOS2\\MACROS\\"  = 6
  34. destindir="\\MMOS2\\DSP\\"     = 5
  35. destindir="\\MMOS2\\SOUNDS\\"  = 9
  36.  
  37.  
  38. /*  Base file to be run after Audio Adapter Installed.                 */
  39. /*  This will update the user's Multimedia Folder with new information */
  40. /*  Do not change this group.                                          */
  41. ssgroup=0
  42. ssname="mmbase"
  43. ssversion="1.1.0"
  44. sstermdll="ITERM.DLL"
  45. sstermdllentry="ITermEntry"
  46.  
  47.  
  48. /* Audio Adapter Group                                                      */
  49. /* Modify this group to describe your adapter by changing the following:    */
  50. /*  ssgroup   - Change this number only if you add a new group.             */
  51. /*  ssname    - Put your adapter's name here                                */
  52. /*  ssversion - Put the version number of your device driver here           */
  53. /*  sssize    - Put the total size (in KB) of your device driver(s), help   */
  54. /*              file, GENIN.DLL, GENINMRI.DLL, & any other files you install*/
  55. /*  ssdllinputparms - this must match the ID number used in cardinfo.dll    */
  56. /*  ssinich   - Uncomment this line if you are adding a MIDI Map Table      */
  57.  
  58. ssgroup=17
  59. ssname="ES688 AudioDrive"
  60. ssversion="1.0.0"
  61. sssize=230
  62. ssdll="genin.dll"
  63. ssdllentry="InitGenin"
  64. ssdllinputparms="88"
  65. ssselect="VERSION"
  66. /* ssinich="midimap.scr" */
  67.