Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 493
JasonS Avatar asked Dec 31 '22 10:12

JasonS


1 Answers

You can use WiX

like image 62
Alexander Kojevnikov Avatar answered Jan 02 '23 00:01

Alexander Kojevnikov