If you run into issues during the installation and get this warning :
* COM Plus Catalog Requirement
* If SQL Server Setup fails, Setup will roll back the installation but may not remove all .manifest files. The workaround is to rename the files and then rerun Setup. For more information, see How to: Work Around COM+ Check Failure in SQL Server Setup.
The solution is to install - or re-install - the Microsoft Distributed Transaction Coordinator (a.k.a. MSDTC ). To do so, just open up a command prompt and run the following command: msdtc -install
That should re-install the msdtc service on your machine. After that you'll need to start the service.
* COM Plus Catalog Requirement
* If SQL Server Setup fails, Setup will roll back the installation but may not remove all .manifest files. The workaround is to rename the files and then rerun Setup. For more information, see How to: Work Around COM+ Check Failure in SQL Server Setup.
The solution is to install - or re-install - the Microsoft Distributed Transaction Coordinator (a.k.a. MSDTC ). To do so, just open up a command prompt and run the following command: msdtc -install
That should re-install the msdtc service on your machine. After that you'll need to start the service.