This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Install SQL Server Express 2008 with Management Studio
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 23, 2011
09:57 AM
Install SQL Server Express 2008 with Management Studio
Is there a way to create an install that installs SQL Server Express 2008 with the Management Studio also?
(1) Reply
Mar 08, 2011
03:11 PM
The way I did it is that I packaged up the SQL2008Express and ManagementStudio installers into a setup package, used the pre-requisites to distribute all the necessary stuff (MSI 4.5, .NET 3.5 SP1, PowerShell), and used InstallScript to execute a command-line installation of the two packages so I could pass through the desired arguments (instance name, sa pwd, etc.)