I have a windows service written in C# for .NET 2.0, and I've got everything completed for it, even a Deployment application. Every thing installs and runs fine.
However, now I need to modify the deployment process in order to ask the installer a couple configuration questions. How would I go about doing this

.NET 2.0 WIndows Service Deployment
a9192shark
Hope that helps.
Bruce Johnson [C# MVP]
http://www.objectsharp.com/blogs/bruce
tizzdale27
In my original message, I stated that I had built a succesful deployment project...
My question was, during this deployment how do I ask the installer (aka User) for configuration data before while deploying the service
shine
jessetechie
rjnealtx
I believe you can accomplish this by using a standard deployment project to create the MSI for your service.