Can I use ClickOnce for an already deployed project?

I've installed a VB.Net 2005 app on several machines by hand, installing the framework, reportviewer, and a few other prerequistes. But now that it's running I'd like to convert it to use ClickOnce so updates are easier. How do I go about it?
[245 byte] By [DaveKulick] at [2007-12-23]
# 1
Your initial deployment has to be through ClickOnce in order to apply updates through ClickOnce. You would have to deploy a "new" version of your app through a ClickOnce publish, then from there on you could apply updates. As far as the user machines are concerned that first version is a separate and new install of your app, so you would want to provide instructions to remove the app through Add or Remove Programs first, then do the ClickOnce install. But your first ClickOnce deployed version could just be the same app they already have.
BrianNoyes at 2007-8-30 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...