SupportSearchURL (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the SupportSearchURL setting in Windows Embedded 8 Standard (Standard 8).

This setting contains a string that specifies the URL of a link to a support page.

The URL must contain {Query} to return the user’s search terms. Optionally, the URL can contain {Locale} to return the user’s selected language.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

HelpAndSupport

Products/Embedded Core/HelpAndSupport/HelpAndSupport/SupportSearchURL

XML Example

The following example shows how to set a customized Help and Support page.

In this example, when a user searches the Help and Support page for "email," and the selected language/region is English/Belize, the results are displayed from the http://www.fabrikam.com/support/search/?term=email\&loc=en-bz webpage.

<HelpAndSupport>
    <SupportSearchURL>http://www.fabrikam.com/support/search/?term={Query}&loc={Locale}</SupportSearchURL>
</HelpAndSupport>

See Also

Concepts

Embedded Core Settings
Feature Module Settings