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
- :
- Installing SQL 2012 Express and others
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
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
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.