;********************************************************************** ; Goalline uninstall ; Uninstall External and remove PO - do this before deleting PCMTA service ; Consetup /u trys to stop and remove each External instance ; it should be called by setup.exe ;********************************************************************** ; uninstall ATMTA ; version pre318 StopService:ExchangeATMTA CreateProcessSafe:.;unlodctr ExchangeATMTA;60000 DeleteService:ExchangeATMTA OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application DeleteKey:ExchangeATMTA CloseKey: StopService:MSExchangeATMTA CreateProcessSafe:.;unlodctr MSExchangeATMTA;60000 DeleteService:MSExchangeATMTA OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application DeleteKey:MSExchangeATMTA CloseKey: ;********************************************************************** ; uninstall MT ; version pre318 StopService:ExchangeMSMI CreateProcessSafe:.;unlodctr ExchangeMSMI;60000 DeleteService:ExchangeMSMI OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application DeleteKey:ExchangeMSMI CloseKey: StopService:MSExchangeMSMI CreateProcessSafe:.;unlodctr MSExchangeMSMI;60000 DeleteService:MSExchangeMSMI OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application DeleteKey:MSExchangeMSMI CloseKey: ;********************************************************************** ; uninstall NT External ; assumes that External instances has be deleted already ; version pre318 CreateProcessSafe:.;unlodctr ExchangePCMTA;60000 DeleteService:ExchangePCMTA OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application DeleteKey:ExchangePCMTA CloseKey: CreateProcessSafe:.;unlodctr MSExchangePCMTA;60000 DeleteService:MSExchangePCMTA OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application DeleteKey:MSExchangePCMTA CloseKey: OpenMachineKey:SYSTEM\CurrentControlSet\Services DeleteKey:MSExchangePCMTA CloseKey: ;********************************************************************** ; uninstall FB. OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application DeleteKey:MSExchangeFB DeleteKey:MSExchangeFBSetup CloseKey: StopService:MSExchangeFB DeleteService:MSExchangeFB ;********************************************************************** ; Misc OpenMachineKey:SOFTWARE DeleteKey:Microsoft\Exchange\MS Mail Connector\Admin DeleteKey:Microsoft\Exchange\MS Mail Connector CloseKey: ; remove the sharepoint for goalline CreateProcessSafe:.;net share maildat$ /d /y ;60000 ; end of Goalline uninstall ;********************************************************************** ; Remove the DXA entries StopService:Microsoft DXA StopService:ExchangeDXA StopService:MSExchangeDXA StopService:MSExchangeDX ; ServiceManager(DXA) DeleteService:Microsoft DXA DeleteService:ExchangeDXA DeleteService:MSExchangeDXA DeleteService:MSExchangeDX ; EventLog(DXA) OpenMachineKey:SYSTEM\CurrentControlSet\Services\EventLog\Application DeleteKey:Microsoft DXA DeleteKey:ExchangeDXA DeleteKey:MSExchangeDXA DeleteKey:MSExchangeDX CloseKey: ; Miscellanous(DXA) OpenMachineKey:SYSTEM\CurrentControlSet\Services DeleteKey:Microsoft DXA DeleteKey:ExchangeDXA DeleteKey:MSExchangeDXA DeleteKey:MSExchangeDX CloseKey: