[Compression]

AdminStudio 2021 | 21.0 | ThinApp Assistant

The [Compression] options specify the default compression options to use when building the ThinApp application.

[Compression] Section of package.ini

Option

Description

CompressionType

To reduce the application startup time, you can specify the CompressionType option to compress the ThinApp application.

CompressionType=Fast

Specify one of the following options:

None: Do not perform any type of compression
Fast: Perform quick compression resulting in a smaller application footprint
Small: Perform the best compression resulting in the smallest application footprint, but increasing build time.

Note:This option corresponds to the Compression Type options on the Build Options page.