Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Bootstrapper tries to reach customer.teliacarrier.com while ComponentsLocation="Absolute"
 

Bootstrapper tries to reach customer.teliacarrier.com while ComponentsLocation="Absolute"

Hi all, hope that's not only me who noticed that bootstrapper somehow tries to reach host: 213-155-158-43.customer.teliacarrier.com, while it was generated using ComponentsLocation="Absolute" and ComponentsUrl parameter set to custom url, where all my components are actually located.

So, why does it need unknown remote host ? And how can I fix it to not to send\receive unnecessary information ?
sychroner  Friday, September 11, 2009 8:55 AM
Anyone?
sychroner  Sunday, September 13, 2009 7:16 AM
I don't believe this is the bootstrapper if it's not infected. That URL seems to be associated with games, not Microsoft. World of Warcraft?
Phil Wilson
PhilWilson  Monday, September 14, 2009 6:47 PM

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.
Aland Li  Tuesday, September 15, 2009 9:52 AM

Hi,

We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.

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.
Aland Li  Friday, September 18, 2009 4:58 AM

You can use google to search for other answers

Custom Search

More Threads

• How to set CustomErrorStatus in ProjectInstaller class with C#
• Problem in silent installation
• ClickOnce Deploy, how to add other files
• SetupCopyOEMInf problem on Windows Vista
• Moving ClickOnce Deployment Location
• Delete later versions in setup project (msi)
• Can't sign assembly (ClickOnce: Publisher cannot be verified)
• URL Redirect is preventing application from opening
• ClickOnce causes repeated IE windows to open when Install attempted on Client Computer
• Publish failed with following error: Could not find a part of the path 'c:\development\TestProject\TestProject\bin\Release\TestP