Installing and Uninstalling Windows Services using Batch Files

csharp Sri Lanka
  • 12 years ago

     HI


    Here i am posting the simple code for creating batch files to install and uninstall windows service from any place with out moving to Command Prompt.

    File: Install-Service.bat
    _________________

    set Path=..\..\FileIndexer\FileIndexer\bin\Debug\FileIndexer.exe
    REM Install FileIndexer Service
    START "" /WAIT %SystemRoot%\ServicePackFiles\i386\installutil.EXE %Path%




    File: Uninstall-Service.bat
    __________________

    set Path=..\..\FileIndexer\FileIndexer\bin\Debug\FileIndexer.exe
    REM Install FileIndexer Service
    START "" /WAIT %SystemRoot%\ServicePackFiles\i386\installutil.EXE -u %Path%

    Visit My Blog at :

     http://chnareshkumar.blogspot.com/

     

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“PHP is a minor evil perpetrated and created by incompetent amateurs, whereas Perl is a great and insidious evil perpetrated by skilled but perverted professionals.” - Jon Ribbens