| Parameter | Description |
|---|---|
| URLName | The location of the source file to be downloaded. Must start with %URL% and continue with the relative location under the main web server virtual directory. For example:
URLName=%URL%/Extensions/MyTestType/MyFile.xco |
| shortname | The options are:
|
| description | Optional. A free text description that is displayed during file download. For example: Description=My Test Type Manager |
| register | Relevant only for COM/DCOM servers (EXE,OCX,DLL). There are two possible values: "Y" - register COM/DCOM server after download. "N" - do not register COM/DCOM server after download. For example: Register=Y If you omit this item, the default value "N" is used. |
| RegisterIsolated | Relevant only for COM/DCOM servers (EXE,OCX,DLL). Indicates whether to register the server in the HKEY_Current_User even in the case where the installation as a whole is isolated to support side-by-side versions. There are two possible values: "Y" - register COM/DCOM server after download "N" - do not register COM/DCOM server after download. For example: RegisterIsolated=YIf you omit this item, the default value "N" is used. |
| progID | Optional. Relevant only for COM/DCOM servers (EXE,OCX,DLL). The prog ID (the default string in the registry) for the COM/DCOM server. For example: ProgID=TestType.Class1 |
| version | Optional. Relevant only for files that have compiled version information. If there is a COM server on the client machine with the same prog ID and the same version, the file is not downloaded. For example: Version=1.48.9.2089 |
| CheckMD5 | Optional. The MD5 checksum. Relevant only if the ProgID and Version items are omitted. If there is a file with the same name and checksum in the destination directory, the file is not downloaded. For example: CheckMD5=45168d267a09274d1d1a8cda605b3159 |
| DotNet | Optional. "Y" - the COM dll was developed under .NET and must be registered with regasm. The default is "N" |