I need to create an installer program that will do install the following:
- ASP.Net Website
- Windows Service
- SQL Express if it isn't installed and the user doesn't have a SQL Server
- Dundas Charts
- ASP.Net AJAX v.1.0
- ReportViewer control (for 2.0 Framework)
- Check Framework prerequisites (2.0)
- Configure IIS and app.config (data connection strings, etc.)
Is it realistic to be able to do this with a VS Setup Project? Or, should I be looking at other install tools?