home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / msmcon.uns < prev    next >
Text File  |  1997-08-25  |  3KB  |  128 lines

  1. ;**********************************************************************
  2. ;       Goalline uninstall 
  3.  
  4. ; Uninstall External and remove PO - do this before deleting PCMTA service
  5. ; Consetup /u trys to stop and remove each External instance
  6. ; it should be called by setup.exe
  7.  
  8. ;**********************************************************************
  9. ;       uninstall ATMTA
  10.  
  11. ; version pre318
  12. StopService:ExchangeATMTA
  13. CreateProcessSafe:.;unlodctr ExchangeATMTA;60000
  14. DeleteService:ExchangeATMTA
  15.  
  16. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  17. DeleteKey:ExchangeATMTA
  18. CloseKey:
  19.  
  20. StopService:MSExchangeATMTA
  21. CreateProcessSafe:.;unlodctr MSExchangeATMTA;60000
  22. DeleteService:MSExchangeATMTA
  23.  
  24. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  25. DeleteKey:MSExchangeATMTA
  26. CloseKey:
  27.  
  28. ;**********************************************************************
  29. ;       uninstall MT
  30.  
  31. ; version pre318
  32. StopService:ExchangeMSMI
  33. CreateProcessSafe:.;unlodctr ExchangeMSMI;60000
  34. DeleteService:ExchangeMSMI
  35.  
  36. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  37. DeleteKey:ExchangeMSMI
  38. CloseKey:
  39.  
  40. StopService:MSExchangeMSMI
  41. CreateProcessSafe:.;unlodctr MSExchangeMSMI;60000
  42. DeleteService:MSExchangeMSMI
  43.  
  44. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  45. DeleteKey:MSExchangeMSMI
  46. CloseKey:
  47.  
  48.  
  49. ;**********************************************************************
  50. ;       uninstall NT External 
  51. ; assumes that External instances has be deleted already 
  52.  
  53. ; version pre318
  54. CreateProcessSafe:.;unlodctr ExchangePCMTA;60000
  55. DeleteService:ExchangePCMTA
  56.  
  57. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  58. DeleteKey:ExchangePCMTA
  59. CloseKey:
  60.  
  61. CreateProcessSafe:.;unlodctr MSExchangePCMTA;60000
  62. DeleteService:MSExchangePCMTA
  63.  
  64. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  65. DeleteKey:MSExchangePCMTA
  66. CloseKey:
  67.  
  68. OpenMachineKey:SYSTEM\CurrentControlSet\Services
  69. DeleteKey:MSExchangePCMTA
  70. CloseKey:
  71.  
  72.  
  73. ;**********************************************************************
  74. ;       uninstall FB. 
  75. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  76. DeleteKey:MSExchangeFB
  77. DeleteKey:MSExchangeFBSetup
  78. CloseKey:
  79.  
  80. StopService:MSExchangeFB
  81. DeleteService:MSExchangeFB
  82.  
  83. ;**********************************************************************
  84. ;       Misc
  85.  
  86. OpenMachineKey:SOFTWARE
  87. DeleteKey:Microsoft\Exchange\MS Mail Connector\Admin
  88. DeleteKey:Microsoft\Exchange\MS Mail Connector
  89. CloseKey:
  90.  
  91. ; remove the sharepoint for goalline
  92. CreateProcessSafe:.;net share maildat$ /d /y ;60000
  93.  
  94. ;       end of Goalline uninstall 
  95. ;**********************************************************************
  96.  
  97. ; Remove the DXA entries
  98.  
  99. StopService:Microsoft DXA
  100. StopService:ExchangeDXA
  101. StopService:MSExchangeDXA
  102. StopService:MSExchangeDX
  103.  
  104. ;        ServiceManager(DXA)
  105. DeleteService:Microsoft DXA
  106. DeleteService:ExchangeDXA
  107. DeleteService:MSExchangeDXA
  108. DeleteService:MSExchangeDX
  109.  
  110. ;        EventLog(DXA)
  111. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application
  112. DeleteKey:Microsoft DXA
  113. DeleteKey:ExchangeDXA
  114. DeleteKey:MSExchangeDXA
  115. DeleteKey:MSExchangeDX
  116. CloseKey:
  117.  
  118. ;        Miscellanous(DXA)
  119. OpenMachineKey:SYSTEM\CurrentControlSet\Services
  120. DeleteKey:Microsoft DXA
  121. DeleteKey:ExchangeDXA
  122. DeleteKey:MSExchangeDXA
  123. DeleteKey:MSExchangeDX
  124. CloseKey:
  125.  
  126.  
  127.  
  128.