- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oct 27, 2014
11:41 AM
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
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
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Oct 29, 2014
06:03 PM
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.
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.
