in parallel on a colleague's hunch I'm busy applying the "mt.exe -manifest ExeName.exe.manifest -outputresource:ExeName.exe" line to all perl and pdk executables and dlls.

Actually, I think that could work.

Baring in mind I've never use perlapp and I've only the vaguest notion of what mt.exe actually does.

It seems likely that the manifest checking would not work when you run the distributable .exe resulting from perlapp processing, as (I assume) that is a standalone, all-in-one distributable. It's only when all the bits and pieces of that file are unpacked and decompressed, one of which will be perl.exe and the latter gets run, that the manifest will be checked. Is the right version of perl5x.dll available? Ecetera.

So, theoretically thinking, if you apply mt.exe to everything in your \perl\bin directory, along with all the dlls that are in perl\lib\auto\*\*.dll and perl\site\lib\auto\*\*.dll; and if running the script passes the validation prior to being packaged, it should also pass validation after it's be packaged and unpacked.

Again, that purely a thoughware suggestion.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."

In reply to Re^3: How can I integrate within the PDK perlapp the manifest assembly workaround for Vista UAC? by BrowserUk
in thread How can I integrate within the PDK perlapp the manifest assembly workaround for Vista UAC? by ddn123456

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.