home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 July / PCWorld_2001-07_cd.bin / Software / Topware / w2ksp2en / w2ksp2.exe / i386 / iw / dmreg.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2001-05-04  |  19.8 KB  |  310 lines

  1. ;
  2. ;   NT 5.0 Disk Management
  3. ;
  4.  
  5. [Version]
  6. Signature = "$Windows NT$"
  7. DriverVer=04/24/2001,5.00.2195.2959
  8.  
  9. [DefaultInstall]
  10. DelReg = DM.DelReg
  11. AddReg = DM.AddReg
  12.  
  13. [DM.AddReg]
  14.  
  15. ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  16. ;   LDM kernel entries
  17. ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  18.  
  19. ;   Event logging
  20. HKLM,"System\CurrentControlSet\Services\EventLog\System\dmio","EventMessageFile",0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\dmio.sys"
  21. HKLM,"System\CurrentControlSet\Services\EventLog\System\dmio","TypesSupported",0x00010001,0x00000007
  22. HKLM,"System\CurrentControlSet\Services\EventLog\System\dmboot","EventMessageFile",0x00020000,"%SystemRoot%\System32\Drivers\dmboot.sys;%SystemRoot%\System32\sp2res.dll"
  23. HKLM,"System\CurrentControlSet\Services\EventLog\System\dmboot","TypesSupported",0x00010001,0x00000007
  24.  
  25. ;   Service registration
  26. ;   dmload
  27. HKLM,"System\CurrentControlSet\Services\dmload","Type",0x00010001,0x00000001
  28. HKLM,"System\CurrentControlSet\Services\dmload","Start",0x00010001,0x00000000
  29. HKLM,"System\CurrentControlSet\Services\dmload","ErrorControl",0x00010001,0x00000001
  30. HKLM,"System\CurrentControlSet\Services\dmload","Group",0x00000000,"System Bus Extender"
  31. HKLM,"System\CurrentControlSet\Services\dmload","Tag",0x00010001,0x0000000c
  32. HKLM,"System\CurrentControlSet\Services\dmload","ImagePath",0x00020000,"System32\drivers\dmload.sys"
  33.  
  34. ;   dmboot
  35. HKLM,"System\CurrentControlSet\Services\dmboot","Type",0x00010001,0x00000001
  36. HKLM,"System\CurrentControlSet\Services\dmboot","Start",0x00010001,0x00000000
  37. HKLM,"System\CurrentControlSet\Services\dmboot","ErrorControl",0x00010001,0x00000001
  38. HKLM,"System\CurrentControlSet\Services\dmboot","Group",0x00000000,"Filter"
  39. HKLM,"System\CurrentControlSet\Services\dmboot","Tag",0x00010001,0x0000000b
  40. HKLM,"System\CurrentControlSet\Services\dmboot","ImagePath",0x00020000,"System32\drivers\dmboot.sys"
  41.  
  42. ;   dmio
  43. HKLM,"System\CurrentControlSet\Services\dmio","Type",0x00010001,0x00000001
  44. HKLM,"System\CurrentControlSet\Services\dmio","Start",0x00010001,0x00000000
  45. HKLM,"System\CurrentControlSet\Services\dmio","ErrorControl",0x00010001,0x00000001
  46. HKLM,"System\CurrentControlSet\Services\dmio","Group",0x00000000,"System Bus Extender"
  47. HKLM,"System\CurrentControlSet\Services\dmio","Tag",0x00010001,0x0000000d
  48. HKLM,"System\CurrentControlSet\Services\dmio","ImagePath",0x00020000,"System32\drivers\dmio.sys"
  49.  
  50. ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  51. ;   LDM ASR entries
  52. ;;;;;;;;;;;;;;;;;;;;;;;;;;;
  53.  
  54. HKLM,"Software\Microsoft\Windows Nt\CurrentVersion\AsrCommands","LDM-ASR save application",,"dmrecovr get"
  55.  
  56.  
  57. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  58. ;   LDM watchdog service entries
  59. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  60.  
  61. ; Service registration
  62. HKLM,"System\CurrentControlSet\Services\dmserver","Type",0x00010001,0x00000020
  63. HKLM,"System\CurrentControlSet\Services\dmserver","Start",0x00010001,0x00000002
  64. HKLM,"System\CurrentControlSet\Services\dmserver","ErrorControl",0x00010001,0x00000001
  65. HKLM,"System\CurrentControlSet\Services\dmserver","ImagePath",0x00020000,"%SystemRoot%\System32\services.exe"
  66. HKLM,"System\CurrentControlSet\Services\dmserver","DisplayName",,%strDMServiceDispName%
  67. HKLM,"System\CurrentControlSet\Services\dmserver","ObjectName",,"LocalSystem"
  68. HKLM,"System\CurrentControlSet\Services\dmserver","Description",,%strDMServiceDescription%
  69.  
  70. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  71. ;   LDM administrative service entries
  72. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  73.  
  74. ; Service registration
  75. HKLM,"System\CurrentControlSet\Services\dmadmin","Type",0x00010001,0x00000020
  76. HKLM,"System\CurrentControlSet\Services\dmadmin","Start",0x00010001,0x00000003
  77. HKLM,"System\CurrentControlSet\Services\dmadmin","ErrorControl",0x00010001,0x00000001
  78. HKLM,"System\CurrentControlSet\Services\dmadmin","ImagePath",0x00020000,"%SystemRoot%\System32\dmadmin.exe /com"
  79. HKLM,"System\CurrentControlSet\Services\dmadmin","DisplayName",,%strDMAdminDispName%
  80. HKLM,"System\CurrentControlSet\Services\dmadmin","ObjectName",,"LocalSystem"
  81. HKLM,"System\CurrentControlSet\Services\dmadmin","Description",,%strDMAdminDescription%
  82.  
  83. ;   Event logging
  84. HKLM,"System\CurrentControlSet\Services\EventLog\System\LDMS","EventMessageFile",0x00020000,"%SystemRoot%\System32\dmserver.dll"
  85. HKLM,"System\CurrentControlSet\Services\EventLog\System\LDMS","TypesSupported",0x00010001,0x00000007
  86.  
  87. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  88. ;   Disk Management Snap-In entries
  89. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  90.  
  91. ;   MMC registration
  92. HKLM,"Software\Microsoft\MMC\NodeTypes\{312B59C1-4002-11d0-96F8-00A0C9191601}",,,""
  93. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}","NameString",,%strDMSnapinNameString%
  94. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}","NodeType",,"{312B59C1-4002-11d0-96F8-00A0C9191601}"
  95. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}","Provider",,%strDMSnapinProvider%
  96. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}","Version",,"1.0"
  97. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}","About",,"{FAC1D9C0-0296-11d1-A840-00A0C92C9D5D}"
  98. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}\StandAlone"
  99. HKLM,"Software\Microsoft\MMC\SnapIns\{dbfca500-8c31-11d0-aa2c-00a0c92749a3}\NodeTypes\{312B59C1-4002-11d0-96F8-00A0C9191601}"
  100.  
  101. ;  MMC registration for Extension to my computer storage folder
  102. HKLM,"Software\Microsoft\MMC\SnapIns\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}","NameString",,%strDMSnapinNameStringEx%
  103. HKLM,"Software\Microsoft\MMC\SnapIns\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}","About",,"{FAC1D9C0-0296-11d1-A840-00A0C92C9D5D}"
  104. HKLM,"Software\Microsoft\MMC\NodeTypes\{476e644a-aaff-11d0-b944-00c04fd8d5b0}\Extensions\NameSpace","{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}",,%strDMSnapinNameStringEx%
  105.  
  106.  
  107. ;   Typelib
  108. HKLM,"Software\Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0",,,%strDMSnapinTypelib%
  109. HKLM,"Software\Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\0\win32",,0x00020000,"%SystemRoot%\System32\dmview.ocx"
  110. HKLM,"Software\Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\FLAGS",,,"2"
  111. HKLM,"Software\Classes\Typelib\{AEB84C80-95DC-11D0-B7FC-B61140119C4A}\1.0\HELPDIR",,,""
  112.  
  113. ;   Class Names
  114.  
  115. HKLM,"Software\Classes\DiskManagement.Control",,,"DiskManagement.Control"
  116. HKLM,"Software\Classes\DiskManagement.Control\CLSID",,,"{AEB84C83-95DC-11D0-B7FC-B61140119C4A}"
  117.  
  118. HKLM,"Software\Classes\DiskManagement.UITasks",,,"DiskManagement.UITasks"
  119. HKLM,"Software\Classes\DiskManagement.UITasks\CLSID",,,"{7086AD76-44BD-11D0-81ED-00A0C90FC491}"
  120.  
  121. HKLM,"Software\Classes\DiskManagement.SnapInExtension",,,"DiskManagement.SnapInExtension"
  122. HKLM,"Software\Classes\DiskManagement.SnapInExtension\CLSID",,,"{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}"
  123.  
  124. HKLM,"Software\Classes\DiskManagement.DataObject",,,"DiskManagement.DataObject"
  125. HKLM,"Software\Classes\DiskManagement.DataObject\CLSID",,,"{E13B6688-3F39-11D0-96F6-00A0C9191601}"
  126.  
  127. HKLM,"Software\Classes\DiskManagement.SnapIn",,,"DiskManagement.SnapIn"
  128. HKLM,"Software\Classes\DiskManagement.SnapIn\CLSID",,,"{E13B6686-3F39-11D0-96F6-00A0C9191601}"
  129.  
  130. HKLM,"Software\Classes\DiskManagement.SnapInComponent",,,"DiskManagement.SnapInComponent"
  131. HKLM,"Software\Classes\DiskManagement.SnapInComponent\CLSID",,,"{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}"
  132.  
  133. HKLM,"Software\Classes\DiskManagement.SnapInAbout",,,"DiskManagement.SnapInAbout"
  134. HKLM,"Software\Classes\DiskManagement.SnapInAbout\CLSID",,,"{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}"
  135.  
  136. HKLM,"Software\Classes\DiskManagement.Connection",,,"DiskManagement.Connection"
  137. HKLM,"Software\Classes\DiskManagement.Connection\CLSID",,,"{FD78D554-4C6E-11D0-970D-00A0C9191601}"
  138.  
  139. ;   CLSID
  140.  
  141. HKLM,"Software\Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}",,,"DiskManagement.UITasks"
  142. HKLM,"Software\Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdlgs.dll"
  143. HKLM,"Software\Classes\CLSID\{7086AD76-44BD-11D0-81ED-00A0C90FC491}\ProgID",,,"DiskManagement.UITasks"
  144.  
  145. HKLM,"Software\Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}",,,"DiskManagement.SnapInExtension"
  146. HKLM,"Software\Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  147. HKLM,"Software\Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}\InProcServer32","ThreadingModel",,"Apartment"
  148. HKLM,"Software\Classes\CLSID\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}\ProgID",,,"DiskManagement.SnapInExtension"
  149.  
  150. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}",,,"DiskManagement.Control"
  151. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmview.ocx"
  152. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\InProcServer32","ThreadingModel",,"Apartment"
  153. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\ProgID",,,"DiskManagement.Control"
  154. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\TypeLib",,,"{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
  155. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\ToolboxBitmap32",,0x00020000,"%SystemRoot%\System32\dmview.ocx,1"
  156. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\Control"
  157. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\Version",,,"1.0"
  158. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\MiscStatus",,,"0"
  159. HKLM,"Software\Classes\CLSID\{AEB84C83-95DC-11D0-B7FC-B61140119C4A}\MiscStatus\1",,,"131473"
  160.  
  161. HKLM,"Software\Classes\CLSID\{AEB84C84-95DC-11D0-B7FC-B61140119C4A}",,,"DiskManagement.Property Page"
  162. HKLM,"Software\Classes\CLSID\{AEB84C84-95DC-11D0-B7FC-B61140119C4A}\InprocServer32",0x00020000,"%SystemRoot%\System32\dmview.ocx"
  163.  
  164. HKLM,"Software\Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}",,,"DiskManagement.SnapInComponent"
  165. HKLM,"Software\Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  166. HKLM,"Software\Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}\InProcServer32","ThreadingModel",,"Apartment"
  167. HKLM,"Software\Classes\CLSID\{DBFCA500-8C31-11D0-AA2C-00A0C92749A3}\ProgID",,,"DiskManagement.SnapInComponent"
  168.  
  169. HKLM,"Software\Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}",,,"DiskManagement.SnapIn"
  170. HKLM,"Software\Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  171. HKLM,"Software\Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}\InProcServer32","ThreadingModel",,"Apartment"
  172. HKLM,"Software\Classes\CLSID\{E13B6686-3F39-11D0-96F6-00A0C9191601}\ProgID",,,"DiskManagement.SnapIn"
  173.  
  174. HKLM,"Software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}",,,"DiskManagement.DataObject"
  175. HKLM,"Software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  176. HKLM,"Software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\InProcServer32","ThreadingModel",,"Apartment"
  177. HKLM,"Software\Classes\CLSID\{E13B6688-3F39-11D0-96F6-00A0C9191601}\ProgID",,,"DiskManagement.DataObject"
  178.  
  179. HKLM,"Software\Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}",,,"DiskManagement.SnapInAbout"
  180. HKLM,"Software\Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  181. HKLM,"Software\Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}\InProcServer32","ThreadingModel",,"Apartment"
  182. HKLM,"Software\Classes\CLSID\{FAC1D9C0-0296-11D1-A840-00A0C92C9D5D}\ProgID",,,"DiskManagement.SnapInAbout"
  183.  
  184. HKLM,"Software\Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}",,,"DiskManagement.Connection"
  185. HKLM,"Software\Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}\InProcServer32",,0x00020000,"%SystemRoot%\System32\dmdskmgr.dll"
  186. HKLM,"Software\Classes\CLSID\{FD78D554-4C6E-11D0-970D-00A0C9191601}\ProgID",,,"DiskManagement.Connection"
  187.  
  188. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  189. ;   DCOM marshaling entries
  190. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  191.  
  192. HKLM,"Software\Classes\CLSID\{D2D79DF5-3400-11d0-B40B-00AA005FF586}",,,"IVolumeClient_PSFactory"
  193. HKLM,"Software\Classes\CLSID\{D2D79DF5-3400-11d0-B40B-00AA005FF586}\InprocServer32",,0x00020000,"%SystemRoot%\System32\dmintf.dll"
  194.  
  195. HKLM,"Software\Classes\CLSID\{D2D79DF7-3400-11d0-B40B-00AA005FF586}",,,"IDMNotify_PSFactory"
  196. HKLM,"Software\Classes\CLSID\{D2D79DF7-3400-11d0-B40B-00AA005FF586}\InprocServer32",,0x00020000,"%SystemRoot%\System32\dmintf.dll"
  197.  
  198. HKLM,"Software\Classes\CLSID\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}",,,"IVolumeClient2_PSFactory"
  199. HKLM,"Software\Classes\CLSID\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}\InprocServer32",,0x00020000,"%SystemRoot%\System32\dmintf.dll"
  200.  
  201. HKLM,"Software\Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}",,,"_DDMView"
  202. HKLM,"Software\Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid",,,"{00020420-0000-0000-C000-000000000046}"
  203. HKLM,"Software\Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid32",,,"{00020420-0000-0000-C000-000000000046}"
  204. HKLM,"Software\Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\TypeLib",,,"{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
  205. HKLM,"Software\Classes\Interface\{AEB84C81-95DC-11D0-B7FC-B61140119C4A}\TypeLib","Version",,"1.0"
  206.  
  207. HKLM,"Software\Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}",,,"_DDMViewEvents"
  208. HKLM,"Software\Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid",,,"{00020420-0000-0000-C000-000000000046}"
  209. HKLM,"Software\Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\ProxyStubClsid32",,,"{00020420-0000-0000-C000-000000000046}"
  210. HKLM,"Software\Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\TypeLib",,,"{AEB84C80-95DC-11D0-B7FC-B61140119C4A}"
  211. HKLM,"Software\Classes\Interface\{AEB84C82-95DC-11D0-B7FC-B61140119C4A}\TypeLib","Version",,"1.0"
  212.  
  213. HKLM,"Software\Classes\Interface\{D2D79DF5-3400-11d0-B40B-00AA005FF586}",,,"IVolumeClient"
  214. HKLM,"Software\Classes\Interface\{D2D79DF5-3400-11d0-B40B-00AA005FF586}\ProxyStubClsid32",,,"{D2D79DF5-3400-11d0-B40B-00AA005FF586}"
  215.  
  216. HKLM,"Software\Classes\Interface\{D2D79DF7-3400-11d0-B40B-00AA005FF586}",,,"IDMNotify"
  217. HKLM,"Software\Classes\Interface\{D2D79DF7-3400-11d0-B40B-00AA005FF586}\ProxyStubClsid32",,,"{D2D79DF7-3400-11d0-B40B-00AA005FF586}"
  218.  
  219. HKLM,"Software\Classes\Interface\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}",,,"IVolumeClient2"
  220. HKLM,"Software\Classes\Interface\{4BDAFC52-FE6A-11d2-93F8-00105A11164A}\ProxyStubClsid32",,,"{4BDAFC52-FE6A-11d2-93F8-00105A11164A}"
  221.  
  222.  
  223. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  224. ;   LDM remote notification server entries
  225. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  226.  
  227. ;   APPID
  228. HKLM,"Software\Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}",,,%strDMRemoteClientNameString%
  229. HKLM,"Software\Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","LocalServer32",,"dmremote.exe"
  230. HKLM,"Software\Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","LaunchPermission",1,\
  231.     01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,00,00,02,00,34,00,02,00,00,\
  232.     00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,18,00,01,00,\
  233.     00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,05,00,00,00,00,00,05,15,\
  234.     00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00,01,05,00,00,00,00,00,05,\
  235.     15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00
  236. HKLM,"Software\Classes\APPID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}","AccessPermission",1,\
  237.     01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,00,00,02,00,34,00,02,00,00,\
  238.     00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,18,00,01,00,\
  239.     00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,05,00,00,00,00,00,05,15,\
  240.     00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00,01,05,00,00,00,00,00,05,\
  241.     15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00
  242. HKLM,"Software\Classes\APPID\dmremote.exe","AppID",,"{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}"
  243.  
  244. ;   CLSID
  245. HKLM,"Software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}",,,%strDMRemoteClientNameString%
  246. HKLM,"Software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}",AppID,,"{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}"
  247. HKLM,"Software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}\LocalServer32",,,"dmremote.exe"
  248. HKLM,"Software\Classes\CLSID\{D485DDC0-49C6-11d1-8E56-00A0C92C9D5D}\LocalServer32","ThreadingModel",,"dmremote.exe"
  249.  
  250. ; interface
  251.  
  252. HKLM,"Software\Classes\CLSID\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}",,,"IDMRemoteServer_PSFactory"
  253. HKLM,"Software\Classes\CLSID\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}\InprocServer32",,0x00020000,"%SystemRoot%\System32\dmintf.dll"
  254.  
  255. HKLM,"Software\Classes\Interface\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}",,,"IDMRemoteServer"
  256. HKLM,"Software\Classes\Interface\{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}\ProxyStubClsid32",,,"{3A410F21-553F-11d1-8E5E-00A0C92C9D5D}"
  257.  
  258.  
  259. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  260. ;   LDM DCOM object server entries
  261. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  262.  
  263. ;   APPID
  264. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}",,,%strDMAdminDispName%
  265. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","LocalService",,"dmadmin"
  266. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","ServiceParameters",,"/com"
  267. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","LaunchPermission",1,\
  268.     01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,00,00,02,00,34,00,02,00,00,\
  269.     00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,18,00,01,00,\
  270.     00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,05,00,00,00,00,00,05,15,\
  271.     00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00,01,05,00,00,00,00,00,05,\
  272.     15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00
  273. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","AccessPermission",1,\
  274.     01,00,04,80,48,00,00,00,64,00,00,00,00,00,00,00,14,00,00,00,02,00,34,00,02,00,00,\
  275.     00,00,00,14,00,01,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,00,00,18,00,01,00,\
  276.     00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,05,00,00,00,00,00,05,15,\
  277.     00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00,01,05,00,00,00,00,00,05,\
  278.     15,00,00,00,a0,5f,84,1f,5e,2e,6b,49,ce,12,03,03,f4,01,00,00
  279. HKLM,"Software\Classes\APPID\dmadmin.exe","AppID",,"{4FB6BB00-3347-11d0-B40A-00AA005FF586}"
  280.  
  281. ;   CLSID
  282. HKLM,"Software\Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}",,,%strDMAdminDispName%
  283. HKLM,"Software\Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}",AppID,,"{4FB6BB00-3347-11d0-B40A-00AA005FF586}"
  284. HKLM,"Software\Classes\CLSID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}\LocalServer32",,0x00020000,"dmadmin.exe /com"
  285.  
  286. ;   Event logging
  287. HKLM,"System\CurrentControlSet\Services\EventLog\System\LDM","EventMessageFile",0x00020000,"%SystemRoot%\System32\dmadmin.exe"
  288. HKLM,"System\CurrentControlSet\Services\EventLog\System\LDM","TypesSupported",0x00010001,0x00000007
  289.  
  290.  
  291. [DM.DelReg]
  292.  
  293. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  294. ; To ensure upgrades work you must blow away all entries for    ;
  295. ; when dmadmin used to be a service                             ;
  296. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  297.  
  298. HKLM,"Software\Classes\APPID\{4FB6BB00-3347-11d0-B40A-00AA005FF586}","LocalServer32"
  299.  
  300. [Strings]
  301. strDMServiceDispName        = "Logical Disk Manager"
  302. strDMServiceDescription     = "Logical Disk Manager Watchdog Service"
  303. strDMSnapinNameString       = "Disk Management"
  304. strDMSnapinNameStringEx     = "Disk Management Extension"
  305. strDMSnapinProvider         = "Microsoft Corp., VERITAS Software Corp." 
  306. strDMSnapinTypelib          = "Disk Management Snap-In Object Library"
  307. strDMAdminDispName          = "Logical Disk Manager Administrative Service"
  308. strDMAdminDescription       = "Administrative service for disk management requests"
  309. strDMRemoteClientNameString = "Logical Disk Manager Remote Client"
  310.