c# - register NT service in transaction -
i have built nt service deployed on group of servers in our organization. central application, web application, able register, unregister, start , stop services. if possible, reliably, in transaction, if 1 operation fails rolled back, similar how transaction in sql service work. there mechanism manage os resources in transaction? if so, how? building on .net 4.5.1 framework.