home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / scros2.zip / CONTROL.SCR < prev    next >
Text File  |  1993-12-18  |  3KB  |  68 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="Sound Galaxy Installation"
  19. codepage=437
  20. filelist="audfiles.scr"
  21. groupcount=2
  22. munitcount=1
  23.  
  24. medianame="Sound Galaxy 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.0"
  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. ssgroup=17
  60. ssname="Sound Galaxy"
  61. ssversion="1.0.0"
  62. sssize=276
  63. ssdll="genin.dll"
  64. ssdllentry="InitGenin"
  65. ssdllinputparms="26"
  66. ssselect="VERSION"
  67. /*ssinich="midimap.scr"*/
  68.