Tagged Questions

SrvAny and its installer "InstSrv" are applications provided by Microsoft. SrvAny allows Windows applications to run as a service. Useful information can be found here: Microsoft Support At this iOpus guide

learn more… | top users | synonyms

1
vote
1answer
86 views

Wix installer to replace INSTSRV and SRVANY for user defined service installation

I created an executable MyService.exe using Visual Studio C# Express. There are no options in the Express version to create a service. In the past, this has been manually installed as a user defined ...
1
vote
4answers
356 views

How does a windows service set off an application at a standard interval?

A consultant setup a windows service to run a application. The application is supposed to run every 15 mins. The application is not running at all an the service appears to be running fine. I am not ...
0
votes
0answers
27 views

Does srvany.exe work for windows 7 [migrated]

after reading this: http://support.microsoft.com/kb/137890 i was wondering does this utility also works in windows 7. All i want is to run VLC player and start playing a song at each reboot. SO ...