Stories recently tagged with 'InstallUtil'

Windows Services Can Install Themselves(codeproject.com)

submitted by simonebsimoneb(5450) 4 years, 5 months ago

Using the InstallUtil.exe utility that ships with the .NET SDK can be a real pain. It's rarely in the PATH so you probably have to hunt down the utility when you are working on QA and production servers as I do. Installing a Windows Service should be easier. In this short article, I'll show you a way to make your Windows Services install themselves without needing InstallUtil.exe at all. read more...

6 comments |category: |Views: 64

tags: another