InstallUtil

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Having a problem to install a C# service on my server. The service installs
fine on other machines but not on this server. I have installed other
services previously though.

The error message from InstallUtil is:
"No public installers with the RunInstallerAttribute.Yes attribute could be
found"

Any clue to what is missing??


Owe
 
There's a .NET security issue for public installers - "member can't
be used by partially trusted code"

In addition - the fact that it only occurs on one particular server points
at security as well.

InstallUtil can be run "manually" for a particular assembly with a log file
switch (you'd need to define which assembly fails first).
 
So what change should I make to security for this to work??
What do you mean by partially trusted??


Owe
 
Back
Top