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

  1. ;    Copyright (c) 1995 Microsoft Corporation  All rights reserved.
  2. ;
  3. ;    This file is used to install the shared components.
  4. ;
  5.  
  6.  
  7. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  8. CreateKey:MSExchangeSetup
  9. CreateKey:MSExchangeDSExp
  10. CreateKey:MSExchangeDSImp
  11. CreateKey:MSExchangeNTExt
  12. CreateKey:MSExchangeNWExt
  13. CloseKey:
  14.  
  15. ;        EventLog(MSExchangeSetup)
  16. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application\MSExchangeSetup
  17. ReplaceDword:CategoryCount;9
  18. ReplaceExpandString:CategoryMessageFile;%s\bin\madmsg.dll
  19. ReplaceExpandString:EventMessageFile;%s\bin\madmsg.dll
  20. ReplaceDword:TypesSupported;7
  21. CloseKey:
  22.  
  23. ;        EventLog(MSExchangeDSExp)
  24. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application\MSExchangeDSExp
  25. ReplaceExpandStringSystem:EventMessageFile;dapi.dll
  26. ReplaceDword:TypesSupported;7
  27. CloseKey:
  28.  
  29. ;        EventLog(MSExchangeDSImp)
  30. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application\MSExchangeDSImp
  31. ReplaceExpandStringSystem:EventMessageFile;dapi.dll
  32. ReplaceDword:TypesSupported;7
  33. CloseKey:
  34.  
  35. ;        EventLog(MSExchangeNTExt)
  36. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application\MSExchangeNTExt
  37. ReplaceExpandStringSystem:EventMessageFile;dapi.dll
  38. ReplaceDword:TypesSupported;7
  39. CloseKey:
  40.  
  41. ;        EventLog(MSExchangeNWExt)
  42. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application\MSExchangeNWExt
  43. ReplaceExpandStringSystem:EventMessageFile;dapi.dll
  44. ReplaceDword:TypesSupported;7
  45. CloseKey:
  46.  
  47. ;        RPC binding transports and security flag
  48. OpenMachineKey:SOFTWARE\Microsoft\Exchange
  49. CreateKey:Exchange Provider
  50. CreateKey:Security
  51. CloseKey:
  52. OpenMachineKey:SOFTWARE\Microsoft\Exchange\Exchange Provider
  53. SetString:Rpc_Binding_Order;ncalrpc,ncacn_ip_tcp,ncacn_spx,ncacn_np,netbios,ncacn_vns_spp
  54. CloseKey:
  55. OpenMachineKey:SOFTWARE\Microsoft\Exchange\Security
  56. SetDword:Obscure wire data format;1
  57. CloseKey:
  58.