No description
Find a file
Simon Tatham f0cdcb370e My own CAB-maker, which compresses.
lcab produces uncompressed CAB files, which is a bit low-quality for
my taste - especially when it turns out CAB files have Deflate as one
of their compression options, so I can write a compressed CAB-builder
in only about 100 lines of Python using the zlib module! I'd expected
to have to faff about finding an implementation of LZX, but there's
really no need to bother.
2017-05-16 19:06:05 +01:00
fake-lib.c We now get as far as building a non-empty MSI file! 2017-05-15 20:04:18 +01:00
fake-lib.h We now get as far as building a non-empty MSI file! 2017-05-15 20:04:18 +01:00
fake-msi.c Trivial misspelled option. 2017-05-15 20:49:59 +01:00
fake-winterop.c My own CAB-maker, which compresses. 2017-05-16 19:06:05 +01:00
makecab.py My own CAB-maker, which compresses. 2017-05-16 19:06:05 +01:00
Makefile.wixfakelibs Use an LD_PRELOAD library in place of symlink to /home. 2017-05-16 07:03:19 +01:00
preload.c Use an LD_PRELOAD library in place of symlink to /home. 2017-05-16 07:03:19 +01:00