You can change various ITD settings with the ITD_SetOption() command, and query the values of those options with the ITD_GetOption() command. The settings are described below:


OPTION

VALUES

DEFAULT

MEANING

Debug_DownloadDelay

Any number

0

Numbers larger than 0 slow down your downloads. You can simulate slower connections while testing by using this feature.

Debug_Messages

0 or 1

0

Turns on detailed error message popups for debugging

ITD_NoCache

0 or 1

0

If 1, never read files from the Internet cache, always download from the internet.


Deprecated - Now has no effect (never reads from cache)

ITD_Agent

String

InnoTools_Downloader

Changes the "agent" field used in HTTP requests

UI_Caption

String


Sets the caption of the download page.


Deprecated - Use ITD_SetString instead.

UI_Description

String


Sets the description of the download page


Deprecated - Use ITD_SetString instead.

UI_FailOrContinueMessage

String


Sets the message that appears when download fails, and the user can continue, retry or exit. UI_AllowContinue must be set to 1 for this message to appear.


Deprecated - Use ITD_SetString instead.

UI_FailMessage

String


Sets the message that appears when a download fails, and the user can either retry or exit


Deprecated - Use ITD_SetString instead.

UI_AllowContinue

0 or 1

0

Allow the user to continue install if the download fails

UI_DetailedMode

0 or 1

0

If 1, show all of the download details by default (as if the "Details" button was clicked)

                         

Additionally, querying option 'ITD_Version' gives you the version number of the script.


Created with the Personal Edition of HelpNDoc: Free EPub and documentation generator