home *** CD-ROM | disk | FTP | other *** search
/ PC Player 1996 November / PCPLAY1196.BIN / PROGRAMM / TERRATEC / GOLD16 / OS2 / CONTROL.SCR < prev    next >
Encoding:
Text File  |  1995-10-01  |  3.6 KB  |  81 lines

  1. /************************ START OF SPECIFICATIONS ***************************/
  2. /*                                                                          */
  3. /* SOURCE FILE NAME:  CONTROL.SCR for the ESS AudioDrive 1688               */
  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 ES1688"
  22. codepage=437
  23.  
  24. filelist="ESS1688.SCR"
  25. groupcount=3
  26. munitcount=1
  27.  
  28. /* NLS: Please translate the following line */
  29. medianame="AudioDrive ES1688"
  30.  
  31. sourcedir="\\"= 0
  32. sourcedir="\\MMOS2\\INSTALL\\" = 1
  33.  
  34. destindir="\\MMOS2\\DLL\\"     = 2
  35. destindir="\\MMOS2\\HELP\\"    = 7
  36. destindir="\\MMOS2\\"          = 0
  37. destindir="\\MMOS2\\INSTALL\\" = 4
  38. destindir="\\MMOS2\\SOUNDS\\"  = 9
  39. destindir="\\OS2\\BOOT\\"      = 8
  40.  
  41. /*  Base file to be run after Audio Adapter Installed.                   */
  42. /*  This will update the user's Multimedia Folder with new information   */
  43. /*  Installing mmbase should not be necessary for installation of an     */
  44. /*  audio adapter driver.  Indeed, it isn't, but the Multimedia folder   */
  45. /*  will only be updated if the below entries for mmbase exist.          */
  46. /*  With version checking, the generic install program quits if the      */
  47. /*  mmbase version to install is less current than presently installed.  */
  48. /*  OS/2 2.1 MR1 is version 1.1.2 - if built this install based on the   */
  49. /*  MMPM/2 CSD for OS/2 2.1, then the install doesn't work (ver 1.1.1)   */
  50. /*  Using version 1.1.3 as below makes this install work for MR1 and     */
  51. /*  earier version plus one version beyond MR1 - it will fail eventually */
  52.  
  53. /* Installation of Base MMPM */
  54. ssgroup=0                   /* Installing base MMPM should not be */
  55. ssname="mmbase"             /* necessary, but it is or you won't get */
  56. ssversion="1.1.4"           /* folder creations for wepm and other apps */
  57. sstermdll="ITERM.DLL"       /* For updating desktop */
  58. sstermdllentry="ITermEntry" /* Adds ICONs for new device */
  59.  
  60. /* Installation for AudioDrive ES1688 Audio */
  61. ssgroup=1
  62. ssname="AudioDrive ES1688"
  63. ssversion="1.0.1"
  64. sssize=71
  65. ssicon="audplay.ico"
  66. ssdll="genin.DLL"
  67. ssdllentry="InitGenin"
  68. ssdllinputparms="1"
  69. ssselect="YES"
  70.  
  71. /* Installation of AudioDrive ES1688 Windows Audio */
  72. ssgroup=2
  73. ssname="ES1688 WinOS2/Windows Audio"
  74. ssversion="1.0.1"
  75. sssize=240
  76. ssicon="winaud.ico"
  77. ssdll="wininst.dll"
  78. ssdllentry="WinInst"
  79. ssdllinputparms="10"  /* ID of Windows Audio Section in WINRES.RC */
  80. ssselect="VERSION"
  81.