OPK banner

[Media]

Answer File = Internet Settings (.ins) File

The [Media] section contains entries for specifying the types of media that your installation package is available in, such as CD, download, and floppy disk.

Entry Description
Build_CD Specifies whether to create a CD installation package.
Build_Download Specifies whether to create an installation package that users can download.
Build_Floppy Specifies whether to create a branding-only installation package that fits on a single floppy disk.
Build_LAN Specifies whether to create an installation package for a local-area network (LAN).
Build_MultiFloppy Specifies whether to create an installation package that fits on multiple floppy disks.

Sample

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

[Media]
Build_CD = 1
Build_Download = 1
Build_Floppy = 0
Build_LAN = 0
Build_MultiFloppy = 0

Build_CD

Specifies whether to create a CD installation package.

Syntax Build_CD = 0 | 1
Values 0

Does not create a CD installation package.

1

Creates a CD installation package.

Default Value 0
Example
Build_CD = 1

icon Return to top

Build_Download

Specifies whether to create an installation package that users can download.

Syntax Build_Download = 0 | 1
Values 0

Does not create an installation package that users can download.

1

Creates an installation package that users can download.

Default Value 1
Example
Build_Download = 1

icon Return to top

Build_Floppy

Specifies whether to create a branding-only installation package that fits on a single floppy disk.

Syntax Build_Floppy = 0 | 1
Values 0

Does not create a branding-only installation package that fits on a single floppy disk.

1

Creates a branding-only installation package that fits on a single floppy disk.

Default Value 0
Example
Build_Floppy = 0

icon Return to top

Build_LAN

Specifies whether to create a LAN-based installation package.

Syntax Build_LAN = 0 | 1
Values 0

Does not create a LAN-based installation package.

1

Creates a LAN-based installation package.

Default Value 0
Example
Build_LAN = 0

icon Return to top

Build_MultiFloppy

Specifies whether to create an installation package that fits on multiple floppy disks.

Syntax Build_MultiFloppy = 0 | 1
Values 0

Does not create a branding-only installation package that fits on multiple floppy disks.

1

Creates a branding-only installation package that fits on multiple floppy disks.

Example
Build_MultiFloppy = 0

icon Return to top