OPK banner

[CabSigning]

Answer File = Internet Settings (.ins) File

The [CabSigning] section contains entries for specifying the information used to sign your programs.

Entry Description
InfoURL Specifies the Uniform Resource Locator (URL) that appears on the certificate dialog box.
Name Specifies the company name associated with the certificate.
PvkFile Specifies the path to the private key file.
SpcFile Specifies the path to the certificate file.

Sample

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

[CabSigning]
InfoURL = http://www.fabrikam.com
Name = CompanyName
PvkFile = C:\Windows\pvkfile.pvk
SpcFile = C:\Windows\spcfile.spc

InfoURL

Specifies the URL that appears on the certificate dialog box.

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

icon Return to top

Name

Specifies the company name associated with the certificate.

Syntax Name = string
Value string
Example
Name = CompanyName

icon Return to top

PvkFile

Specifies the path to the private key file.

Syntax pvkFile = path_and_file_name
Value path_and_file_name
Example
PvkFile = C:\Windows\pvkfile.pvk

icon Return to top

SpcFile

Specifies the path to the certificate file.

Syntax SpcFile = path_and_file_name
Value path_and_file_name
Example
spcFile = C:\Windows\spcfile.spc

icon Return to top