exeファイルがあります。Windowsサービスとして実行したい。
私は Windows サービスを初めて使用します。だれか助けてもらえますか?
ありがとうスニータ。
exeファイルがあります。Windowsサービスとして実行したい。
私は Windows サービスを初めて使用します。だれか助けてもらえますか?
ありがとうスニータ。
There is a tool called SrvAny that comes with the Windows Resource Kit which you can use to do this on the command line. You can use that if you don't have access to the source code of your program.
Dave と Reuben の両方が推奨しているように、SRVANY は EXE ファイルをサービスとして実行するという基本的な仕事を行いますが、その方法を使用する場合は注意が必要です。この記事を参照して、SRVANY と、あらゆるアプリケーションを Windows サービスとして実行するように設計された商用アプリケーション AlwaysUp を比較してください。
幸運を!
Microsoft の SC.exe http://support.microsoft.com/kb/251192