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

  1. ;--------------------------------------------------------------
  2. ;       uninstall MSExchangeWEB
  3. ;--------------------------------------------------------------
  4.  
  5. CreateProcessSafe:.;unlodctr MSExchangeWEB;180000
  6.  
  7.  
  8. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  9. DeleteKey:MSExchangeWEB
  10. CloseKey:
  11.  
  12. OpenMachineKey:SYSTEM\CurrentControlSet\Services
  13. DeleteKey:MSExchangeWEB
  14. CloseKey:
  15.  
  16.  
  17.  
  18. OpenMachineKey:SOFTWARE\Microsoft\Windows Messaging Subsystem
  19. DeleteValue:ProfileDirectory;
  20. CloseKey:
  21.  
  22.  
  23. ;Unegister the private DLL's
  24. UnregisterDLL:%s\bin\amhtml.dll
  25. UnregisterDLL:%s\bin\register.dll
  26.  
  27.  
  28. ;--------------------------------------------------------------
  29. ;       end of uninstall for MSExchangeWEB
  30. ;--------------------------------------------------------------
  31.