Skip to content

Modify File Compression

Paquet Builder uses 7-Zip to compress source files into the package. This page controls path storage, compression level, and advanced archive parameters.

Modify Compression Options in Paquet Builder

When source files come from multiple folders, you may need to preserve the folder structure in the archive.

Enable “Store Path Information” to include the full path (excluding drive letter) for each file.

Example:

  • Source: C:\My Documents\My Results\Report.pdf
  • Stored path: My Documents\My Results
  • Extracted to: %DESTPATH%\My Documents\My Results\
LevelDescription
StoreNo compression — files are stored as-is
FastFastest compression, minimal ratio
NormalBalance between speed and ratio
MaximumExcellent ratio — recommended for most cases
UltraBest ratio, but requires significant RAM (350 MB+)

Solid archive

Compresses all files as one continuous data stream for better compression ratios. Recommended for Self-Extracting packages.

LZMA2 multithreading

LZMA2 supports multithreaded compression and decompression, improving speed on multi-core systems. You can specify the number of CPU threads.

Compress archive header

Compresses file metadata and archive headers for a smaller overall package size.

Custom 7-Zip parameters

Override defaults with custom 7-Zip commands. Use | to separate parameters (e.g. 0|BCJ2|1|LZMA2:d24).