Bizarre service install error...

G

Guest

Here's a Bizarre one:

I have a C# service program. The service registers and runs fine on one machine but when I copy the EXE to a second machine and try to use InstallUtil to register the service on the second machine it bails out with:

"No publicly exported Installers with RunInstaller attribute set to Yes"

This is bizarre since the EXE does register on one machine. I checked and I am an Administrator on the target install machine AND the correct version of the .NET Framework is also installed on the target machine...

Any ideas???

--Richard
 
G

Guest

I fixed it:

Note to self --> when multiple versions of the .NET runtime are installed on your machine be certain that you are running the correct version of InstallUtil for the application that you wish to install/uninstall...

--Richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top