You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>What steps will reproduce the problem?
1. Uncompress the files of oSpy-1.10.4.zip in c:\oSpy-1.10.4
2. Installed .NET Framework 2.0
3. Issued the command:
C:\Users\USER>dir
c:\windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe
c:\oSpy-1.10.4\EasyHook32Svc.exe
>What is the expected output? What do you see instead?
"No public installers with the RunInstallerAttribute.Yes attribute could be
found in the C:\... assembly.
Remove InstallState file because there are no installers."
After that message, the service is NOT installed.
Found this on
http://www.megasolutions.net/cSharp/How-to-install-service-in-Vista-61269.aspx:
"You need to have an Installer class in your service in order for Installutil
to be able to "install it". Look at a sample service for the code you need.
Peter "
>What version of the product are you using? On what operating system?
OS: Windows XP. Also tried Windows Vista
>Please provide any additional information below.
Any help? Thanks!
Original issue reported on code.google.com by [email protected] on 16 Apr 2010 at 6:45
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Apr 2010 at 6:45The text was updated successfully, but these errors were encountered: