cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DKroll76
Level 4

Installing SQL 2012 Express and others

Hello,

I'm using InstallShield 2013 LE in Visual Studio 2012. I need my installer to do several things and not sure how to accomplish this:

1. Install SQL 2012 Express with a specific instance name.
2. Install .Net 4.5
3. Install IIS and setup a website.

Any tutorials or pointers on how to make this happen are appreciated.

Thanks,

David
0 Kudos
(1) Reply
jlynch11
Level 6 Flexeran
Level 6 Flexeran

You can add both SQL Express and .NET to your install as prerequisites using the redistributables view under Specify Application Data. You don't have the ability to edit the installation behavior of redistributables with the Limited Edition, however.

The limited edition allows you to install one website per installation. You can do this In the Internet Information services view under Configure the Target System.
0 Kudos