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