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

  1. ;--------------------------------------------------------------
  2. ;       uninstall MSExchangeCCMC
  3. ;--------------------------------------------------------------
  4. StopService:MSExchangeCCMC
  5. CreateProcessSafe:.;unlodctr MSExchangeCCMC;60000
  6. DeleteService:MSExchangeCCMC
  7.  
  8. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  9. DeleteKey:MSExchangeCCMC
  10. CloseKey:
  11.  
  12. ;--------------------------------------------------------------
  13. ;       end of uninstall for MSExchangeCCMC
  14. ;--------------------------------------------------------------
  15.