InstallUtil problem

  • Thread starter Thread starter NickP
  • Start date Start date
N

NickP

Hi there,

I have a custom installer component which is declared like so...

<RunInstaller(True)> _
Public Class LicenseInstaller
Inherits System.Configuration.Install.Installer

Never had any problems with it in the past but now InstallUtil.exe is
saying that there are "no public installers with the
RunInstallerAttribute.Yes attribute could be found", which obviously isn't
true.

Any ideas on what could be the problem?

Nick.
 
BTW, I am call the installer manually via the command line, the one I am
using is in the 2.0 framework folder in the windows path as this is a 2.0
assembly that I am trying to install.

Nick.
 
Back
Top