Il 25/06/2013 17:01, Laszlo Ersek ha scritto: > On 06/06/13 17:06, Tomoki Sekiyama wrote: > >> +if ! command -v msiextract > /dev/null; then >> + echo 'msiextract not found. Please install msitools.' >&2 >> + exit 1 >> +fi > > (This is not a review comment -- I'm trying to test it:) > > What msiextract version (and dependencies, like libgcab, libgsf etc) are > you using? I'm unable to extract "vsssdk.msi"; msiextract spews a bunch > of assertion failures. > > 2e39646b7850a12673bc66ade85fece3 setup.exe > 433eb024ed0c669dd1563d952ca41091 vsssdk.msi > > My versions (RHEL-6.4.z distro): > - msitools-0.92 (built from source) > - gcab-0.4 (built from source) > - libgsf-1.14.15-5.el6 (patch in [1] doesn't seem to help, it only > changes the kinds of asserts that fail) > - glib2-2.22.5-7.el6 > - libuuid-2.17.2-12.9.el6_4.3 The attached patch may help building a newer libgsf on RHEL6. Paolo