home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / winmobil.inf < prev    next >
Text (UTF-16)  |  2008-01-19  |  54KB  |  421 lines

  1.                      
  2. ; Windows Mobile ActiveSync Setup File
  3. ; Copyright (c) Microsoft Corporation
  4. ;
  5. ; WinMobil.INF -- This is the inf installation script for the ActiveSync
  6. ;
  7.  
  8.  
  9.  
  10. ;;++ Added by AddSDisk.cmd
  11. [SourceDisksNames]
  12. 3426=windows cd
  13.  
  14. [SourceDisksFiles]
  15. ceutil.dll         = 3426
  16. rapi.dll         = 3426
  17. wcescpxy.dll         = 3426
  18. rapistub.dll         = 3426
  19. rapispxy.dll         = 3426
  20. rapimgr.dll         = 3426
  21. tcp2udp.dll         = 3426
  22. dtptdns.dll         = 3426
  23. wcescomm.dll         = 3426
  24. wmdsync.exe         = 3426
  25. btplugin.dll         = 3426
  26. wmdconn.cpl         = 3426
  27. wmdsynce.man         = 3426
  28. wmdevmgr.chm         = 3426
  29. wmcoinst.dll         = 3426
  30. wmdConn.cpl         = 3426
  31. ;;--
  32.  
  33. [Version]
  34. Signature               = $Windows NT$
  35. Class                   = Bluetooth
  36. ClassGuid               = {e0cbf06c-cd8b-4647-bb8a-263b43f0f974}
  37. Provider                = %Microsoft%
  38. ;; Commented by AddSDisk.cmd
  39. ;; LayoutFile              = layout.inf
  40. DriverVer=06/21/2006,6.0.6001.18000
  41. pnplockdown             = 1
  42.  
  43. [Manufacturer]
  44. %MfgName%=Generic,NTx86
  45.  
  46. [Generic.NTx86]
  47. %WinMobil.DeviceDesc%    = WINMOBIL,TCPIP\WINDOWS_MOBILE_DEVICE_DRIVER
  48. %WinMobil.DeviceDesc%    = WMBTH, BTHENUM\{831C4071-7BC8-4a9c-A01C-15DF25A4ADBC}
  49.  
  50. [Generic.NTamd64]
  51. %WinMobil.DeviceDesc%    = WINMOBIL,TCPIP\WINDOWS_MOBILE_DEVICE_DRIVER
  52. %WinMobil.DeviceDesc%    = WMBTH, BTHENUM\{831C4071-7BC8-4a9c-A01C-15DF25A4ADBC}
  53.  
  54. [DestinationDirs]
  55. DefaultDestDir                      = 12                    ; defaulat to \Drivers
  56. WINMOBIL.NT.CopyFiles_SYS32         = 11                    ; installed to %windir%\system32
  57. WINMOBIL.NT.CopyFiles_WM            = 10, WindowsMobile     ; installed to %windir%\WindowsMobile
  58. WINMOBIL.NT.CopyFiles_COINST        = 11
  59.  
  60. [ControlFlags]
  61. ExcludeFromSelect       = *
  62.  
  63. [WINMOBIL.NTx86]
  64. CopyFiles               = WINMOBIL.NT.CopyFiles_SYS32, WINMOBIL.NT.CopyFiles_WM
  65. AddReg                  = WINMOBIL.NT.AddReg
  66. Characteristics         = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  67. BusType                 = 15
  68.  
  69. [WINMOBIL.NTamd64]
  70. CopyFiles               = WINMOBIL.NT.CopyFiles_SYS32, WINMOBIL.NT.CopyFiles_WM
  71. AddReg                  = WINMOBIL.NT.AddReg
  72. Characteristics         = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  73. BusType                 = 15
  74.  
  75. [WMBTH.NTx86]
  76. include         = winmobil.inf
  77. needs           = WINMOBIL.NTx86
  78.  
  79. [WMBTH.NTamd64]
  80. include         = winmobil.inf
  81. needs           = WINMOBIL.NTamd64
  82.  
  83.  
  84.  
  85. ;
  86. ; install services
  87. ;
  88. [WINMOBIL.NTx86.Services]
  89. AddService              = RapiMgr,  0x000001F8, RAPIMgr_Service_Inst,  RAPIMgr_EventLog_Inst
  90. AddService              = WcesComm, 0x000001F8, WCESComm_Service_Inst, WCESComm_EventLog_Inst
  91.  
  92. [WMBTH.NTx86.Services]
  93. AddService  = ,0x00000002
  94. include     = winmobil.inf
  95. needs       = WINMOBIL.NT$ARCH$.Services
  96.  
  97. [RAPIMgr_Service_Inst]
  98. DisplayName    = "@%windir%\WindowsMobile\rapimgr.dll,-104"
  99. Description    = "@%windir%\WindowsMobile\rapimgr.dll,-105"
  100. ServiceType    = 0x20
  101. StartType      = 0x04
  102. ErrorControl   = 1
  103. ServiceBinary  = %11%\svchost.exe -k WindowsMobile
  104. Dependencies   = RPCSS
  105. AddReg         = RAPIMGR.Services_AddReg
  106. StartName      = "NT AUTHORITY\LocalService"
  107.  
  108. [RAPIMgr_EventLog_Inst]
  109. AddReg = RAPIMgr_EventLog_AddReg
  110.  
  111. [RAPIMgr_EventLog_AddReg]
  112. HKR, , "EventMessageFile", 0x20000, "%windir%\WindowsMobile\rapimgr.dll"
  113. HKR, , "TypesSupported", 0x10001, "31"
  114.  
  115. [RAPIMGR.Services_AddReg]
  116. HKR, , "DelayedAutoStart", 0x10001, "1"
  117. HKR, Parameters, "ServiceDll", 0x20000, "%windir%\WindowsMobile\rapimgr.dll"
  118. HKR, Parameters, "ServiceMain", 0x00000, "ServiceMain"
  119. HKR, Parameters, "ServiceDllUnloadOnStop", 0x10001, "1"
  120. HKR, , "FailureActions", 0x00000001 ,  2c, 01, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 00, 00, 00, 00, 00, 00, 01, 00, 00, 00, 60, ea, 00, 00, 01, 00, 00, 00, c0, d4, 01, 00, 00, 00, 00, 00, 00, 00, 00, 00
  121.  
  122. [WCESComm_Service_Inst]
  123. DisplayName    = "@%windir%\WindowsMobile\wcescomm.dll,-40079"
  124. Description    = "@%windir%\WindowsMobile\wcescomm.dll,-40080"
  125. ServiceType    = 0x20
  126. StartType      = 0x04
  127. ErrorControl   = 1
  128. ServiceBinary  = %11%\svchost.exe -k WindowsMobile
  129. Dependencies   = RapiMgr
  130. AddReg         = WCESComm.Services_AddReg
  131. StartName      = "NT AUTHORITY\LocalService"
  132.  
  133. [WCESComm_EventLog_Inst]
  134. AddReg = WCESComm_EventLog_AddReg
  135.  
  136. [WCESComm_EventLog_AddReg]
  137. HKR, , "EventMessageFile", 0x20000, "%windir%\WindowsMobile\wcescomm.dll"
  138. HKR, , "TypesSupported", 0x10001, "31"
  139.  
  140. [WCESComm.Services_AddReg]
  141. HKR, , "DelayedAutoStart", 0x10001, "1"
  142. HKR, Parameters, "ServiceDll", 0x20000, "%windir%\WindowsMobile\wcescomm.dll"
  143. HKR, Parameters, "ServiceMain", 0x00000, "ServiceMain"
  144. HKR, Parameters, "ServiceDllUnloadOnStop", 0x10001, "1"
  145. HKR, , "FailureActions", 0x00000001 ,  2c, 01, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 03, 00, 00, 00, 00, 00, 00, 00, 01, 00, 00, 00, 60, ea, 00, 00, 01, 00, 00, 00, c0, d4, 01, 00, 00, 00, 00, 00, 00, 00, 00, 00
  146.  
  147. ;
  148. ; Install co-installer
  149. ;
  150. [WINMOBIL.NTx86.CoInstallers]
  151. CopyFiles = WINMOBIL.NT.CopyFiles_COINST
  152. AddReg    = WINMOBIL.NT.CoInstaller_AddReg
  153.  
  154. [WMBTH.NTx86.CoInstallers]
  155. include     = winmobil.inf
  156. needs       = WINMOBIL.NT$ARCH$.CoInstallers
  157.  
  158. [WINMOBIL.NT.CoInstaller_AddReg]
  159. HKR, , CoInstallers32, 0x10008, "wmcoinst.dll, WmcoinstEntryPoint"
  160.  
  161. ;
  162. ; Copy files
  163. ;
  164.  
  165. ; files copied to system32
  166. [WINMOBIL.NT.CopyFiles_SYS32]
  167. ceutil.dll,,,0x0020
  168. rapi.dll,,,0x0020
  169. wcescommproxy.dll,wcescpxy.dll,,0x0020
  170. wmdConn.cpl,,,0x0020
  171. rapistub.dll,,,0x0020
  172. rapiproxystub.dll,rapispxy.dll,,0x0020
  173.  
  174. ; files copied to windowsmobile
  175. [WINMOBIL.NT.CopyFiles_WM]
  176. rapimgr.dll,,,0x0020
  177. tcp2udp.dll,,,0x0020
  178. dtptdns.dll,,,0x0020
  179. wcescomm.dll,,,0x0020
  180. wmdSync.exe,,,0x0020
  181. BthASPlugin.dll,btplugin.dll,,0x0020
  182. wmdSync.exe.manifest,wmdsyncE.man,,0x0000
  183. wm_devmgr.chm,wmdevmgr.chm,,0x0000
  184.  
  185. ; files copied to system32 for co-installer
  186. [WINMOBIL.NT.CopyFiles_COINST]
  187. wmcoinst.dll,,,0x0020
  188.  
  189. ;
  190. ; Add Registry
  191. ;
  192.  
  193. [WINMOBIL.NT.AddReg]
  194. ;
  195. ; WM_DTPT_DNS_Handler
  196. ;
  197. HKLM, SOFTWARE\Microsoft\Windows CE Services\Services\Desktop Passthru\Handlers\DNS, "Port", 0x10003, "53"
  198. HKLM, SOFTWARE\Microsoft\Windows CE Services\Services\Desktop Passthru\Handlers\DNS, "DLL", 0x20002, "%windir%\windowsmobile\dtptdns.dll"
  199. HKLM, SOFTWARE\Microsoft\Windows CE Services\Services\Desktop Passthru\Handlers\DNS, "HandlePacket", 0x00002, "HandleDNSPacket"
  200. HKLM, SOFTWARE\Microsoft\Windows CE Services\Services\Desktop Passthru\Handlers\DNS, "Init", 0x00002, "InitDNSHandler"
  201.  
  202. ;
  203. ; WM_legacy_device_connectivity
  204. ;
  205. HKLM, SOFTWARE\Microsoft\Windows CE Services, "RasTimeoutResponseWait", 0x10003, "50"
  206. HKLM, SOFTWARE\Microsoft\Windows CE Services, "RasTimeoutPause", 0x10003, "5"
  207. HKLM, SOFTWARE\Microsoft\Windows CE Services, "ConnectTypesAllowed", 0x10003, "10"
  208. HKLM, SOFTWARE\Microsoft\Windows CE Services, "CheckPasswordTimeoutSeconds", 0x10003, "20"
  209. HKLM, SOFTWARE\Microsoft\Windows CE Services, "WaitV2TimeoutSeconds", 0x10003, "4"
  210. HKLM, SOFTWARE\Microsoft\Windows CE Services, "SerialPort", 0x00002, "Bluetooth"
  211. HKLM, SOFTWARE\Microsoft\Windows CE Services, "HasUsbDevice", 0x10003, "0"
  212. HKLM, SOFTWARE\Microsoft\Windows CE Services, "SerialBaudRate", 0x10003, "115200"
  213. HKLM, SOFTWARE\Microsoft\Windows CE Services, "DeviceType", 0x00002
  214. HKLM, SOFTWARE\Microsoft\Windows CE Services, "DeviceOemInfo", 0x00002
  215. HKLM, SOFTWARE\Microsoft\Windows CE Services, "DeviceVersion", 0x10003, "71308548"
  216. HKLM, SOFTWARE\Microsoft\Windows CE Services, "DeviceProcessorType", 0x10003
  217. HKLM, SOFTWARE\Microsoft\Windows CE Services, "DeviceProcessor", 0x00002
  218. HKLM, SOFTWARE\Microsoft\Windows CE Services, "DTPTNetworkType", 0x00002, "{0}"
  219. HKLM, SOFTWARE\Microsoft\Windows CE Services, "DisableIr", 0x10003, "0"
  220. HKLM, SOFTWARE\Microsoft\Windows CE Services, "GuestOnly", 0x10003, "0"
  221. HKLM, SOFTWARE\Microsoft\Windows CE Services, "MajorVersion", 0x10003, "6"
  222. HKLM, SOFTWARE\Microsoft\Windows CE Services, "MinorVersion", 0x10003, "0"
  223. HKLM, SOFTWARE\Microsoft\Windows CE Services\AutoStartOnConnect, "", 0x00012 
  224. HKLM, SOFTWARE\Microsoft\Windows CE Services\AutoStartOnDisconnect, "", 0x00012
  225. HKLM, SOFTWARE\Microsoft\Windows CE Services\ProxyPorts, "Puma", 0x10003, "1026"
  226. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\WCESCOMM.EXE, "", 0x20002, "%windir%\windowsmobile\wcescomm.dll"
  227.  
  228. ;
  229. ; WM_RAPI_Manager_Stub
  230. ;
  231. HKCR, CLSID\{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}, "", 0x00002, "PSFactoryBuffer"
  232. HKCR, CLSID\{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}\InprocServer32, "", 0x20002, "%windir%\system32\rapiproxystub.dll"
  233. HKCR, CLSID\{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}\InprocServer32, "ThreadingModel", 0x00002, "Both"
  234. HKCR, Interface\{23BAB749-F1B0-4AFB-9D19-E622E378F0AB}, "", 0x00002, "IRAPIEnumDevicesPrivate"
  235. HKCR, Interface\{23BAB749-F1B0-4AFB-9D19-E622E378F0AB}\NumMethods, "", 0x00002, "8"
  236. HKCR, Interface\{23BAB749-F1B0-4AFB-9D19-E622E378F0AB}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  237. HKCR, Interface\{258A260C-95CF-46F0-ACFE-695D6463C190}, "", 0x00002, "IRAPISinkPrivate"
  238. HKCR, Interface\{258A260C-95CF-46F0-ACFE-695D6463C190}\NumMethods, "", 0x00002, "5"
  239. HKCR, Interface\{258A260C-95CF-46F0-ACFE-695D6463C190}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  240. HKCR, Interface\{357A557C-B03F-4240-90D8-C6C71C659BF1}, "", 0x00002, "IRAPIEnumDevices"
  241. HKCR, Interface\{357A557C-B03F-4240-90D8-C6C71C659BF1}\NumMethods, "", 0x00002, "8"
  242. HKCR, Interface\{357A557C-B03F-4240-90D8-C6C71C659BF1}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  243. HKCR, Interface\{449FE623-24B0-454B-A889-129BB05DDBED}, "", 0x00002, "IRAPIStream"
  244. HKCR, Interface\{449FE623-24B0-454B-A889-129BB05DDBED}\NumMethods, "", 0x00002, "16"
  245. HKCR, Interface\{449FE623-24B0-454B-A889-129BB05DDBED}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  246. HKCR, Interface\{8A0F1632-3905-4CA4-AEA4-7E094ECBB9A7}, "", 0x00002, "IRAPIDevice"
  247. HKCR, Interface\{8A0F1632-3905-4CA4-AEA4-7E094ECBB9A7}\NumMethods, "", 0x00002, "7"
  248. HKCR, Interface\{8A0F1632-3905-4CA4-AEA4-7E094ECBB9A7}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  249. HKCR, Interface\{B4FD053E-4810-46DB-889B-20E638E334F0}, "", 0x00002, "IRAPISink"
  250. HKCR, Interface\{B4FD053E-4810-46DB-889B-20E638E334F0}\NumMethods, "", 0x00002, "5"
  251. HKCR, Interface\{B4FD053E-4810-46DB-889B-20E638E334F0}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  252. HKCR, Interface\{C5297E5C-0642-4D74-B0CF-04AED816AA38}, "", 0x00002, "IRAPIDevicePrivate"
  253. HKCR, Interface\{C5297E5C-0642-4D74-B0CF-04AED816AA38}\NumMethods, "", 0x00002, "13"
  254. HKCR, Interface\{C5297E5C-0642-4D74-B0CF-04AED816AA38}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  255. HKCR, Interface\{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}, "", 0x00002, "IRAPIDesktop"
  256. HKCR, Interface\{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}\NumMethods, "", 0x00002, "7"
  257. HKCR, Interface\{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  258. HKCR, Interface\{E24E3CC0-192C-4F1D-BC5F-C14349F1D418}, "", 0x00002, "IRAPIDesktopPrivate"
  259. HKCR, Interface\{E24E3CC0-192C-4F1D-BC5F-C14349F1D418}\NumMethods, "", 0x00002, "12"
  260. HKCR, Interface\{E24E3CC0-192C-4F1D-BC5F-C14349F1D418}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  261. HKCR, Interface\{27114E1C-5712-4FFB-88F0-CEA0288E7CF5}, "", 0x00002, "IAmInternalSink"
  262. HKCR, Interface\{27114E1C-5712-4FFB-88F0-CEA0288E7CF5}\NumMethods, "", 0x00002, "3"
  263. HKCR, Interface\{27114E1C-5712-4FFB-88F0-CEA0288E7CF5}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  264. HKCR, Interface\{567C5EE9-A990-4649-A029-E8A8766EDEA6}, "", 0x00002, "IRAPIDevicePrivateParts"
  265. HKCR, Interface\{567C5EE9-A990-4649-A029-E8A8766EDEA6}\NumMethods, "", 0x00002, "5"
  266. HKCR, Interface\{567C5EE9-A990-4649-A029-E8A8766EDEA6}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  267. HKCR, Interface\{6A947637-6154-4E23-B17C-B4E56936085F}, "", 0x00002, "IAm3xDevice"
  268. HKCR, Interface\{6A947637-6154-4E23-B17C-B4E56936085F}\NumMethods, "", 0x00002, "3"
  269. HKCR, Interface\{6A947637-6154-4E23-B17C-B4E56936085F}\ProxyStubClsid32, "", 0x00002, "{DCBEB807-14D0-4CBD-926C-B991F4FD1B91}"
  270.  
  271.  
  272. ;
  273. ; WM_device_connectivity_proxy
  274. ;
  275. HKCR, CLSID\{4ED4A55B-629E-4B3D-9F18-86CCE9581262}, "", 0x00002, "PSFactoryBuffer"
  276. HKCR, CLSID\{4ED4A55B-629E-4B3D-9F18-86CCE9581262}\InProcServer32, "", 0x20002, "%windir%\system32\WcesCommProxy.dll"
  277. HKCR, CLSID\{4ED4A55B-629E-4B3D-9F18-86CCE9581262}\InProcServer32, "ThreadingModel", 0x00002, "Both"
  278. HKCR, Interface\{4ED4A55B-629E-4B3D-9F18-86CCE9581262}, "", 0x00002, "IDccManPriv"
  279. HKCR, Interface\{4ED4A55B-629E-4B3D-9F18-86CCE9581262}\NumMethods, "", 0x00002, "14"
  280. HKCR, Interface\{4ED4A55B-629E-4B3D-9F18-86CCE9581262}\ProxyStubClsid32, "", 0x00002, "{412E4330-A2EA-4A1C-B723-873E5FA1C618}"
  281. HKCR, Interface\{D6433F5C-AF10-4855-88BB-D7C607094DFF}, "", 0x00002, "IDccManSink2Priv"
  282. HKCR, Interface\{D6433F5C-AF10-4855-88BB-D7C607094DFF}\NumMethods, "", 0x00002, "11"
  283. HKCR, Interface\{D6433F5C-AF10-4855-88BB-D7C607094DFF}\ProxyStubClsid32, "", 0x00002, "{412E4330-A2EA-4A1C-B723-873E5FA1C618}"
  284. HKCR, Interface\{77F311EA-56A7-4AB5-AB64-A5F4B7B5355E}, "", 0x00002, "IDccManShared"
  285. HKCR, Interface\{77F311EA-56A7-4AB5-AB64-A5F4B7B5355E}\NumMethods, "", 0x00002, "50"
  286. HKCR, Interface\{77F311EA-56A7-4AB5-AB64-A5F4B7B5355E}\ProxyStubClsid32, "", 0x00002, "{412E4330-A2EA-4A1C-B723-873E5FA1C618}"
  287. HKCR, CLSID\{412E4330-A2EA-4A1C-B723-873E5FA1C618}, "", 0x00002, "PSFactoryBuffer"
  288. HKCR, CLSID\{412E4330-A2EA-4A1C-B723-873E5FA1C618}\InProcServer32, "", 0x20002, "%windir%\system32\wcescommproxy.dll"
  289. HKCR, CLSID\{412E4330-A2EA-4A1C-B723-873E5FA1C618}\InProcServer32, "ThreadingModel", 0x00002, "Both"
  290. HKCR, Interface\{412E4330-A2EA-4A1C-B723-873E5FA1C618}, "", 0x00002, "IDeviceUiSink"
  291. HKCR, Interface\{412E4330-A2EA-4A1C-B723-873E5FA1C618}\NumMethods, "", 0x00002, "11"
  292. HKCR, Interface\{412E4330-A2EA-4A1C-B723-873E5FA1C618}\ProxyStubClsid32, "", 0x00002, "{412E4330-A2EA-4A1C-B723-873E5FA1C618}"
  293. HKCR, Interface\{AB631772-8707-456C-85D3-E1C2DB42003E}, "", 0x00002, "IGetConnectedSink"
  294. HKCR, Interface\{AB631772-8707-456C-85D3-E1C2DB42003E}\NumMethods, "", 0x00002, "7"
  295. HKCR, Interface\{AB631772-8707-456C-85D3-E1C2DB42003E}\ProxyStubClsid32, "", 0x00002, "{412E4330-A2EA-4A1C-B723-873E5FA1C618}"
  296.  
  297.  
  298. HKLM, SOFTWARE\Microsoft\Windows CE Services\Services, "", 0x00012 
  299. HKCR, Microsoft.WcesComm, "", 0x00002, "Microsoft.WcesComm.1"
  300. HKCR, Microsoft.WcesComm.1, "", 0x00002, "Microsoft.WcesComm.1"
  301. HKCR, Microsoft.WcesComm.1\CLSID, "", 0x00002, "{FF4C4832-2BEA-4472-98A3-F931BEB8F62B}"
  302. HKCR, CLSID\{FF4C4832-2BEA-4472-98A3-F931BEB8F62B}, "", 0x00002, "Microsoft.WcesComm.1"
  303. HKCR, CLSID\{FF4C4832-2BEA-4472-98A3-F931BEB8F62B}, "AppID", 0x00002, "{A08B43D3-4968-417b-907B-0FB3927EE685}"
  304. HKCR, CLSID\{FF4C4832-2BEA-4472-98A3-F931BEB8F62B}\ProgId, "", 0x00002, "Microsoft.WcesComm.1"
  305. HKCR, CLSID\{FF4C4832-2BEA-4472-98A3-F931BEB8F62B}\VersionIndpendentProgId, "", 0x00002, "Microsoft.WcesComm"
  306. HKCR, AppID\{A08B43D3-4968-417b-907B-0FB3927EE685}, "LocalService", 0x00002, "WcesComm"
  307. HKCR, AppID\{A08B43D3-4968-417b-907B-0FB3927EE685}, "AccessPermission", 0x00003, 01,00,04,80,58,00,00,00,68,00,00,00,00,00,00,00,14,00,00,00,02,00,44,00,03,00,00,00,00,00,14,00,03,00,00,00,01,01,00,00,00,00,00,05,13,00,00,00,00,00,14,00,07,00,00,00,01,01,00,00,00,00,00,05,0A,00,00,00,00,00,14,00,03,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00
  308. HKCR, AppID\{A08B43D3-4968-417b-907B-0FB3927EE685}, "LaunchPermission", 0x00003, 01,00,04,80,70,00,00,00,80,00,00,00,00,00,00,00,14,00,00,00,02,00,5C,00,04,00,00,00,00,00,18,00,1F,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,00,14,00,0B,00,00,00,01,01,00,00,00,00,00,05,04,00,00,00,00,00,14,00,0B,00,00,00,01,01,00,00,00,00,00,05,13,00,00,00,00,00,14,00,0B,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00
  309. HKCR, CLSID\{373E19B5-76AA-46D5-93A9-2E39A99B39B2}, "", 0x00002, "Microsoft.WcesShared.1"
  310. HKCR, CLSID\{373E19B5-76AA-46D5-93A9-2E39A99B39B2}, "AppID", 0x00002, "{A08B43D3-4968-417b-907B-0FB3927EE685}"
  311. HKCR, CLSID\{373E19B5-76AA-46D5-93A9-2E39A99B39B2}\ProgId, "", 0x00002, "Microsoft.WcesShared.1"
  312. HKCR, CLSID\{373E19B5-76AA-46D5-93A9-2E39A99B39B2}\VersionIndpendentProgId, "", 0x00002, "Microsoft.WcesShared"
  313. HKCR, Microsoft.WcesShared, "", 0x00002, "Microsoft.WcesShared.1"
  314. HKCR, Microsoft.WcesShared.1, "", 0x00002, "Microsoft.WcesShared.1"
  315. HKCR, Microsoft.WcesShared.1\CLSID, "", 0x00002, "{373E19B5-76AA-46D5-93A9-2E39A99B39B2}"
  316. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\ActiveSyncComm, "Guid", 0x00002, "ea9253ca-35e0-452f-9984-11a2054eba19"
  317. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\ActiveSyncComm, "BitNames", 0x00002, " tagWcescomm tagNull tagERROR tagThdSock tagPing tagInstrument tagProxy"
  318. HKLM, SOFTWARE\Microsoft\Windows CE Services\ExtendedSerial, "", 0x00012
  319. HKLM, System\CurrentControlSet\Services\EventLog\Application\wcescomm, "EventMessageFile", 0x20002, "%windir%\WindowsMobile\wcescomm.dll"
  320. HKLM, System\CurrentControlSet\Services\EventLog\Application\wcescomm, "TypesSupported", 0x10003, "31"
  321. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost, "WindowsMobile", 0x10008, "wcescomm"
  322. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost, "LocalServiceRestricted", 0x10008, "WcesComm"
  323.  
  324. ;
  325. ; WM_RAPI_Manager
  326. ;
  327. HKCR, CLSID\{ED081F25-6A77-4C89-B689-C6E15C582EC1}, "", 0x00002, "Microsoft.RAPIMgr.1"
  328. HKCR, CLSID\{ED081F25-6A77-4C89-B689-C6E15C582EC1}, "AppID", 0x00002, "{AD7F04A8-CD48-48fa-B7C4-9DB7430E6A0D}"
  329. HKCR, CLSID\{ED081F25-6A77-4C89-B689-C6E15C582EC1}\ProgId, "", 0x00002, "Microsoft.RAPIMgr.1"
  330. HKCR, CLSID\{ED081F25-6A77-4C89-B689-C6E15C582EC1}\VersionIndpendentProgId, "", 0x00002, "Microsoft.RAPIMgr"
  331. HKCR, Microsoft.RAPIMgr, "", 0x00002, "Microsoft.RAPIMgr.1"
  332. HKCR, Microsoft.RAPIMgr.1, "", 0x00002, "Microsoft.RAPIMgr.1"
  333. HKCR, Microsoft.RAPIMgr.1\CLSID, "", 0x00002, "{ED081F25-6A77-4C89-B689-C6E15C582EC1}"
  334. HKCR, AppID\{AD7F04A8-CD48-48fa-B7C4-9DB7430E6A0D}, "LocalService", 0x00002, "RapiMgr"
  335. HKCR, AppID\{AD7F04A8-CD48-48fa-B7C4-9DB7430E6A0D}, "AccessPermission", 0x00003, 01,00,04,80,58,00,00,00,68,00,00,00,00,00,00,00,14,00,00,00,02,00,44,00,03,00,00,00,00,00,14,00,03,00,00,00,01,01,00,00,00,00,00,05,13,00,00,00,00,00,14,00,07,00,00,00,01,01,00,00,00,00,00,05,0A,00,00,00,00,00,14,00,03,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00
  336. HKCR, AppID\{AD7F04A8-CD48-48fa-B7C4-9DB7430E6A0D}, "LaunchPermission", 0x00003, 01,00,04,80,70,00,00,00,80,00,00,00,00,00,00,00,14,00,00,00,02,00,5C,00,04,00,00,00,00,00,18,00,0B,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,00,00,14,00,0B,00,00,00,01,01,00,00,00,00,00,05,04,00,00,00,00,00,14,00,1F,00,00,00,01,01,00,00,00,00,00,05,13,00,00,00,00,00,14,00,0B,00,00,00,01,01,00,00,00,00,00,05,12,00,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00,01,02,00,00,00,00,00,05,20,00,00,00,20,02,00,00
  337. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\ActiveSyncEngine, "Guid", 0x00002, "ea9253cb-35e0-452f-9984-11a2054eba19"
  338. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\ActiveSyncEngine, "BitNames", 0x00002, " tagWCESMgr tagMainFrmWnd tagPartnerView2 tagNPW tagDataSource tagEngine tagSSP tagConfigMgr tagLegacyStatus tagAsMgr tagAirSyncStatus tagAirSyncStatusXML tagWatson tagDeprecated tagTraceToDebugger tagTraceToFile"
  339. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\AirSyncEngine1, "Guid", 0x00002, "ea9253cc-35e0-452f-9984-11a2054eba19"
  340. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\AirSyncEngine1, "BitNames", 0x00002, " tagSyncEng tagSyncEngPerf tagSyncEngEnex tagOlAuto tagOlAutoBreaks tagAsHttp tagMsgDumpUser tagFSMgr tagFSMgrEnex tagItemEstMgr tagMeetingResponseMgr tagMoveItemsMgr tagMoveItemsMgrEnex tagSyncMgr tagSyncMgrEnex tagXMLParseErrors tagXMLParseUnknownTags tagIXMLParserErrors tagAirSyncParseErrors tagAirSyncBuildVerbose tagWBXmlWriterVerbose tagWBXmlWriterErrors tagWBXmlReaderVerbose tagWBXmlReaderErrors tagTextXmlWriterVerbose tagTextXmlWriterErrors tagTextXmlReaderVerbose tagTextXmlReaderErrors"
  341. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\AirSyncEngine2, "Guid", 0x00002, "ea9253cd-35e0-452f-9984-11a2054eba19"
  342. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\AirSyncEngine2, "BitNames", 0x00002, " tagServerUtil tagServerUtilEnex tagDeviceStatus tagDeviceStatusLog tagDeviceStatusEnex tagDbApi tagMbase tagCtApi tagIdMapper tagNotif tagMbtest tagCttest"
  343. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\Rapi, "Guid", 0x00002, "ea9253ce-35e0-452f-9984-11a2054eba19"
  344. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\Rapi, "BitNames", 0x00002, " tagRAPI3x tagRAPICmn tagRAPICmnEnex tagRAPIMgr tagRAPIMgrEnex tagRAPIStub tagRAPIStubEnex tagCeUtil tagAsWpd tagAsWpdEnex"
  345. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services, "LogSessionName", 0x00003, 73,00,74,00,64,00,6f,00,75,00,74,00,00,00
  346. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services, "Active", 0x10003, "1"
  347. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services, "ControlFlags", 0x10003, "1"
  348. HKLM, System\CurrentControlSet\Services\EventLog\Application\RapiMgr, "EventMessageFile", 0x20002, "%windir%\WindowsMobile\rapimgr.dll"
  349. HKLM, System\CurrentControlSet\Services\EventLog\Application\RapiMgr, "TypesSupported", 0x10003, "31"
  350. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\SvcHost, "WindowsMobile", 0x10008, "rapimgr"
  351. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost\WindowsMobile, "CoInitializeSecurityParam", 0x10003, "1"
  352. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost\WindowsMobile, "AuthenticationCapabilities", 0x10003, "8192"
  353. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Svchost, "LocalServiceRestricted", 0x10008, "RapiMgr"
  354.  
  355. ;
  356. ; WM_RAPI_Manager_Proxy
  357. ;
  358. HKCR, CLSID\{35440327-1517-4B72-865E-3FFE8E97002F}, "", 0x00002, "Microsoft.RAPIStub.1"
  359. HKCR, CLSID\{35440327-1517-4B72-865E-3FFE8E97002F}\InprocServer32, "", 0x20002, "%windir%\system32\rapistub.dll"
  360. HKCR, CLSID\{35440327-1517-4B72-865E-3FFE8E97002F}\InprocServer32, "ThreadingModel", 0x00002, "Both"
  361. HKCR, CLSID\{35440327-1517-4B72-865E-3FFE8E97002F}, "ThreadingModel", 0x00002, "Both"
  362. HKCR, CLSID\{35440327-1517-4B72-865E-3FFE8E97002F}\ProgId, "", 0x00002, "Microsoft.RAPIStub.1"
  363. HKCR, CLSID\{35440327-1517-4B72-865E-3FFE8E97002F}\VersionIndpendentProgId, "", 0x00002, "Microsoft.RAPIStub"
  364. HKCR, Microsoft.RAPIStub, "", 0x00002, "Microsoft.RAPIStub.1"
  365. HKCR, Microsoft.RAPIStub.1, "", 0x00002, "Microsoft.RAPIStub.1"
  366. HKCR, Microsoft.RAPIStub.1\CLSID, "", 0x00002, "{35440327-1517-4B72-865E-3FFE8E97002F}"
  367.  
  368. ;
  369. ; WM_remote_API
  370. ;
  371. HKCR, CLSID\{499C0C20-A766-11CF-8011-00A0C90A8F78}, "", 0x00002, "Microsoft.DccMan.3"
  372. HKCR, CLSID\{499C0C20-A766-11CF-8011-00A0C90A8F78}\InprocServer32, "ThreadingModel", 0x00002, "Both"
  373. HKCR, CLSID\{499C0C20-A766-11CF-8011-00A0C90A8F78}\InprocServer32, "", 0x20002, "%windir%\system32\rapi.dll"
  374. HKCR, CLSID\{499C0C20-A766-11CF-8011-00A0C90A8F78}\ProgId, "", 0x00002, "Microsoft.DccMan.3"
  375. HKCR, CLSID\{499C0C20-A766-11CF-8011-00A0C90A8F78}\VersionIndpendentProgId, "", 0x00002, "Microsoft.DccMan"
  376. HKCR, Microsoft.DccMan, "", 0x00002, "Microsoft.DccMan.3"
  377. HKCR, Microsoft.DccMan.3, "", 0x00002, "Microsoft.DccMan.3"
  378. HKCR, Microsoft.DccMan.3\CLSID, "", 0x00002, "{499C0C20-A766-11CF-8011-00A0C90A8F78}"
  379.  
  380. ;
  381. ; WM_RAPI_TCP2UDP
  382. ;
  383. HKLM, SOFTWARE\Microsoft\Windows CE Services\Services\Desktop Passthru, "Port", 0x10003, "7438"
  384. HKLM, SOFTWARE\Microsoft\Windows CE Services\Services\Desktop Passthru\Handlers, "", 0x00012
  385. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\ActiveSyncDtpt, "Guid", 0x00002, "ea9253c9-35e0-452f-9984-11a2054eba19"
  386. HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Windows CE Services\ActiveSyncDtpt, "BitNames", 0x00002, " tagDtptDns tagTcp2udp"
  387.  
  388. ;
  389. ; BthASPlugin.dll
  390. ;
  391. HKCR, CLSID\{86A0B54A-5721-41b4-A3F1-81C6531B7D22}, , 0x00002, "ASSerialExBth"
  392. HKCR, CLSID\{86A0B54A-5721-41b4-A3F1-81C6531B7D22}\InprocServer32, , 0x20002, "%windir%\WindowsMobile\BthASPlugin.dll"
  393. HKCR, CLSID\{86A0B54A-5721-41b4-A3F1-81C6531B7D22}\InprocServer32, "ThreadingModel", 0x00002, "Free"
  394. HKCR, CLSID\{86A0B54A-5721-41b4-A3F1-81C6531B7D22}\ProgID, , 0x00002, "Microsoft.ASSerialExBth.1"
  395. HKCR, Microsoft.ASSerialExBth.1, , 0x00002, "ASSerialExBth"
  396. HKCR, Microsoft.ASSerialExBth.1, "Version", 0x10003, "65536"
  397. HKCR, Microsoft.ASSerialExBth.1\CLSID, , 0x00002, "{86A0B54A-5721-41b4-A3F1-81C6531B7D22}"
  398. HKLM, SOFTWARE\Microsoft\Windows CE Services\ExtendedSerial\{86A0B54A-5721-41b4-A3F1-81C6531B7D22}, ,  0x00002, "Bluetooth"
  399. HKLM, SOFTWARE\Microsoft\Windows CE Services\ExtendedSerial\{86A0B54A-5721-41b4-A3F1-81C6531B7D22}, "Disabled", 0x10003, "0"
  400.  
  401. ;
  402. ; wmdSync.exe
  403. ;
  404. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, "Windows Mobile-based device management", 0x20002, "%windir%\WindowsMobile\wmdSync.exe"
  405. HKLM, SOFTWARE\Microsoft\Windows CE Services, "InstalledDir", 0x20002, "%windir%\WindowsMobile"
  406.  
  407. ;
  408. ; wmdConn.cpl
  409. ;
  410. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.Software.AppId,"%SystemRoot%\system32\wmdConn.cpl", 0x00002, "{8B042668-3FCD-47e2-86F9-D509140D136F}"
  411. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ApplicationName,"%SystemRoot%\system32\wmdConn.cpl", 0x00002, "Microsoft.WindowsMobileDeviceCenter"
  412. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category,"%SystemRoot%\system32\wmdConn.cpl", 0x00002, "2,3,11"
  413. HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.Software.TasksFileUrl,"%SystemRoot%\system32\wmdConn.cpl", 0x00002, "%SystemRoot%\WindowsMobile\wmdsync.exe,-21"
  414.  
  415.  
  416. [Strings]
  417.  
  418. Microsoft             = "Microsoft Corporation"
  419. MfgName               = "Microsoft Corporation"
  420. WinMobil.DeviceDesc   = "Windows Mobile-based device support"
  421.