{---------------------------------------------------------------------- - 03/04/2003 This example demonstrates how to utilize InstallMade's capabilities of reducing the total size of deployed executable by referencing to dynamically loaded data source; double-compressed and stored in the body of the Standalone Executable. This example uses a directory "DataPicture" with four jpg files and one index file. However, in a real life application the directory can contain many different files and or multiple directories with different content. This whole directory will be compressed along with all the files in it, during the creation of InstallMade's Compressed Standalone Executable and place in the body of the executable. During the execution of the application the content of this directory will be decompressed into a spawned spool area and can be readily accessed by the application in a similar manner as any other file on the system. This approach can reduce substantially the overall size of the executable, as much as 10 times of the actual size of the content, if loaded into the application Form during designed-time and deployed traditionally. Additionally, the standalone executable provides the protection for the content (read-only) and the convenience of one file deployment. Copyright SuperObject Software Solutions. All Rights Reserved. support@superobject.com ---------------------------------------------------------------------} |
|
type |
var |
{--------------------------------------------------------------------- -----------------------------------------------------------------------} |
|
|
|
|
|