2

How can I use merge modules and InstallShield to install SQL Server 2008 on the client system?

Adam Lear
  • 38,111
  • 12
  • 81
  • 101

1 Answers1

0

Installing SQL server via concurrent installs and/or merge modules hasn't been supported in a very long time. The slammer worm back in 2003 combined with concurrent MSDE installations proved to be a very, very big problem.

You don't mention the InstallShield project type you are using but you probably want to look at Setup Prerequistes.

Christopher Painter
  • 54,556
  • 6
  • 63
  • 100