home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / se14os2.zip / CONTROL.SCR < prev    next >
Text File  |  1995-02-03  |  3KB  |  61 lines

  1. /************************ START OF SPECIFICATIONS ***************************/
  2. /*                                                                          */
  3. /* SOURCE FILE NAME:  CONTROL.SCR                                           */
  4. /*                                                                          */
  5. /* DESCRIPTIVE NAME:  Master control file for Business Audio installation   */
  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. /*************************** END OF SPECIFICATIONS **************************/
  16.  
  17. package="Business Audio Installation"
  18. codepage=437
  19.  
  20. filelist="BUSAUDIO.SCR"
  21. groupcount=3
  22. munitcount=1
  23.  
  24. medianame="SE1440 OS/2 Driver Diskette"
  25.  
  26. sourcedir="\\"= 0
  27.  
  28. destindir="\\MMOS2\\"          = 0
  29. destindir="\\MMOS2\\DLL\\"     = 2
  30. destindir="\\MMOS2\\INSTALL\\" = 4
  31. destindir="\\MMOS2\\HELP\\"    = 7
  32. destindir="\\MMOS2\\SOUNDS\\"  = 9
  33. destindir="\\OS2\\BOOT\\"      = 10
  34.  
  35. /*  Base file to be run after Audio Adapter Installed.                 */
  36. /*  This will update the user's Multimedia Folder with new information */
  37. /*  Installing mmbase should not be necessary for installation of an   */
  38. /*  audio adapter driver.  Indeed, it isn't, but the Multimedia folder */
  39. /*  will only be updated if the below entries for mmbase exist.        */
  40. /*  With version checking, the generic install program quits if the    */
  41. /*  mmbase version to install is less current than presently installed.*/
  42. /*  OS/2 2.1 MR1 is version 1.1.2 - if built this install based on the */
  43. /*  MMPM/2 CSD for OS/2 2.1, then the install doesn't work (ver 1.1.1) */
  44. /*  Using version 1.1.3 as below makes this install work for MR1 and   */
  45. /*  earier version plus one version beyond MR1 - it will fail eventually */
  46. ssgroup=0                   /* Installing base MMPM should not be */
  47. ssname="mmbase"             /* necessary, but it is or you won't get */
  48. ssversion="1.1.3"           /* folder creations for wepm and other apps */
  49. sstermdll="ITERM.DLL"       /* For updating desktop */
  50. sstermdllentry="ITermEntry" /* Adds ICONs for new device */
  51.  
  52. /* Adapter Group */
  53. ssgroup=33
  54. ssname="Business Audio"
  55. ssversion="1.0.2"
  56. sssize=76
  57. ssdll="genin.dll"
  58. ssdllentry="InitGenin"
  59. ssdllinputparms="33"
  60. ssselect="VERSION"
  61.