Showing posts with label deploye. Show all posts
Showing posts with label deploye. Show all posts

Monday, March 12, 2012

How to Deploye VB.net Application Along With Database....Please Help.

Hi Guys,
I had a little Problem With My Application Deployment.

I want To Make Setup For My Application(VB.NET) Such that When it begins To Install,The Database Of the Application Will Automaticallly Get Installed.....
Even I have Generated Script For That But I dont Know How to Execute It With Installation File.I have made Complete Setup Of My Application Exept Database.

Now,I want Few Code Lines To Execute My Database Script.
So how can i Execute My Script Through Installation..

And Also If there is another Way To Accomplish This Please Suggest Me.

All Suggestions Will be Accepted...

Thanx In Advance..WOuld C# code also be ok for you ? :-)

HTH, Jens Suessmeyer.

http://www.sqlserver2005.de
|||yes it will be ok for me..

How to deploye SQL 2005 Express with my application

Hello,

I have an application that uses SQL Server express. I'd like to be able to
package the SQL Server Express set up file and deploy it with my application
but all the searching I've done only tells me how to deploy SQL Server
Express manually (i.e. how to set it up yourself). I can script my set up
to see if an instance of SQL Server Express already exists but if it
doesn't, I'd like to know the best way to deploy this on the target machine
automatically.

Any help or direction would be greatly appreciated.

Thanks!
Rick
"Rico" <me@.you.comwrote in message
news:MSE8h.349364$R63.85587@.pd7urf1no...

Quote:

Originally Posted by

Hello,
>
I have an application that uses SQL Server express. I'd like to be able
to package the SQL Server Express set up file and deploy it with my
application but all the searching I've done only tells me how to deploy
SQL Server Express manually (i.e. how to set it up yourself). I can
script my set up to see if an instance of SQL Server Express already
exists but if it doesn't, I'd like to know the best way to deploy this on
the target machine automatically.
>
Any help or direction would be greatly appreciated.
>


See:

Embedding SQL Server Express in Applications
http://msdn2.microsoft.com/en-us/library/ms165660.aspx
Embedding SQL Server Express into Custom Applications
http://msdn.microsoft.com/library/d...qlexcustapp.asp
David|||Excellent! Thanks David!

Rick

"David Browne" <davidbaxterbrowne no potted meat@.hotmail.comwrote in
message news:OTgVwLYDHHA.1196@.TK2MSFTNGP02.phx.gbl...

Quote:

Originally Posted by

>
>
"Rico" <me@.you.comwrote in message
news:MSE8h.349364$R63.85587@.pd7urf1no...

Quote:

Originally Posted by

>Hello,
>>
>I have an application that uses SQL Server express. I'd like to be able
>to package the SQL Server Express set up file and deploy it with my
>application but all the searching I've done only tells me how to deploy
>SQL Server Express manually (i.e. how to set it up yourself). I can
>script my set up to see if an instance of SQL Server Express already
>exists but if it doesn't, I'd like to know the best way to deploy this on
>the target machine automatically.
>>
>Any help or direction would be greatly appreciated.
>>


>
See:
>
Embedding SQL Server Express in Applications
http://msdn2.microsoft.com/en-us/library/ms165660.aspx
>
Embedding SQL Server Express into Custom Applications
http://msdn.microsoft.com/library/d...qlexcustapp.asp
>
David