Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
I created an exe of my project. Front end is c# and back end is sqlserver2012. It is a windows application. I want to install this exe in another system. for that I want to bind sql server with this exe. How can I done this with installshield? Please help me.
Thanks.
Posted
Comments
[no name] 29-Jun-15 7:05am    
Read the documentation for Installshield. If you are still stuck, Installshield has their own support forums.
F-ES Sitecore 29-Jun-15 8:10am    
SQL Server is not a distributable component, you attach your database to an existing installation of it.

1 solution

You haven't mentioned which version of visual studio you are using. As you have tagged C# 4.0, I am assuming that you are using Visual Studio 2010.

First of all, you need to add a setup project to your solution. If you haven't done this earlier check foloowing for the detailed steps-
How to: Create or Add a Setup Project[^]

Then
1. right click on the setup project
2. select properties
3. click on prerequisites button
4. select SQL Server

Hope, it helps :)


Update: I apologise. Have proposed wrong solution as I have missed to take "Installshield" in to account.However, if you are using Visual Studio 2012 then you can refer to the following article to get your job done.
Simple Steps to Create Setup File Using InstallShield LE From VS 2012[^]
 
Share this answer
 
v2
Comments
[no name] 29-Jun-15 7:02am    
How is this supposed to help the OP with Installshield?
Suvendu Shekhar Giri 29-Jun-15 8:01am    
I apologise. I have completely missed the term "Installshield" from OP's question. Thanks for pointing it out.

I have updated the same in the solution as well.

Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900