I understand how to use ClickOnce and deploy an application to a web site for updates. But what if I want to have more control over the install such as the folder and icons and what-not. How can I do that? Also, I don't want users to download from the deployment site, initial install has to be off a CD.
My current solution would be to take the outputs from the ClickOnce deployment and put those in a brand new installation project. But I'm guessing there is a better way to do it.