OPK banner

[ActiveSetupSites]

Answer File = Internet Settings (.ins) File

The [ActiveSetupSites] section contains entries for specifying the names and locations of the custom packages that users can download.

Entry Description
SiteName0 Specifies the friendly name of the site from which users download files.
SiteRegion0 Specifies the geographical region of the first download site's location.
SiteURL0 Specifies the Uniform Resource Locator (URL) of the first download site.
SiteName1 Specifies the friendly name of the second site from which users download files.
SiteRegion1 Specifies the geographical region of the second download site's location.
SiteURL1 Specifies the URL of the second download site.
SiteNameX Specifies the friendly name of the third or subsequent site from which users download files.
SiteRegionX Specifies the geographical region of the third or subsequent download site's location.
SiteURLX Specifies the URL of the third or subsequent download site.
TestCertsOK Specifies whether to use test certificates.

Sample

This sample demonstrates one use of the [ActiveSetupSites] section of the Internet Settings (.ins) File.

[ActiveSetupSites]
SiteName0 = My Home Page
SiteRegion0 = Sweden
SiteURL0 = http://www.fabrikam.com
SiteName1 = My Second Home Page
SiteRegion1 = Mexico
SiteURL1 = http://www.fabrikam1.com
SiteNameX = My Fifth Home Page
SiteRegionX = Portugal
SiteURLX = http://www.fabrikam5.com
TestCertsOK = 1

SiteName0

Specifies the friendly name of the site from which users download files.

Syntax SiteName0 = string
Value string
Example
SiteName0 = My Home Page

icon Return to top

SiteRegion0

Specifies the geographical region of the first download site's location.

Syntax SiteRegion0 = string
Value string
Example
SiteRegion0 = Sweden

icon Return to top

SiteURL0

Specifies the URL of the first download site.

Syntax SiteURL0 = URL
Value URL
Example
SiteURL0 = http://www.fabrikam.com

icon Return to top

SiteName1

Specifies the friendly name of the second site from which users download files.

Syntax SiteName1 = string
Value string
Example
SiteName1 = My Second Home Page

icon Return to top

SiteRegion1

Specifies the geographical region of the second download site's location.

Syntax SiteRegion1 = string
Value string
Example
SiteRegion1 = Mexico

icon Return to top

SiteURL1

Specifies the URL of the second download site.

Syntax SiteURL1 = URL
Value URL
Example
SiteURL1 = http://www.fabrikam1.com

icon Return to top

SiteNameX

Specifies the friendly name of the third or subsequent site from which users download files.

Syntax SiteNameX = string
Value string
Example
SiteName5 = My Fifth Home Page

icon Return to top

SiteRegionX

Specifies the geographical region of the third or subsequent download site's location.

Syntax SiterRegionX = string
Value string
Example
SiteRegion5 = Portugal

icon Return to top

SiteURLX

Specifies the URL of the third or subsequent download site.

Syntax SiteURLX = URL
Value URL
Example
SiteURL5 = http://www.fabrikam5.com

icon Return to top

TestCertsOK

Specifies whether to use test certificates.

Syntax TestCertsOK = 0 | 1
Values 0

Does not use test certificates.

1

Uses test certificates.

Example
TestCertsOK = 1

icon Return to top