home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / usb / usb_support / usbsup.exe / WDMUSB.EXE / DETROIT.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1997-04-10  |  8.7 KB  |  281 lines

  1. ;DETROIT.INF
  2.  
  3. [Version] 
  4. Signature=$CHICAGO$ 
  5.  
  6. [DestinationDirs] 
  7. DetroitBootCopy  = 30
  8. DetroitVmmCopy   = 22
  9. DetroitWinCopy   = 25
  10. DetroitInfCopy   = 17
  11. DetroitSysCopy   = 11
  12.  
  13. ; For the Renames
  14. BakOSR2BootRen = 30
  15. BakOSR2VmmRen  = 22
  16. BakOSR2InfRen  = 17
  17. BakOSR2SysRen  = 11
  18. OSR2BootRen    = 30
  19. OSR2VmmRen     = 22
  20. OSR2InfRen     = 17
  21. OSR2SysRen     = 11
  22.  
  23. ; For the deletes
  24. DetroitInfDel     = 17
  25. DetroitSetupTools = 11
  26.  
  27. [DefaultInstall] 
  28. RenFiles = OSR2VmmRen, OSR2InfRen, OSR2SysRen, OSR2BootRen
  29. CopyFiles = DetroitVmmCopy, DetroitWinCopy, DetroitInfCopy, DetroitSysCopy, DetroitBootCopy
  30. AddReg = DetroitVersion_add.reg, RunOnce_add.reg, NTKERN.reg, NTKERNValues.reg, Uninstall.Reg
  31. DelReg = USBRemove_del.reg
  32.  
  33. [RestoreAndCleanup]
  34. RenFiles = BakOSR2BootRen
  35. DelFiles = DetroitSetupTools
  36.  
  37. ; This will undo the renames we did when we installed,
  38. ; delete any leftover files, remove registry entries.
  39.  
  40. [DefaultUninstall]
  41. RenFiles = BakOSR2VmmRen, BakOSR2InfRen, BakOSR2SysRen
  42. DelFiles = DetroitVmmCopy, DetroitWinCopy, DetroitSysCopy, DetroitInfDel
  43. AddReg = RestoreVersion.reg
  44. DelReg = Uninstall.Reg, NTKERN.reg
  45.  
  46. [DetroitBootCopy]
  47. autoexec.bat
  48.  
  49. [DetroitVmmCopy] 
  50. ntkern.vxd
  51. vmm.vxd
  52. vmcpd.vxd
  53. vtd.vxd
  54. vxdldr.vxd
  55. vpicd.vxd
  56. vcond.vxd
  57. vwin32.vxd
  58.  
  59. [DetroitWinCopy] 
  60. vfwwdm32.dll
  61.  
  62. [DetroitInfCopy] 
  63. detroit.inf
  64. image.inf
  65. nodriver.inf
  66. usb.inf
  67.  
  68. [DetroitSysCopy] 
  69. rplcldr.exe
  70. devlib.exe
  71. winoa386.mod
  72. krnl386.exe
  73. spoolss.dll
  74. kernel32.dll
  75. conagent.exe
  76. redirect.mod
  77. uhcd.sys
  78. usbd.sys
  79. usbhub.sys
  80. openhci.sys
  81. usbcamd.sys
  82. imagecls.sys
  83. vfwwdm.drv
  84.  
  85. [Uninstall.Reg]
  86. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OSR21,DisplayName,,"USB Supplement to OSR2"
  87. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\OSR21,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 2 Detroit.inf"
  88.  
  89. ; Renames the existing OSR2 files to saved names.
  90. [OSR2BootRen]
  91. detroit.bat, autoexec.bat
  92.  
  93. [OSR2VmmRen]
  94. vmm.o20,      vmm.vxd
  95. vmcpd.o20,    vmcpd.vxd
  96. vtd.o20,      vtd.vxd
  97. vxdldr.o20,   vxdldr.vxd
  98. vpicd.o20,    vpicd.vxd
  99. vcond.o20,    vcond.vxd
  100. vwin32.o20,   vwin32.vxd
  101.  
  102. [OSR2InfRen]
  103. nodriver.o20, nodriver.inf
  104.  
  105. [OSR2SysRen]
  106. winoa386.o20, winoa386.mod
  107. krnl386.o20,  krnl386.exe
  108. spoolss.o20,  spoolss.dll
  109. kernel32.o20, kernel32.dll
  110. conagent.o20, conagent.exe
  111. redirect.o20, redirect.mod
  112.  
  113. ; Renames the saved OSR2 files back to what they should be.
  114. [BakOSR2BootRen]
  115. autoexec.bat, detroit.bat
  116.  
  117. [BakOSR2VmmRen]
  118. vmm.vxd,      vmm.o20
  119. vmcpd.vxd,    vmcpd.o20
  120. vtd.vxd,      vtd.o20
  121. vxdldr.vxd,   vxdldr.o20
  122. vpicd.vxd,    vpicd.o20
  123. vcond.vxd,    vcond.o20
  124. vwin32.vxd,   vwin32.o20
  125.  
  126. [BakOSR2InfRen]
  127. nodriver.inf, nodriver.o20
  128.  
  129. [BakOSR2SysRen]
  130. winoa386.mod, winoa386.o20
  131. krnl386.exe,  krnl386.o20
  132. spoolss.dll,  spoolss.o20
  133. kernel32.dll, kernel32.o20
  134. conagent.exe, conagent.o20
  135. redirect.mod, redirect.o20
  136. vmm32.vxd,    vmm32.o20
  137.  
  138. ; Deletes detroit files
  139. [DetroitSetupTools]
  140. devlib.exe
  141. rplcldr.exe
  142.  
  143. [DetroitInfDel]
  144. detroit.inf
  145. image.inf
  146. usb.inf
  147.  
  148. [DetroitVersion_add.reg]
  149. HKLM,%KEY_CURRENT%,VersionNumber,,"4.03.1214"
  150. HKLM,%KEY_SETUP%,BootAutoexecFile,,"%30%\autoexec.bat"
  151.  
  152. [RunOnce_add.reg]
  153. HKLM,%KEY_RUNONCE%,"RemBaseTools",,"%25%\rundll.exe setupx.dll,InstallHinfSection RestoreAndCleanup 4 detroit.inf"
  154.  
  155. [NTKERNValues.reg]
  156. ; indicate that the data stored under KEY_SERVICEGRP is unicode
  157. HKLM,%KEY_SERVICEGRP%,_T_List_Type,1,07,00,00,00
  158. HKLM,%KEY_SERVICEGRP%,List,1,\
  159.   53,00,79,00,73,00,74,00,65,00,6d,00,20,00,42,00,75,00,73,00,\
  160.   20,00,45,00,78,00,74,00,65,00,6e,00,64,00,65,00,72,00,00,00,53,00,43,00,\
  161.   53,00,49,00,20,00,6d,00,69,00,6e,00,69,00,70,00,6f,00,72,00,74,00,00,00,70,\
  162.   00,6f,00,72,00,74,00,00,00,50,00,72,00,69,00,6d,00,61,00,72,00,79,00,20,00,\
  163.   64,00,69,00,73,00,6b,00,00,00,53,00,43,00,53,00,49,00,20,00,63,00,6c,00,61,\
  164.   00,73,00,73,00,00,00,53,00,43,00,53,00,49,00,20,00,43,00,44,00,52,00,4f,00,\
  165.   4d,00,20,00,63,00,6c,00,61,00,73,00,73,00,00,00,66,00,69,00,6c,00,74,00,65,\
  166.   00,72,00,00,00,62,00,6f,00,6f,00,74,00,20,00,66,00,69,00,6c,00,65,00,20,00,\
  167.   73,00,79,00,73,00,74,00,65,00,6d,00,00,00,42,00,61,00,73,00,65,00,00,00,50,\
  168.   00,6f,00,69,00,6e,00,74,00,65,00,72,00,20,00,50,00,6f,00,72,00,74,00,00,00,\
  169.   4b,00,65,00,79,00,62,00,6f,00,61,00,72,00,64,00,20,00,50,00,6f,00,72,00,74,\
  170.   00,00,00,50,00,6f,00,69,00,6e,00,74,00,65,00,72,00,20,00,43,00,6c,00,61,00,\
  171.   73,00,73,00,00,00,4b,00,65,00,79,00,62,00,6f,00,61,00,72,00,64,00,20,00,43,\
  172.   00,6c,00,61,00,73,00,73,00,00,00,56,00,69,00,64,00,65,00,6f,00,20,00,49,00,\
  173.   6e,00,69,00,74,00,00,00,56,00,69,00,64,00,65,00,6f,00,00,00,56,00,69,00,64,\
  174.   00,65,00,6f,00,20,00,53,00,61,00,76,00,65,00,00,00,66,00,69,00,6c,00,65,00,\
  175.   20,00,73,00,79,00,73,00,74,00,65,00,6d,00,00,00,45,00,76,00,65,00,6e,00,74,\
  176.   00,20,00,6c,00,6f,00,67,00,00,00,53,00,74,00,72,00,65,00,61,00,6d,00,73,00,\
  177.   20,00,44,00,72,00,69,00,76,00,65,00,72,00,73,00,00,00,4e,00,44,00,49,00,53,\
  178.   00,00,00,54,00,44,00,49,00,00,00,4e,00,65,00,74,00,42,00,49,00,4f,00,53,00,\
  179.   47,00,72,00,6f,00,75,00,70,00,00,00,53,00,70,00,6f,00,6f,00,6c,00,65,00,72,\
  180.   00,47,00,72,00,6f,00,75,00,70,00,00,00,4e,00,65,00,74,00,44,00,44,00,45,00,\
  181.   47,00,72,00,6f,00,75,00,70,00,00,00,50,00,61,00,72,00,61,00,6c,00,6c,00,65,\
  182.   00,6c,00,20,00,61,00,72,00,62,00,69,00,74,00,72,00,61,00,74,00,6f,00,72,00,\
  183.   00,00,65,00,78,00,74,00,65,00,6e,00,64,00,65,00,64,00,20,00,62,00,61,00,73,\
  184.   00,65,00,00,00,52,00,65,00,6d,00,6f,00,74,00,65,00,56,00,61,00,6c,00,69,00,\
  185.   64,00,61,00,74,00,69,00,6f,00,6e,00,00,00,50,00,43,00,49,00,20,00,43,00,6f,\
  186.   00,6e,00,66,00,69,00,67,00,75,00,72,00,61,00,74,00,69,00,6f,00,6e,00,00,00
  187.  
  188. ;Sets values as required by NT drivers loaded via NTKERN
  189. HKLM,%KEY_MULTIFUNC%\0,Component Information,1,00,00,00,00,00,00,00,00,00,00,00,00,FF,FF,FF,FF
  190. HKLM,%KEY_MULTIFUNC%\0,Configuration Data,1,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
  191. HKLM,%KEY_MULTIFUNC%\0,Identifier,,"ISA"
  192. HKLM,%KEY_GROUPORDER%,Base,1,0D,00,00,00,\
  193.                              01,00,00,00,\
  194.                              02,00,00,00,\
  195.                              03,00,00,00,\
  196.                              04,00,00,00,\
  197.                              05,00,00,00,\
  198.                              06,00,00,00,\
  199.                              07,00,00,00,\
  200.                              08,00,00,00,\
  201.                              09,00,00,00,\
  202.                              0A,00,00,00,\
  203.                              0B,00,00,00,\
  204.                              0C,00,00,00,\
  205.                              0D,00,00,00
  206.  
  207. [NTKERN.reg]
  208. HKLM,%KEY_VMM32FILES%,ntkern.vxd,1,
  209. HKLM,%KEY_INSTALLED%,usbd.sys,1,
  210. HKLM,%KEY_INSTALLED%,uhcd.sys,1,
  211. HKLM,%KEY_INSTALLED%,usbhub.sys,1,
  212. HKLM,%KEY_NTKERN%,StaticVxD,,"*NTKERN"
  213. HKLM,%KEY_NTKERN%,Start,1,00
  214.  
  215. [RestoreVersion.reg]
  216. HKLM,%KEY_CURRENT%,VersionNumber,,"4.00.1111"
  217. HKLM,%KEY_CURRENT%,SubVersionNumber,," b"
  218.  
  219. [USBRemove_del.reg]
  220. HKLM,Enum\PCI\VEN_8086&DEV_7020
  221. HKLM,Enum\PCI\VEN_100B&DEV_0012
  222. HKLM,Enum\PCI\VEN_0E11&DEV_A0F8
  223. HKLM,Enum\PCI\VEN_1095&DEV_0670
  224. HKLM,Enum\PCI\VEN_1033&DEV_0035
  225.  
  226. [SourceDisksNames] 
  227. 99 = %DiskName%, USBSup, 0
  228.  
  229. [SourceDisksFiles] 
  230. autoexec.bat = 1
  231. devlib.exe = 1
  232. rplcldr.exe = 1
  233. detroit.inf = 1
  234. ntkern.vxd = 1
  235. vmcpd.vxd = 1
  236. vmm.vxd = 1
  237. vtd.vxd = 1
  238. vxdldr.vxd = 1
  239. winoa386.mod = 1
  240. vpicd.vxd = 1
  241. image.inf = 1
  242. nodriver.inf = 1
  243. usb.inf = 1
  244. krnl386.exe = 1
  245. spoolss.dll = 1
  246. kernel32.dll = 1
  247. conagent.exe = 1
  248. vcond.vxd = 1
  249. redirect.mod = 1
  250. vwin32.vxd = 1
  251. openhci.sys = 1
  252. usbd.sys = 1
  253. uhcd.sys = 1
  254. usbhub.sys = 1
  255. usbcamd.sys = 1
  256. imagecls.sys = 1
  257. vfwwdm.drv = 1
  258. vfwwdm32.dll = 1
  259.  
  260. [Strings]
  261. ;Non-Localizable strings:
  262. KEY_SETUP      = "Software\Microsoft\Windows\CurrentVersion\Setup"
  263. KEY_OPTIONAL   = "Software\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  264. KEY_RENAME     = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
  265. KEY_DEL        = "Software\Microsoft\Windows\CurrentVersion\DeleteFiles"
  266. KEY_CFGMGR     = "System\CurrentControlSet\Services\VxD\CONFIGMG"
  267. KEY_MULTIFUNC  = "Hardware\Description\System\MultifunctionAdapter"
  268. KEY_GROUPORDER = "System\CurrentControlSet\Control\GroupOrderList"
  269. KEY_SERVICEGRP = "System\CurrentControlSet\Control\ServiceGroupOrder"
  270. KEY_NTKERN     = "System\CurrentControlSet\Services\VxD\NTKern"
  271. KEY_SVCSVXD    = "System\CurrentControlSet\Services\VxD"
  272. KEY_RUNONCE    = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
  273. KEY_VMM32FILES = "System\CurrentControlSet\Control\VMM32Files"
  274. KEY_INSTALLED  = "System\CurrentControlSet\Control\InstalledFiles"
  275. KEY_CURRENT    = "Software\Microsoft\Windows\CurrentVersion"
  276. KEY_ASDLIST    = "System\CurrentControlSet\Control\AttemptingSomethingDangerous\List"
  277. KEY_FILESYSTEM = "System\CurrentControlSet\Control\FileSystem"
  278.  
  279. ;Localizable strings:
  280. DiskName = "USB Supplement to OSR2"
  281.