banner

[Signup]

Answer File = Oobeinfo.ini

The [Signup] section contains entries for specifying Internet signup.

Entry Description
ISPSignup Specifies the Internet Service Provider (ISP).
OEMOfferCode Specifies the original equipment manufacturer (OEM) offer code.

Sample

This sample demonstrates one use of the [Signup] section of Oobeinfo.ini.

[Signup]
ISPSignup = "MSN"
OEMOfferCode = 0

ISPSignup

Specifies the Internet Service Provider (ISP).

Syntax ISPSignup = isp_provider
Value isp_provider

MSN

Microsoft® MSN® Internet Access is the only specific ISP offer available to the end user. The end user still has the option of migrating an existing Internet account (through any ISP supporting this feature in the Microsoft Internet Referral Service) or using Internet Connection Sharing if present.

OFFLINE

Displays a precached (local) list of ISP offers.

PRECONFIG

Preconfigures Internet service at the factory to use a specific new Internet account, created for this end user.

None

Does not include an ISP sign-up offer in Windows Welcome.

Example
ISPSignup = "MSN"
Comments To determine the value of ISPSignup programmatically, use the Directions.get_ISPSignup method.

icon Return to top

OEMOfferCode

Specifies the OEM offer code.

Syntax OEMOfferCode = 0
Value 0 (Default)
Example
OEMOfferCode = 0
Comments The value is always 0 because you must display one of the four Internet Signup options that are specified with the ISPSignup entry.

To determine the value of OEMOfferCode programmatically, use the Directions.get_OEMOfferCode method.

icon Return to top