Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

207 lines
5.7 KiB

  1. ;__________________________________________________________
  2. ;
  3. ; -- NETCM.INF --
  4. ;
  5. ; OCM INF for:
  6. ; Microsoft Connection Manager Administration Kit
  7. ; Microsoft Connection Point Services Phone Book Admin
  8. ; Microsoft Connection Point Services Phone Book Server
  9. ;
  10. ; Copyright (c) 1993-1998, Microsoft Corporation
  11. ;__________________________________________________________
  12. [version]
  13. signature ="$Windows NT$"
  14. Provider =%Msft%
  15. LayoutFile =layout.inf
  16. ;__________________________________________________________
  17. ;
  18. ; Install Section
  19. ;__________________________________________________________
  20. [NetCM]
  21. CopyFiles = CMAK_Common, CMAK_Support, CMAK_CmHelp32, CPS_Root, CPS_Server, CPS_system, CPS_data
  22. Uninstall = CM.Remove
  23. AddReg = CMAK_AddReg, CPS_AddReg_VRoots, CPS_AddReg_DataBase, CPS_AddReg_Events, CPS_AddReg_PerfMon
  24. DelReg = CMAK_Uninstall_Reg
  25. DelFiles = CMAK_OLD_10_FILES, CMAK_OLD_10_DOC_FILES
  26. ProfileItems = CMAK_Shortcut_Create
  27. ;__________________________________________________________
  28. ;
  29. ; Removal Section
  30. ;__________________________________________________________
  31. [CM.Remove]
  32. DelReg = CMAK_RegUninst, CPS_RegUninst
  33. DelFiles = CMAK_Common, CMAK_Support, CMAK_CmHelp32, CPS_Root, CPS_Server, CPS_system, CPS_data
  34. ProfileItems = CMAK_Shortcut_Delete
  35. ;__________________________________________________________
  36. ;
  37. ; Destination Directories
  38. ;__________________________________________________________
  39. [DestinationDirs]
  40. ; CMAK Destination Dirs
  41. CMAK_Common = 123174
  42. CMAK_Support = 123174, Support
  43. CMAK_CmHelp32 = 123174, Support\%CMHELP_DIR%
  44. CMAK_X86_SUPPORT = 123174, Support
  45. CMAK_OLD_10_DOC_FILES = 123174, %OLDDOCDIR%
  46. CMAK_OLD_10_FILES = 123174
  47. ; PBS Destination Dirs
  48. CPS_system = 11
  49. CPS_Root = 123175, %APP_PATH_SERVER%
  50. CPS_Server = 123175, %APP_PATH_SERVER%\Bin
  51. CPS_data = 123175, %APP_PATH_SERVER%\%DB_PATH_SERVER%
  52. ;__________________________________________________________
  53. ;
  54. ; Shortcuts section
  55. ;__________________________________________________________
  56. [CMAK_Shortcut_Create]
  57. Name = %CMAK_DESC%
  58. SubDir = %AdminTools%
  59. CmdLine = 123174,,"CMAK.EXE"
  60. WorkingDir = 123174
  61. IconPath = 123174,,"CMAK.EXE"
  62. IconIndex = 0
  63. InfoTip = "@%123174%\cmak.exe,-1022"
  64. DisplayResource="%123174%\cmak.exe",1020
  65. ; 2 == FLG_PROFITEM_DELETE
  66. [CMAK_Shortcut_Delete]
  67. Name=%CMAK_DESC%, 0x2
  68. SubDir=%AdminTools%
  69. ;__________________________________________________________
  70. ; Add Reg keys
  71. ;__________________________________________________________
  72. [CMAK_AddReg]
  73. "HKLM", "%CMAppPath%", "", "", "%123174%\CMAK.EXE"
  74. "HKLM", "%CMAppPath%", "Path", "", "%123174%"
  75. "HKLM", "%CMAppPath%", "CMAKSetupVersion", "", "1.21"
  76. "HKCR", "%CMAppName%", "", "", "%CMAppName%"
  77. "HKCR", "%CMAppName%\DefaultIcon", "", "", "%123174%\CMAK.EXE,1"
  78. "HKLM", "%CMREGROOT%", "EULA", "", "1"
  79. "HKLM", "%CMREGROOT%", "OUTPUT", "", ""
  80. [CPS_AddReg_DataBase]
  81. "HKLM", "%KEY_ODBC_ROOT_Data%", "MaxBufferSize", %REG_DWORD%, 0
  82. "HKLM", "%KEY_ODBC_ROOT_Data%", "PageTimeout", %REG_DWORD%, 5
  83. "HKLM", "%KEY_ODBC_ROOT_Data%", "Threads", %REG_DWORD%, 3
  84. "HKLM", "%KEY_ODBC_ROOT_Data%","ImplicitCommitSync","","Yes"
  85. "HKLM", "%KEY_ODBC_ROOT_Data%","UserCommitSync","","Yes"
  86. "HKLM", "%KEY_ODBC_ROOT_Name%", "DriverID", %REG_DWORD% ,19
  87. "HKLM", "%KEY_ODBC_ROOT_Name%","DBQ","","%123175%\%APP_PATH_SERVER%\%DB_PATH_SERVER%\pbserver.mdb"
  88. "HKLM", "%KEY_ODBC_ROOT_Name%","Driver","","%11%\%KEY_NAME_ACCESS_DRIVER%"
  89. "HKLM", "%KEY_ODBC_ROOT_Name%","FIL","","MS Access;"
  90. "HKLM", "%KEY_ODBC_ROOT_Name%","PWD","",""
  91. "HKLM", "%KEY_ODBC_ROOT_Name%","UID","",""
  92. "HKLM", "SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources","%KEY_NAME_DSN_Name%","","" ; creates the key
  93. [CPS_AddReg_Events]
  94. "HKLM", "%KEY_EVENTS%", "TypesSupported", %REG_DWORD%, 7
  95. "HKLM", "%KEY_EVENTS%","EventMessageFile","","%123175%\%APP_PATH_SERVER%\Bin\pbsvrmsg.dll"
  96. [CPS_AddReg_PerfMon]
  97. "HKLM", "%KEY_CPSMON_ROOT%","","",""
  98. "HKLM", "%KEY_CPSMON_PERF%","Library","","%123175%\%APP_PATH_SERVER%\Bin\pbsmon.dll"
  99. "HKLM", "%KEY_CPSMON_PERF%","Open","","OpenPerfMon"
  100. "HKLM", "%KEY_CPSMON_PERF%","Collect","","CollectPerfMon"
  101. "HKLM", "%KEY_CPSMON_PERF%","Close","","ClosePerfMon"
  102. ;__________________________________________________________
  103. ; Remove Reg keys
  104. ;__________________________________________________________
  105. [CMAK_RegUninst]
  106. "HKLM", "%CMAppPath%"
  107. "HKCR", "%CMAppName%"
  108. "HKLM", "%CMREGROOT%"
  109. [CMAK_Uninstall_Reg]
  110. "HKLM", "%RegUninstPath%"
  111. [CPS_RegUninst]
  112. "HKLM", "%KEY_ODBC_ROOT_Name%"
  113. "HKLM", "%KEY_ODBC_ROOT_Data%"
  114. "HKLM", "%KEY_Events%"
  115. "HKLM", "%KEY_CPSMON_ROOT%"
  116. "HKLM", "%KEY_CPSMON_PERF%"
  117. "HKLM", "SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources" , "%KEY_NAME_DSN_Name%"
  118. ;__________________________________________________________
  119. ; Copy Files and DelFiles sections
  120. ;__________________________________________________________
  121. [CMAK_Common]
  122. cmak.exe,,,2
  123. cmakread.htm,,,2
  124. [CMAK_Support]
  125. cmproxy.dll,,,2
  126. cmroute.dll,,,2
  127. readme.txt, readme32.txt, , 32
  128. template.sed,,,2
  129. template.cmp,template.pmc,,2
  130. template.cms,template.smc,,2
  131. template.inf,,,2
  132. [CMAK_X86_SUPPORT]
  133. instcm.inf,,,2
  134. cmbins.exe,,,2
  135. ccfg95.dll,,,2
  136. cnet16.dll,,,2
  137. cmutoa.dll,,,2
  138. w95inf16.dll,,,2
  139. w95inf32.dll,,,2
  140. [CMAK_CmHelp32]
  141. cmtrb32.rtf,,,2
  142. cmctx32.rtf,,,2
  143. cmmgr32.h,,,2
  144. cmmgr32.hpj,,,2
  145. [CPS_Root]
  146. [CPS_Server]
  147. pbserver.dll,,,2
  148. pbsvrmsg.dll,,,2
  149. pbsmon.dll,,,2
  150. [CPS_system]
  151. CPSsym.ini,,,2
  152. CPSsym.h,,,2
  153. [CPS_system.Security]
  154. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
  155. [CPS_data]
  156. pbserver.mdb,,,16
  157. [CMAK_OLD_10_FILES]
  158. default.bmp
  159. defaultp.bmp
  160. empty.pbr
  161. empty.pbk
  162. wextract.exe
  163. urlmon.dll
  164. swflash.ocx
  165. showicon.exe
  166. oleaut32.dll
  167. defaultl.ico
  168. defaults.ico
  169. defaultt.ico
  170. iexpress.exe
  171. makecab.exe
  172. cmak_ops.chm
  173. [CMAK_OLD_10_DOC_FILES]
  174. cmakread.htm
  175. cmak.chm