banner

External.ProcessINS method

Processes the specified .ins file.

Syntax

bSuccessful = window.external.ProcessINS(sINSPath);

Parameters sINSPath

String. Path to the .ins file to process. If the path is a Uniform Resurce Locator (URL), Windows Welcome retrieves the file from the URL and attempts to process it.

Return Values Boolean. Returns the value TRUE if it finds and successfully processes the .ins file.
Applies To window.external
Example
bSuccessful = window.external.ProcessINS();