No description
Find a file
Simon Tatham 0985b382d3 Create the cab with the files in the right order.
In my test MSI, the files are supposed to be in alphabetical order,
not in 'whatever order lcab enumerated the Unix directory I pointed it
at' order. The test MSI didn't install, but with this change, it does,
so my guess is that either the real Windows installer system depends
on the alphabetical order for a search algorithm, or else files in the
cab are referred to by a numeric index of some kind.
2017-05-15 21:00:12 +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 Create the cab with the files in the right order. 2017-05-15 21:00:12 +01:00
Makefile.wixfakelibs Build cab files using lcab. 2017-05-15 19:19:10 +01:00