home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / aureal.zip / control.scr < prev    next >
Text File  |  1998-06-29  |  3KB  |  90 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="Aureal Audio Installation"
  19. codepage=437
  20. filelist="audfiles.scr"
  21. groupcount=4
  22. munitcount=1
  23.  
  24. medianame="Aureal 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.  
  38.  
  39. /*  Base file to be run after Audio Adapter Installed.                 */
  40. /*  This will update the user's Multimedia Folder with new information */
  41. /*  Do not change this group.                                          */
  42. ssgroup=0
  43. ssname="mmbase"
  44. ssversion="1.1.3"
  45. sstermdll="ITERM.DLL"
  46. sstermdllentry="ITermEntry"
  47.  
  48.  
  49. /* Audio Adapter Group                                                      */
  50. /* Modify this group to describe your adapter by changing the following:    */
  51. /*  ssgroup   - Change this number only if you add a new group.             */
  52. /*  ssname    - Put your adapter's name here                                */
  53. /*  ssversion - Put the version number of your device driver here           */
  54. /*  sssize    - Put the total size (in KB) of your device driver(s), help   */
  55. /*              file, GENIN.DLL, GENINMRI.DLL, & any other files you install*/
  56. /*  ssdllinputparms - this must match the ID number used in cardinfo.dll    */
  57. /*  ssinich   - Uncomment this line if you are adding a MIDI Map Table      */
  58.  
  59. /* Aureal Vortex Wave/Core */
  60. ssgroup=17
  61. ssname="Aureal Vortex AU8820"
  62. ssversion="0.1.3"
  63. sssize=5300
  64. ssdll="genin.dll"
  65. ssdllentry="InitGenin"
  66. ssdllinputparms="77"
  67. ssselect="VERSION"
  68.  
  69. /* Aureal Vortex Wavetable */
  70. ssgroup=18
  71. ssname="Aureal Vortex AU8820 Wavetable"
  72. ssicon="midiplay.ico"
  73. ssversion="0.1.3"
  74. sssize=22
  75. ssdll="genin.dll"
  76. ssdllentry="InitGenin"
  77. ssdllinputparms="78"
  78. ssselect="VERSION"
  79.  
  80. /* Aureal Vortex MPU-401 */
  81. ssgroup=19
  82. ssname="Aureal Vortex AU8820 MPU-401"
  83. ssicon="midiplay.ico"
  84. ssversion="0.1.3"
  85. sssize=22
  86. ssdll="genin.dll"
  87. ssdllentry="InitGenin"
  88. ssdllinputparms="79"
  89. ssselect="VERSION"
  90.