R
Randy
Hello,
I created a Windows Service (c#) and finally deciphered how to add an
Installer to the project. I got all this to work. On my machine I can
install/remove the service by using...
InstallUtil JTEService.exe
and InstallUtil /u JTEService.exe
I tried to install it on another machine with .NET Framework on this other
machine and it won't install. In the install log file it says...
No public installers with the RunInstallerAttribute.Yes attribute could be
found
Does anyone know what I must do at this point to install the service on this
other machine? I thought if the framework was on it all I'd have to do is
use InstallUtil...
Thanks
Cheers
I created a Windows Service (c#) and finally deciphered how to add an
Installer to the project. I got all this to work. On my machine I can
install/remove the service by using...
InstallUtil JTEService.exe
and InstallUtil /u JTEService.exe
I tried to install it on another machine with .NET Framework on this other
machine and it won't install. In the install log file it says...
No public installers with the RunInstallerAttribute.Yes attribute could be
found
Does anyone know what I must do at this point to install the service on this
other machine? I thought if the framework was on it all I'd have to do is
use InstallUtil...
Thanks
Cheers