home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / event.uns < prev    next >
Text File  |  1997-08-25  |  786b  |  32 lines

  1. ;    Copyright (c) 1996 Microsoft Corporation  All rights reserved.
  2. ;
  3. ;    This file is used to UNINSTALL the Exchange Event service.
  4. ;
  5.  
  6. StopService:MSExchangeES
  7.  
  8. ;    PERFMON
  9. ;unload the perfmon keys before deleting the service
  10. CreateProcessSafe:.;unlodctr MSExchangeES;180000
  11.  
  12. ;   Delete the binding folder
  13. CreateProcess:%s\bin;%s\bin\events /d;60000
  14.  
  15. ;unregister only private DLL's in the reverse order of their registering.
  16. UnregisterDLL:%s\bin\esconf.dll
  17. UnregisterDLL:%s\bin\ss.dll
  18. UnregisterDLL:%s\bin\scripto.dll
  19.  
  20. OpenMachineKey:SYSTEM\CurrentControlSet\Services
  21. DeleteKey:MSExchangeES
  22. CloseKey:
  23.  
  24. DeleteService:MSExchangeES
  25.  
  26. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  27.  
  28. ;        EventLog(MSExchangeES)
  29. DeleteKey:MSExchangeES
  30.  
  31. CloseKey:
  32.