InstallUtil, Windows Services & ProjectInstallers with App.Config Settings
We had a situation in work where we needed to make service installation a more configurable process.
So a very simple example, In order to install a .NET Windows Service we need to provide it with a username & password that the services will run as. We can either provide that information at … Continue reading