home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / realmagi.zip / CONTROL.SCR < prev    next >
Text File  |  1996-09-24  |  3KB  |  79 lines

  1. /************************ START OF SPECIFICATIONS ***************************/
  2. /*                                                                          */
  3. /* SOURCE FILE NAME:  CONTROL.SCR                                           */
  4. /*                                                                          */
  5. /* DESCRIPTIVE NAME:  Master control file for Generic Video Install sample  */
  6. /*                                                                          */
  7. /* COPYRIGHT:                                                               */
  8. /*              Copyright (c) IBM Corporation  1993                         */
  9. /*                        All Rights Reserved                               */
  10. /*                                                                          */
  11. /* STATUS:  Workshop toolkit 1.0                                            */
  12. /*                                                                          */
  13. /* DESCRIPTION:                                                             */
  14. /* This is the master control file used by Minstall to install the video    */
  15. /* capture adapter in the Generic Video Capture Adapter Install sample.     */
  16. /*************************** END OF SPECIFICATIONS **************************/
  17.  
  18. package="REALmagic RMPRO Adapter Installation"
  19. codepage=437
  20. filelist="vidfiles.scr"
  21. groupcount=2
  22. munitcount=1
  23.  
  24. medianame="REALmagic RMPRO SETUP 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. destindir="\\OS2\\BOOT\\"= 10
  38.  
  39. /*  Base file to be run after Video 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.1"
  45. sstermdll="ITERM.DLL"
  46. sstermdllentry="ITermEntry"
  47.  
  48.  
  49. /* Video Adapter Group                                                      */
  50. /* Modify this group to describe your adapter by changing the following:    */
  51. /*   ssgroup   - Change this number only if you add 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) and    */
  55. /*               help file.                                                 */
  56. /*   ssdllinputparms - this must match the ID number used in cardinfo.dll   */
  57.  
  58. ssgroup=17
  59. ssname="REALmagic RMPRO MPEG Interactive Video Adapter"
  60. ssversion="2.5000"
  61. sssize=900
  62. ssinich="SETUP.SCR"
  63. ssdll="genin.dll"
  64. ssdllentry="InitGenin"
  65. ssdllinputparms="55"
  66. ssselect="VERSION"
  67.  
  68.  
  69. ssgroup=18
  70. ssname="REALmagic RMPRO MPEG Interactive Audio Adapter"
  71. ssversion="2.5000"
  72. sssize=900
  73. ssdll="genin.dll"
  74. ssdllentry="InitGenin"
  75. ssdllinputparms="56"
  76. ssselect="VERSION"
  77.  
  78.  
  79.