bz2 decompression?
How do I decompress a .bz2 file in my installer?
I want to download and "unzip" a .bz2 file from the collection at [1]. Downloading works, but the bz2 file causes me some headaches :-)
I've searched the NSIS docs and plugins, what comes closest is the UnTGZ Plugin [2]. I've tried it, but it only seems to be able to decompress tarred bz2 files (aka .tar.bz2), but not simply the content from plain bz2 files.
Maybe I'm missing something obvious, as I can't believe this is the first time someone tries to decompress bz2 files :-)
Regards, ULFL
[1] http://wiki.openstreetmap.org/wiki/O...armin/Download
[2] http://nsis.sourceforge.net/UnTGZ_plug-in