Service Install failed.

G

Guest

I tried to install my first service and I get the message
No public installers with the RunInstallerAttribute.Yes attribute could be
found
I do have a Public Class ProjectInstaller.
Where can I find the RunInstallerAttribute.?
 
P

Phil Wilson

You need it declared on your installer class:

[RunInstallerAttribute(true)]
public class MyProjectInstaller: Installer
 

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