Is it possible to create in Visual Studio a setup project which could publish a web-site to a given web-server and at the same time create a SQL database on specified SQL-server instance?
Could you show me a good example or tutorial. Thank you
upd: And also I'd like to implement checksum checking algoritm to make my setup-app tamper-proof.