It appears that extract will error when faced with a self extracting cabinet file. If if the file properties show it as a cabinet file. I have also tried to use cabarc from the links submitted by Limbic~Region which also errors on self extracting cabinet files. I have now taken a plunge and am trying to use the Win32::API to access cabinet.dll. If WinZip can doit perl should be able to. I will post any frustrations, queries or successes in this node. But thnank you for the pointers it has again openned my eyes to the fact that Win32 Modules needed ported to POSIX systems and that Microsoft Standards are well always the same no matter how much they open them :( But we know this, why god oh why must we still have to face them on a daily basis just so the idiot two cubicles over can make a spreadsheet do simple math and call themselves a programmer.

"No matter where you go, there you are." BB

In reply to Re: Re: Self Extracting Cabinet Files in Perl by Ninthwave
in thread Self Extracting Cabinet Files in Perl by Ninthwave

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.