Install or uninstall .Net services
To register the service:
%windir%\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe ServiceName.exe
To unregister it:
%windir%\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /U ServiceName.exe
If using x64 platform change Framework to Framework64
Installation is done in a transactioned way: If one of the assemblies fails to install, the installations of all other assemblies are rolled back. Uninstall is not transactioned.