Previous Topic: Script File: Download Primer <Platform> SectionNext Topic: Compressing and Uncompressing Files for Download


Script File: Download <Platform> Section

For each supported platform the script file contains a Download <Platform> section. This section describes for the Web Launcher what and how to download files for the specified platform. The following is an example for the Windows platform.

Example: Download <Platform> Section

[Download_Windows]
Method=webservice
Executable=cmNriAgent.exe
CommandLine=-script .\adv.ini
Files=2
File1=basic_heuristic.exe
File2=w0000001.zml,w0000001.xml

The following table includes the parameters available in the Download <Platform> section:

Parameter

Description

Method

Defines the method to use to download the files. Currently only "webservice" is supported.

Executable

Defines the name of the executable the primer should execute when all files are downloaded.

CommandLine

Specifies the command line to use when executing Executable.

Files

Indicates the number of files to download.

FileX

Specifies the name of the file to download. Specify uncompressed name after the comma.

Note: For more information, see Compressing and Uncompressing Files for Download.

More information:

Script File: General Section

Script File: Advanced Section