Hi sychroner,
Did you use ClickOnce to public your project? If so, the properties ought to be BootstrapperComponentsLocation and BootstrapperComponentsUrl, not ComponentsLocation and ComponentsUrl. The xml content should be as follows:
<BootstrapperComponentsLocation>Absolute</BootstrapperComponentsLocation>
<BootstrapperComponentsUrl>http://hello.com</BootstrapperComponentsUrl>
I suggest that we modify these settings on the prerequisites dialog when we click the prerequisites button on the Publish tab of the project properties.
Could you please provide more information about your issue?
Regards,
Aland Li
Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.