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