Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Database Deployment Walkthrough
 

Database Deployment Walkthrough

hi;

i've never deployed a project before and i need to deploy a project that includes database and i need a step by step guide because i don't wanna miss sth i might not be able to correct. the application i've developed is a windows form and i want it to be installed with sql server, backups and everything like every other applications you buy, install and use. so, here's what i've done so far:

1. created a deployment project using vs2008 wizard.
2. checked the sql server compact in the prequisites option
3. done the private file_based deployment using this link:
http://msdn.microsoft.com/en-us/library/aa983326.aspx

i also have the following link for deploying a db:
http://www.codeproject.com/KB/database/Deploy_your_database.aspx

i'm not sure what should i do now. is there anything else to add?? the above link is the next step??


--- thanks
AfCSharpLearner  Wednesday, August 12, 2009 8:16 AM
You can actually deploy the dll's locally, which saves you from pushing it asa prerequisite.

This thread has a post from me that has 2 links in it about deploying a ClickOnce app with a SQLCE database. I think it will help you iron out a couple of kinks you don't know about (like if you so much as open the database, it changes the date/time stamp, and will deploy it as a new version).

http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/c8c55be6-be34-47cf-93fc-6cc0bf97f2cf

Good luck!

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Thursday, August 13, 2009 5:52 AM
You can actually deploy the dll's locally, which saves you from pushing it asa prerequisite.

This thread has a post from me that has 2 links in it about deploying a ClickOnce app with a SQLCE database. I think it will help you iron out a couple of kinks you don't know about (like if you so much as open the database, it changes the date/time stamp, and will deploy it as a new version).

http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/c8c55be6-be34-47cf-93fc-6cc0bf97f2cf

Good luck!

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Thursday, August 13, 2009 5:52 AM

You can use google to search for other answers

Custom Search

More Threads

• localization on clickOnce
• How can i set the install path
• VB2005 and ClickOnce. Stuck installing .net 3.5 sp1 over and over and over
• deploying with user id / unique identifier
• how to grant setup an admin right?
• Deploying a 32 bit .NET application.
• WSUS Install Failed
• Windows Installer Deployment
• Click-Once deploys two instances of the application
• Deployment Help