I have a ClickOnce app which ties into our software and we deploy and use internally. We want to get this to customers, but with the customer hosting the clickonce update site. As far as I can see from The Instructions, I have to sign the deployment manifest after creating it, and to create it I need to know the update site.
I don't know the update site until Install Time (on the customer site), but I don't want our certificate to be on the customer sites.
How can I deploy the application in this way? or am I misunderstanding how this works?