RobertoBianchi
06-11-2008, 14:16
Added two flags Activate Vebose Mode and Activate Isolation.
With Verbose mode flag on, both the phase of bundle construction and bundle execution display some additional info for testing purpose, be sure don't leave this flag on when you release your final application.
With Activate Isolation flag on, when your bundled application runs all files are extracted in a temporary sub folder of extraction folder, creation and deletion are done automatically according the delete flag.
On bundle builder window you can use environmental variables like %TEMP% on both Bundle Creation Folder and Bundle Extraction Folder.
Bundle's _SetFlagVerbose() and Bundle_SetFlagIsolation() functions are added to the ThinBASIC_Bundle module so you can use these new features from a ThinBASIC script.
Also ThinAIR's BUNDLE option tab was updated for handling the two new flags.
This update will be available from the next ThinBASIC release.
Regards,
Roberto
With Verbose mode flag on, both the phase of bundle construction and bundle execution display some additional info for testing purpose, be sure don't leave this flag on when you release your final application.
With Activate Isolation flag on, when your bundled application runs all files are extracted in a temporary sub folder of extraction folder, creation and deletion are done automatically according the delete flag.
On bundle builder window you can use environmental variables like %TEMP% on both Bundle Creation Folder and Bundle Extraction Folder.
Bundle's _SetFlagVerbose() and Bundle_SetFlagIsolation() functions are added to the ThinBASIC_Bundle module so you can use these new features from a ThinBASIC script.
Also ThinAIR's BUNDLE option tab was updated for handling the two new flags.
This update will be available from the next ThinBASIC release.
Regards,
Roberto