Code Scraps: Have MSBuild produce Install and Uninstall batch files for a .NET Windows Service
Here’s a quick code scrap for having MSBuild (or Visual Studio) automatically produce batch files for installing and uninstalling your .NET-based Windows Service. You can also use this same idea […]