Smart Package Robot 's "Script to Executable" Compiler

<< Click to Display Table of Contents >>

Navigation:  2. Components > 2. EXE-Compiler >

Smart Package Robot 's "Script to Executable" Compiler

Choosing the Icon from Icon Folder          

Previous Top Next


Compiler-Directives

 

'#ICF:

Choosing the Icon for the final Executable from own "Icon Folder"

 

 

Intention

 

All Commands starting with a "'#" Sequence are Compiler Directives. They are executed at the time of compilation.

That is when you create an executable out of your script-file.

 

You can specify an Folder with a Set of Icons. If any of these Icons is not specified the default Icon is used instead.

 

'#ICF: enables you to specify an Folder with a set of Icons.

One of these Icons is automatically chosen, if you compile an Executable.

The type of specified "Manifest" decides also which of these Icon is been chosen.

 

The Icons in this folder must be named like this:

 

 "ST.ico" - This is the Standard Icon,
            its used if no Manifest is specified

 "AI.ICO" - "As Invoker" Icon
 "HA.ICO" - "Highest available" Icon

 "RA.ico" - "require Administrator" Icon

 "UM.ico" - "User-Manifest" Icon

 

 

 

 

 

Syntax:

 

'#ICF:Iconfolder-Path\

 

 

 

Parameter Explanation:

-  

 

 

Example:

-

 

 

Remarks:

If any of these Icons is not specified the default Icon is used instead.
The Icon-Folder can only contain ".ico"-Files.
To extract Icons from ".exe" or ".dll"-files, use the " '#ICO:-Directive and then rename the Icons and use them here.

 

 

Limitations:

 

-

 

 

See also:

 

2.2.1 '#ICO: - Choose own Icon

2.2.3 '#ICS: / '#ICS: Icon-Set