January 2008
Beginner
352 pages
9h 6m
English
Although you can easily create batch files to install a service, at times you might want to carry out more sophisticated actions than a batch file allows.
Microsoft Visual Studio 2008 provides you with the ability to create a setup project by either using the setup project template or by using the setup project wizard. I’ll use the code from Chapter 1, to demonstrate how to create a setup project for a service, build it, and then deploy the service to the local computer.
The first thing we need to do is create the setup project. Open your tutorials Chapter 1 solution. Right-click the solution, choose Add, and then select New Project. From the Project Template dialog box, expand Other Project Types, select ...
Read now
Unlock full access