If there are problems with the MS DTC (Distributed Transaction Coordinator)...
You can proceed with the reinstall using the following commands in sequence, first perform a proper uninstall:
msdtc -uninstall
proceed with the new installation:
msdtc -install
perform a restart of the computer and then re-create the log files of the service:
msdtc -resetlog
