OPK banner

[ActiveSetup]

Answer File = Internet Settings (.ins) File

The [ActiveSetup] section contains entries for specifying the location of your custom bitmap files that appear in the Microsoft® Internet Explorer 6.0 Customization Wizard.

Entry Description
Name Specifies the name of the 38 x 38-pixel bitmap file that appears in the upper-right corner of the browser window.
Path Specifies the path to the 38 x 38-pixel bitmap file that appears in the upper-right corner of the browser window.

Sample

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

[ActiveSetup]
Name = MyBitmap.bmp
Path = C:\Windows\MyBitmap.bmp

Name

Specifies the name of the 38 x 38-pixel bitmap file that appears in the upper-right corner of the browser window.

Syntax Name = file_name
Value file_name
Example
Name = MyBitmap.bmp

icon Return to top

Path

Specifies the path to the 38 x 38-pixel bitmap file that appears in the upper-right corner of the browser window.

Syntax Path = path_and_file_name
Value path_and_file_name
Example
Path = C:\Windows\MyBitmap.bmp

icon Return to top