show/hide this revision's text 3 deleted 84 characters in body; edited tags

I need to create an installer program that will do install the following:

  1. ASP.Net Website
  2. Windows Service
  3. SQL Express if it isn't installed and the user doesn't have a SQL Server
  4. Dundas Charts
  5. ASP.Net AJAX v.1.0
  6. ReportViewer control (for 2.0 Framework)
  7. Check Framework prerequisites (2.0)
  8. 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? Any help is appreciated here, or a shove to some resources. I'm not finding much.

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

How do I create an installer for a .Net website, Windows Service, and more???

I need to create an installer program that will do install the following:

  1. ASP.Net Website
  2. Windows Service
  3. SQL Express if it isn't installed and the user doesn't have a SQL Server
  4. Dundas Charts
  5. ASP.Net AJAX v.1.0
  6. ReportViewer control (for 2.0 Framework)
  7. Check Framework prerequisites (2.0)
  8. 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? Any help is appreciated here, or a shove to some resources. I'm not finding much.