Bundle_SetFlagIsolation

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Bundle_SetFlagIsolation

 

Description

 

Flag to indicate if bundled exe will be executed from a temporary directory created on the fly.

 

Syntax

 

n = Bundle_SetFlagIsolation(lFlag)

 

Returns

 

Number

 

Parameters

 

Name

Type

Optional

Meaning

lFlag

Numeric

No

%TRUE or %FALSE.

Default value = %FALSE

 

Remarks

 

Usually a bundled EXE explode all needed files in the same directory of the EXE.

With this flag you instruct bundled EXE to explode all files into a temporary directory created as subdirectory of the EXE one.

 

Restrictions

 

See also

 

Examples