#BUNDLE Manifest

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Tools > thinBundle >

#BUNDLE Manifest

 

Description

 

Instruct BUNDLE process to use a personalized manifest xml file instead of default thinBasic one.

 

Syntax

 

#BUNDLE Manifest "ManifestXMLFileName"

 

Returns

 

None.

 

Parameters

 

Remarks

 

If no indications, Bundled executable will use default manifest xml file.

 

To force NOT to have a manifest file included in bundled executable indicate "null" in file name:

#BUNDLE Manifest "null"

 

Restrictions

 

This directive is a pre parsing directive.

It means all #BUNDLE ... statements will be solved before starting script execution.

 

See also

 

Examples

 

#BUNDLE Manifest ".\MyXMLManifestFile.xml"