diff options
author | Simon Tatham <anakin@pobox.com> | 2017-05-15 21:00:12 +0100 |
---|---|---|
committer | Simon Tatham <anakin@pobox.com> | 2017-05-15 21:00:12 +0100 |
commit | 0985b382d387f6868240928db1531b22c0915d24 (patch) | |
tree | 0c0377d7266961e78b5a7fc6fc1771d9e39aaaac /preload.c | |
parent | 505ea0fc84017391d0750541d5bf4c418aecad47 (diff) | |
download | wix-on-linux-0985b382d387f6868240928db1531b22c0915d24.tar.gz wix-on-linux-0985b382d387f6868240928db1531b22c0915d24.tar.bz2 wix-on-linux-0985b382d387f6868240928db1531b22c0915d24.zip |
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.
Diffstat (limited to 'preload.c')
0 files changed, 0 insertions, 0 deletions