home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / 688os2.zip / ES688IN.SCR < prev    next >
Text File  |  1996-02-08  |  4KB  |  83 lines

  1. /************************ START OF SPECIFICATIONS ***************************/
  2. /*                                                                          */
  3. /* SOURCE FILE NAME:  CONTROL.SCR for the ESS AudioDrive 688                */
  4. /*                                                                          */
  5. /* DESCRIPTIVE NAME:  Master control file                                   */
  6. /*                                                                          */
  7. /* COPYRIGHT:                                                               */
  8. /*              Copyright (c) IBM Corporation 1994                          */
  9. /*                        All Rights Reserved                               */
  10. /*                                                                          */
  11. /* DESCRIPTION:                                                             */
  12. /* This is the master control file used by Minstall to install the          */
  13. /* adapter using the Generic Install program.                               */
  14. /*                                                                          */
  15. /* NLS: Please translate only the strings that have a comment that they     */
  16. /*      should be translated (search for "NLS:")                            */
  17. /*                                                                          */
  18. /*************************** END OF SPECIFICATIONS **************************/
  19.  
  20. /* NLS: Please translate the following line and codepage */
  21. package="AudioDrive ES688"
  22. codepage=437
  23.  
  24. filelist="ESS688.SCR"
  25. groupcount=3
  26. munitcount=1
  27.  
  28. /* NLS: Please translate the following line */
  29. medianame="AudioDrive ES688"
  30.  
  31. sourcedir="\\"= 0
  32. sourcedir="\\MMOS2\\INSTALL\\" = 1
  33. sourcedir="\\INSTALL\\"        = 2
  34. sourcedir="\\ES688\\"          = 3
  35.  
  36. destindir="\\MMOS2\\DLL\\"     = 2
  37. destindir="\\MMOS2\\HELP\\"    = 7
  38. destindir="\\MMOS2\\"          = 0
  39. destindir="\\MMOS2\\INSTALL\\" = 4
  40. destindir="\\MMOS2\\SOUNDS\\"  = 9
  41. destindir="\\OS2\\BOOT\\"      = 8
  42.  
  43. /*  Base file to be run after Audio Adapter Installed.                   */
  44. /*  This will update the user's Multimedia Folder with new information   */
  45. /*  Installing mmbase should not be necessary for installation of an     */
  46. /*  audio adapter driver.  Indeed, it isn't, but the Multimedia folder   */
  47. /*  will only be updated if the below entries for mmbase exist.          */
  48. /*  With version checking, the generic install program quits if the      */
  49. /*  mmbase version to install is less current than presently installed.  */
  50. /*  OS/2 2.1 MR1 is version 1.1.2 - if built this install based on the   */
  51. /*  MMPM/2 CSD for OS/2 2.1, then the install doesn't work (ver 1.1.1)   */
  52. /*  Using version 1.1.3 as below makes this install work for MR1 and     */
  53. /*  earier version plus one version beyond MR1 - it will fail eventually */
  54.  
  55. /* Installation of Base MMPM */
  56. ssgroup=0                   /* Installing base MMPM should not be */
  57. ssname="mmbase"             /* necessary, but it is or you won't get */
  58. ssversion="1.1.4"           /* folder creations for wepm and other apps */
  59. sstermdll="ITERM.DLL"       /* For updating desktop */
  60. sstermdllentry="ITermEntry" /* Adds ICONs for new device */
  61.  
  62. /* Installation for AudioDrive ES688 Audio */
  63. ssgroup=1
  64. ssname="AudioDrive ES688"
  65. ssversion="2.0.2"
  66. sssize=64
  67. ssicon="audplay.ico"
  68. ssdll="genin.DLL"
  69. ssdllentry="InitGenin"
  70. ssdllinputparms="1"
  71. ssselect="YES"
  72.  
  73. /* Installation of AudioDrive ES688 Windows Audio */
  74. ssgroup=2
  75. ssname="ES688 WinOS2/Windows Audio"
  76. ssversion="2.0.0"
  77. sssize=216
  78. ssicon="winaud.ico"
  79. ssdll="wininst.dll"
  80. ssdllentry="WinInst"
  81. ssdllinputparms="10"  /* ID of Windows Audio Section in WINRES.RC */
  82. ssselect="VERSION"
  83.