home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / aria16.zip / CONTROL.SCR < prev    next >
Text File  |  1995-06-13  |  3KB  |  69 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) IBM Corporation  1993                         */
  9. /*                        All Rights Reserved                               */
  10. /*                                                                          */
  11. /* STATUS:  DDK # 3 1993                                                    */
  12. /*                                                                          */
  13. /* DESCRIPTION:                                                             */
  14. /* This is the master control file used by Minstall to install the audio    */
  15. /* adapter in the Generic Audio Adapter Install sample.                     */
  16. /*************************** END OF SPECIFICATIONS **************************/
  17.  
  18. package="Audio Adapter Installation"
  19. codepage=437
  20. filelist="audfiles.scr"
  21. groupcount=2
  22. munitcount=1
  23.  
  24. medianame="Audio Adapter Diskette "
  25.  
  26. sourcedir="\\"= 0
  27.  
  28.  
  29. destindir="\\MMOS2\\DLL\\"     = 2
  30. destindir="\\MMOS2\\HELP\\"    = 7
  31. destindir="\\MMOS2\\"          = 0
  32. destindir="\\MMOS2\\INSTALL\\" = 4
  33. destindir="\\MMOS2\\MOVIES\\"  = 3
  34. destindir="\\MMOS2\\MACROS\\"  = 6
  35. destindir="\\MMOS2\\DSP\\"     = 5
  36. destindir="\\MMOS2\\SOUNDS\\"  = 9
  37. destindir="\\OS2\\BOOT\\"      = 8
  38.  
  39.  
  40. /*  Base file to be run after Audio Adapter Installed.                 */
  41. /*  This will update the user's Multimedia Folder with new information */
  42. /*  Do not change this group.                                          */
  43. ssgroup=0
  44. ssname="mmbase"
  45. ssversion="1.1.0"
  46. sstermdll="ITERM.DLL"
  47. sstermdllentry="ITermEntry"
  48.  
  49.  
  50. /* Audio Adapter Group                                                      */
  51. /* Modify this group to describe your adapter by changing the following:    */
  52. /*  ssgroup   - Change this number only if you add a new group.             */
  53. /*  ssname    - Put your adapter's name here                                */
  54. /*  ssversion - Put the version number of your device driver here           */
  55. /*  sssize    - Put the total size (in KB) of your device driver(s), help   */
  56. /*              file, GENIN.DLL, GENINMRI.DLL, & any other files you install*/
  57. /*  ssdllinputparms - this must match the ID number used in cardinfo.dll    */
  58. /*  ssinich   - Uncomment this line if you are adding a MIDI Map Table      */
  59.  
  60. ssgroup=17
  61. ssname="Aria Audio System 16"
  62. ssversion="1.0.0"
  63. sssize=210
  64. ssdll="genin.dll"
  65. ssdllentry="InitGenin"
  66. ssdllinputparms="27"
  67. ssselect="VERSION"
  68. /* ssinich="midimap.scr" */
  69.