-1

I want to create an installer file that includes installer file for SQL Server and a C# project so that user don't have to do it separately.

I have seen a few solutions but want to get recommendations for the best possible solution available in market.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Kamran
  • 147
  • 2
  • 12

1 Answers1

0

Some previous answers you can check:

Commercial deployment tools Advanced Installer and Installshield have some built-in support to install various prerequisites such as SQL Server Express - a quick description here. The open source and free WiX with its Burn component also allows you to install prerequisites, but you have to write XML markup code to accomplish the task. No real GUI apart from Visual Studio as editor (or another editor for that matter).


Some Links:

Stein Åsmul
  • 39,960
  • 25
  • 91
  • 164