Skip to content
⌘ NSIS Forum Archive

Is it possible to have No compression?

2 posts

dburr#

Is it possible to have No compression?

I'm creating a Linux-based embedded device, and one of its functions requires the on-demand generation of a Windows installer, so I decided to use NSIS. Unfortunately being an embedded device, it doesn't have a whole lot in terms of CPU muscle - even the default zlib compression is quite slow. Is it possible to select either No compression (preferable) or a very very low compression ratio?
Afrow UK#
It's in the manual - SetCompress off - would have saved you having to register and post this if you looked 🙂

Stu