oneclick

Can VS2008 verify my project is ready to be "published" for one-click deploy?

Ie I have gone through my first publish for a winforms app only to find some dependancy in the setup created (even though my app worked ok in VS in debug) is there a way to do a prepublish verify for publish first? ...

How do I use VS2010 One-Click Publish (MsDeploy) to deploy remotely from the command line?

On the remote web server I have installed the remote service http://x.x.x.x/MsDeployAgentService. If I use the Web Application Project's Publish command in VS2010 I can successfully publish to this remote web server and update a specific IIS website. What I want to do now is execute this capability from the command line. I am guessing...