Random thoughts and bits of Software Dev Knowledge
Collection of unedited thoughts and bits of knowledge I can't seem to remember
Tuesday, September 30, 2008
Register exe as Windows Service
From command line where the exe exists
Application.exe -install
installutil
Application.exe
To remove
Application.exe -uninstall
installutil Application.exe /u
1 comment:
Gary Kindel
October 6, 2008 at 9:47 AM
Testing
Reply
Delete
Replies
Reply
Add comment
Load more...
‹
›
Home
View web version
Testing
ReplyDelete