msarchet
msarchet

Reputation: 15232

issues getting .NET service installed

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 incorrect 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

Upvotes: 0

Views: 103

Answers (1)

Doug
Doug

Reputation: 5318

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!

Upvotes: 4

Related Questions