Google PlusFacebook iconTwitter icon+44 113 260 4010 contact@branded3.com

Tag search: Windows

C# Windows Services – Creating an MSI Installer

I’ve been working on a Windows Service for one of our projects recently and came to what I’m sure others have encountered and that is creating the installer without the need for command prompt.

I’ve been using Visual Studio 2008 to develop the project and as you may or may not know you need to install a windows service in order to test it, you cannot debug and test direct from VS. Microsoft have nicely packaged InstallUtil.exe which can be used from the VS command prompt to install your service and get it up and running.

Continue reading »