home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / nntp.ins < prev    next >
Text File  |  1997-08-25  |  2KB  |  78 lines

  1. ;    Copyright (c) 1996 Microsoft Corporation  All rights reserved.
  2. ;
  3. ;    This file is used to INSTALL an internet news provider.
  4. ;
  5.  
  6.  
  7. ;
  8. ;    Talking to the Service Manager
  9. ;
  10.  
  11. ;        ServiceManager(INS)
  12. CreateService:MSExchangeINS;Microsoft Exchange Internet News Service;bin\exchins.exe;MSExchangeIS$Tcpip$
  13.  
  14.  
  15. ;        Miscellaneous
  16. OpenMachineKey:SYSTEM\CurrentControlSet\Services
  17. CreateSecureKey:MSExchangeINS\Parameters
  18. CreateKey:MSExchangeINS\Linkage
  19. ;CreateKey:MSExchangeINS\Performance
  20. ;CreateSecureKey:MSExchangeINS\Diagnostics
  21. CloseKey:
  22.  
  23. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeINS\Linkage
  24. ReplaceMultiString:Export;MSEXCHANGEINS$
  25. CloseKey:
  26.  
  27. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeINS\Parameters
  28. SetString:RootDir;%s\insdata
  29. ;SetString:EDBDataBaseName;%s\insdata\artman\art.edb
  30. ;SetString:EDBLogFilePath;%s\insdata\artman
  31. CloseKey:
  32.  
  33. ;OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeINS\Performance
  34. ;ReplaceString:Close;CloseGatewayPerformanceData
  35. ;ReplaceString:Collect;CollectGatewayPerformanceData
  36. ;ReplaceString:Library;%s\bin\insperf.dll
  37. ;ReplaceString:Open;OpenGatewayPerformanceData
  38. ;SetDword:First Counter;0x1798
  39. ;SetDword:First Help;0x1799
  40. ;SetDword:Last Counter;0x17c6
  41. ;SetDword:Last Help;0x17c7
  42. ;CloseKey:
  43.  
  44.  
  45. ;OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeINS\Diagnostics
  46. ;SetDword:1 Initialization/Termination;0x0
  47. ;SetDword:2 Content Conversion;0x0
  48. ;SetDword:3 Control Messages;0x0
  49. ;SetDword:4 Message Transfer;0x0
  50. ;SetDword:5 Internal Processing;0x0
  51. ;SetDword:6 NNTP Interface;0x0
  52. ;SetDword:7 NNTP Protocol Log;0x0
  53. ;SetDword:8 Message Archival;0x0
  54. ;SetDword:9 Outbound Processing;0x0
  55. ;SetDword:10 Dial-up Remote Connection;0x0
  56. ;CloseKey:
  57.  
  58. ;        diagnostics message file
  59. OpenMachineKey:SYSTEM\CurrentControlSet\Services\MSExchangeINS
  60. ReplaceString:DiagnosticsMessageFile;nntpevt.dll
  61. CloseKey:
  62.  
  63.  
  64. ;OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  65. ;CreateKey:MSExchangeINS
  66. ;CloseKey:
  67.  
  68. ;        EventLog(MSExchangeINS)
  69. ;OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application\MSExchangeINS
  70. ;ReplaceExpandString:EventMessageFile;%s\res\nntpevt.dll
  71. ;ReplaceExpandString:CategoryMessageFile;%s\res\nntpevt.dll
  72. ;ReplaceDword:CategoryCount;0x08
  73. ;ReplaceDword:TypesSupported;0x1f
  74. ;CloseKey:
  75.  
  76. ;CreateProcessSafe:.;unlodctr MSExchangeINS;180000
  77. ;CreateProcess:%srcdir%\bin;lodctr insperf.ini;360000
  78.