home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / es18697.zip / ES1869IN.SCR < prev    next >
Text File  |  1998-06-19  |  3KB  |  72 lines

  1. /************************ START OF SPECIFICATIONS ***************************/
  2. /*                                                                          */
  3. /* SOURCE FILE NAME:  CONTROL.SCR for the ESS AudioDrive 1869               */
  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="ES1869 AudioDrive"
  22. codepage=437
  23.  
  24. filelist="ESS1869.SCR"
  25. groupcount=2
  26. munitcount=1
  27.  
  28. /* NLS: Please translate the following line */
  29. medianame="ES1869 AudioDrive"
  30.  
  31. sourcedir="\\"= 0
  32. sourcedir="\\MMOS2\\INSTALL\\" = 1
  33. sourcedir="\\INSTALL\\"        = 2
  34. sourcedir="\\ES1869\\"         = 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.5"           /* 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 ES1869 AudioDrive Audio */
  63. ssgroup=1
  64. ssname="ES1869 AudioDrive"
  65. ssversion="2.0.17"
  66. sssize=113
  67. ssicon="midiplay.ico"
  68. ssdll="genin.DLL"
  69. ssdllentry="InitGenin"
  70. ssdllinputparms="1"
  71. ssselect="YES"
  72.