(Winbom)

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

The [OEMLink] section contains entries for adding graphics and text to the Start menu so that users have easy access to an OEM’s customized folder, .htm file, or .exe file for a tour.

After you configure an OEM link to appear on the Start menu, you can use the Sysprep -factory command to modify the properties of the OEM link as specified in the [OEMLink] section of Winbom.ini. However, once you create an OEM link, you cannot delete it. Your only alternative is to do a clean installation of Windows XP.

Answer File Entries for the [OEMLink] Section

Entry Description

OEMBrandIcon

Specifies the location of an .ico file.

OEMBrandLink

Specifies the path to a customized .htm file or an .exe file.

OEMBrandLinkInfoTip

Specifies the text that appears in the ToolTip when the mouse pauses on the OEM link image.

OEMBrandLinkText

Specifies the text that appears when the mouse pauses on the OEM link.

OEMBrandIcon

Specifies the location of an .ico file.

Syntax
OEMBrandIcon =path
Value Description

path

Path to .ico file.

Example
[OEMLink]
OEMBrandIcon = %systemroot%\System32\MyIcon.ico
Comments

Enclose path in quotation marks if it is a long file name.

Specifies the path to a customized .htm file or an .exe file.

Syntax
OEMBrandLink =path
Value Description

path

Path to .htm or .exe file.

Example
[OEMLink]
OEMBrandLink = %systemroot%\System32\MyLink.htm
Comments

Enclose path in quotation marks if it is a long file name.

OEMBrandLinkInfoTip

Specifies the text that appears in the ToolTip when the mouse pauses on the OEM link image.

Syntax
OEMBrandLinkInfoTip =text
Value Description

text

ToolTip text.

Example
[OEMLink]
OEMBrandLinkInfoTip = "Click here to learn more about Fabrikam."
Comments

None.

OEMBrandLinkText

Specifies the text that appears when the mouse pauses on the OEM link.

Syntax
OEMBrandLinkTip =text
Value Description

text

Popup text.

Example
[OEMLink]
OEMBrandLinkTip = "Welcome to Fabrikam"
Comments

None.