Hi,
I am trying to a create an installer for my web application. My solution contains several projects. They include:
- Class library project (referenced by the web application)
- Web Application
- Windows Service
- Web Services project
- Database project (execute update script)
I also have an unmanaged dll (crystal reports) in my web application project, so I might have to do some editing of the registry.
I ideally want to be able to use a web setup project to install the whole solution. Can this be done? Is there a better method/solution?