home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 July / VPR9707B.ISO / DRIVER / IBM / HXV803 / hxv803.exe / OEMSETUP.INF < prev    next >
Windows Setup INFormation  |  1996-05-30  |  5KB  |  170 lines

  1. ; install procedure for IBM MPEG ThinkPad 760-E support   REL 03E-00
  2. [version]
  3. ;Version Section
  4. Signature = "$CHICAGO$"
  5. Class     = MEDIA
  6. Provider  = %Mfg%
  7.  
  8.  
  9. [DestinationDirs]
  10. ;Destination Directory Section
  11. ;File List Section = LDID
  12. ;-----------------   ----
  13. DefaultDestDir       = 11      ; Windows 95 System Directory
  14. MPEG_PCI_Bridge.Copy = 11      ;
  15. Driver.Copy          = 11      ;
  16.  
  17.  
  18. [SourceDisksNames]
  19. ;Source Disk Name Section
  20. ;Disk No.= Disk Description Volume Label Serial Number
  21. ;--------  ---------------- ------------ -------------
  22. 1        = %Disk_Name%,     WIN95_MPEG,  0000-0000
  23.  
  24.  
  25. [SourceDisksFiles]
  26. ;Source Disk File Name Section
  27. ;File Name   = Disk No.
  28. ;-----------   --------
  29. cd1_hhr.txt  = 1,dll
  30. cdio.dll     = 1,dll
  31. dciif.dll    = 1,dll
  32. digitalv.mci = 1,dll
  33. ibmmpg32.exe = 1,dll
  34. ibmcdi32.exe = 1,dll
  35. ibmmpged.dll = 1,dll
  36. ibmcdied.dll = 1,dll
  37. mpegon.dll   = 1,dll
  38. mpeg32.dll   = 1,dll
  39. mpeg.dll     = 1,dll
  40. mpeg.vxd     = 1,dll
  41.  
  42. [Manufacturer]
  43. ;Manufacturer Section
  44. ;Manufacturer Name = Manufacturer Name Section
  45. ;-----------------   -------------------------
  46. %Mfg%              = Mfg
  47.  
  48.  
  49. [Mfg]
  50. ;Manufacturer Name Section
  51. ;Device Description   = Installation Section Name  Device ID
  52. ;--------------------   -------------------------- ---------
  53. %PCI\VEN_1014&DEV_0057.DeviceDesc%=MPEG_PCI_Bridge.Install, PCI\VEN_1014&DEV_0057
  54. %MPEG2.DeviceDesc%=MPEG2.Install
  55. %CDI_VCD.DeviceDesc%=CDI_VCD.Install
  56.  
  57. [MPEG_PCI_Bridge.Install]
  58. ;Installation Section
  59. ; Key     = Section Name
  60. ;--------   -------------
  61. AddReg    = MPEG_PCI_Bridge.AddReg    ; Add Registry Section
  62. LogConfig = MPEG_PCI_Bridge.LogConfig ; Logical Configuration Section
  63.  
  64.  
  65. [MPEG2.Install]
  66. ;Installation Section
  67. ; Key     = Section Name
  68. ;--------   -------------
  69. DelFiles  = Driver.delfile   ; del old files
  70. DelReg    = MPEG.delreg      ; del old regisrtry info
  71. CopyFiles = Driver.Copy      ; File List Section
  72. AddReg    = MPEG2.AddReg     ; Add Registry Section
  73. UpdateInis= mcimpeg_ini_update
  74. MediaType = Software
  75. Reboot
  76.  
  77. [CDI_VCD.Install]
  78. ;Installation Section
  79. ; Key     = Section Name
  80. ;--------   -------------
  81. DelFiles  = Driver.delfile   ; del old files
  82. DelReg    = MPEG.delreg      ; del old regisrtry info
  83. CopyFiles = Driver.Copy      ; File List Section
  84. AddReg    = CDI_VCD.AddReg   ; Add Registry Section
  85. UpdateInis= mcicdi_ini_update
  86. MediaType = Software
  87. Reboot
  88.  
  89. [MPEG_PCI_Bridge.LogConfig]
  90. ;Logical Configuration Section
  91. ConfigPriority=NORMAL
  92. MemConfig=ff@0-ffffffff%ffffff00
  93. IRQConfig=S:1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
  94.  
  95. [Driver.delfile]
  96. ibmmpg16.dll
  97. ibmcdi16.dll
  98. mpeg16.dll
  99. mpeg.386
  100.  
  101. [Driver.Copy]
  102. ;File List Section
  103. cd1_hhr.txt
  104. cdio.dll
  105. dciif.dll
  106. digitalv.mci
  107. ibmmpg32.exe
  108. ibmcdi32.exe
  109. ibmmpged.dll
  110. ibmcdied.dll
  111. mpegon.dll
  112. mpeg32.dll
  113. mpeg.dll
  114. mpeg.vxd
  115.  
  116. ;Add Registry Section
  117. ;  HKR  ... Relative from the key pass into GenInstallEx
  118. ;  HKCR ... HKEY_CLASSES_ROOT
  119. ;  HKLM ... HKEY_LOCAL_MACHINE
  120. ;
  121. ;Reg  Sub Key            Value Name     Flag Value
  122. ;---- ------------------ -------------- ---- -----
  123.  
  124. [MPEG_PCI_Bridge.AddReg]
  125. HKR,,DevLoader,,mmdevldr.vxd
  126. HKR,,Driver,,MPEG.VXD
  127.  
  128. [MPEG2.AddReg]
  129. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\MpegVideo,Description,,%MPEG2.DeviceDesc%
  130. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\MpegVideo,FriendlyName,,%MPEG2.DeviceDesc%
  131. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\MpegVideo,Driver,,ibmmpged.dll
  132. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\MpegVideo,Disabled,,0
  133. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\ReelMagic,Description,,%ReelMagic.DeviceDesc%
  134. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\ReelMagic,FriendlyName,,%ReelMagic.DeviceDesc%
  135. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\ReelMagic,Driver,,ibmmpged.dll
  136. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\ReelMagic,Disabled,,0
  137.  
  138. [CDI_VCD.AddReg]
  139. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\VideoCD,Description,,%CDI_VCD.DeviceDesc%
  140. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\VideoCD,FriendlyName,,%CDI_VCD.DeviceDesc%
  141. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\VideoCD,Driver,,ibmcdied.dll
  142. HKLM,SYSTEM\CurrentControlSet\Control\MediaResources\mci\VideoCD,Disabled,,0
  143.  
  144. [MPEG.delreg]
  145. HKLM,Enum\PCI\VEN_1014&DEV_0057                              ; force to enumerate
  146. HKLM,SYSTEM\CurrentControlSet\Services\VxD\MPEGPCI           ; delete old setup info
  147.  
  148. [mcimpeg_ini_update]
  149. %10%\system.ini,mci,,"MpegVideo=ibmmpged.dll",0
  150. %10%\system.ini,mci,,"ReelMagic=ibmmpged.dll",0
  151. %10%\system.ini,386Enh,"device=mpeg.386",,0                  ; delete from ini
  152.  
  153. [mcicdi_ini_update]
  154. %10%\system.ini,mci,,"VideoCD=ibmcdied.dll",0
  155. %10%\system.ini,386Enh,"device=mpeg.386",,0                  ; delete from ini
  156.  
  157. [ControlFlags]
  158. ;ExcludeFromSelect=PCI\VEN_1014&DEV_0057
  159.  
  160. [Strings]
  161. ;String Section
  162. ; String Key        = Value
  163. ;------------------   -------------------------
  164. Mfg                 = "IBM Corp"
  165. PCI\VEN_1014&DEV_0057.DeviceDesc = "IBM MPEG PCI Bridge"
  166. Disk_Name            = "MPEG Features Diskette for Windows 95"
  167. MPEG2.DeviceDesc     = "IBM MPEG Files/ISO9660 [mci]"
  168. ReelMagic.DeviceDesc = "IBM MPEG ReelMagic [mci]"
  169. CDI_VCD.DeviceDesc   = "IBM MPEG CD-i/VideoCD [mci]"
  170.