Hi,
I created an application which contains database connection code.
Now i want to install my application into another system.
How can i install and should i change the database connection code??
Darma
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gopal MahadakPosted Jun 25, 2012, 7:35 AM
click on new project-- other project types-----visual studio installer---setup project-- then
in it choose application folder--- right click on it--- add-- file ---- add u r .exe project file in it.. then build solution...
the setup will be created.. check it in name of setup which u r given.. in debug folder..
setup file is thier .. just copy & install on another System.. have fun..
try & send me reply.. free to help..
Gopal
Gopal MahadakPosted Jun 26, 2012, 1:10 AM
the application u r created is in the c# or in the another lang..
if it is in c# then install vs2010..
or not then share sql database with another system with making another system in lan..
if u share sql database then u r able change the conection code....
Question:::
tell me u r application language? better to help u.. or send it to me in detail...
Happy To Help
darma tejaPosted Jun 25, 2012, 10:01 AM
Thanks allot.
Actually the system in which i am going to install my application, it doesnt have Visual studio 2010. It has sql server.
After installing my application; i want to connect their database. It means that i have to change Only connection string.
How can i change connection string after i installed my application in the system.
Darma
darma tejaPosted Jun 25, 2012, 6:22 AM
Thanks allot.
could you please tell me the steps for setup??
Actually there is a sqlserver in the system where i am going to install my application.
thats why i want to connect to that system's database.
Darma
Gopal MahadakPosted Jun 25, 2012, 5:37 AM
in that setup automatically u r database comes no need to change the connection..
hope this will help..
if u dont satisfied reply me...
darma tejaPosted Jun 25, 2012, 5:33 AM
1. I want to deploy my exe file in another system. How can i do it?
2. After installing my application how can i change my connection string??
Darma
Gopal MahadakPosted Jun 25, 2012, 5:17 AM
Gopal MahadakPosted Jun 25, 2012, 5:16 AM
just right click on u r project folder then checkout..
for more information search on google about svn tortoise software..
useful to u.. no need to install u r software everytime.. just update it..
it will automatically make connection to u r database on other system..
hope this will help u.....