OPK banner

[Animation]

Answer File = Internet Settings (.ins) File

The [Animation] section contains entries for specifying the location of your custom animated bitmap files that appear in the Setup Wizard.

Entry Description
Big_Name Specifies the name of the bitmap file that contains the frames for the 38 x 38-pixel animation.
Big_Path Specifies the full path to the 38 x 38-pixel animated bitmap file.
DoAnimation Specifies whether to customize the animation.
Small_Name Specifies the name of the bitmap file that contains the frames for the 22 x 22-pixel animation.
Small_Path Specifies the full path to the 22 x 22-pixel animated bitmap file.

Sample

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

[Animation]
Big_Name = Large.bmp
Big_Path = C:\Windows\Large.bmp
DoAnimation = 0
Small_Name = Small.bmp
Small_Path = C:\Windows\Small.bmp

Big_Name

Specifies the name of the bitmap file that contains the frames for the 38 x 38-pixel animation.

Syntax Big_Name = file_name
Value file_name
Example
Big_Name = Large.bmp

icon Return to top

Big_Path

Specifies the full path to the 38 x 38-pixel animated bitmap file.

Syntax Big_Path = path_and_file_name
Value path_and_file_name
Example
Big_Path = C:\Windows\Large.bmp

icon Return to top

DoAnimation

Specifies whether to customize the animation.

Syntax DoAnimation = 0 | 1
Values 0

Does not customize the animation.

1

Customizes the animation.

Default Value 0
Example
DoAnimation = 0

icon Return to top

Small_Name

Specifies the name of the bitmap file that contains the frames for the 22 x 22-pixel animation.

Syntax Small_Name = file_name
Value file_name
Example
Small_Name = Small.bmp

icon Return to top

Small_Path

Specifies the full path to the 22 x 22-pixel animated bitmap file.

Syntax Small_Path = path_and_file_name
Value path_and_file_name
Example
Small_Path = C:\Windows\Small.bmp

icon Return to top