Hi,
Here are the steps for installing windows service.
To Uninstall
Installutil /u “abc.exe”
Note :Prerequisite is .Net Framework 4.0 installed on the machine
Hope this helps.
--
Happy Coding,
Gopinath
Here are the steps for installing windows service.
- Run Command as Administrator
- Open “InstallUtil.exe” in Command Prompt. “InstallUtil.exe” tool is available in “C:\Windows\Microsoft.NET\Framework64\v4.0.30319\”.
- Execute the command Installutil “abc.exe”
To Uninstall
Installutil /u “abc.exe”
Note :Prerequisite is .Net Framework 4.0 installed on the machine
Hope this helps.
--
Happy Coding,
Gopinath
No comments:
Post a Comment