I have a windows service project implementation that I am trying to install as network service.
process = new ServiceProcessInstaller();
process.Account = Se
I would check that the Network Service account has permissions to execute. Steps to check: