I've been having on and off issues trying to get a service installed.
The problem is it installs fine on some machines, and others I either get that the service couldn't install because of inc开发者_高级运维orrect permissions, or that the service could be started, and these are all administrator account. I'm installing it using Advanced Installer. What are some reasons that I could be having these issues? I should note the administrator account is a domain admin
I usually use the installutil.exe included with the .net framework version you are working with. Installing with the utility will give you a log and tell you why the install may have failed. In addition you will get prompted for a username and password if it is required during the installation process. The formal Microsoft docs are here.
Enjoy!
精彩评论