Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: How can I integrate within the PDK perlapp the manifest assembly workaround for Vista UAC?

by ddn123456 (Pilgrim)
on Apr 03, 2007 at 10:03 UTC ( [id://608021]=note: print w/replies, xml ) Need Help??


in reply to Re: How can I integrate within the PDK perlapp the manifest assembly workaround for Vista UAC?
in thread How can I integrate within the PDK perlapp the manifest assembly workaround for Vista UAC?

Hi BrowserUK,

Many thanks for the info. I'm googling on it now.

Yesterday I fumbled with the number of whitespaces behind the xml (reducing the whitespaces for the number of chars added).

The mt.exe does all the math for c++ files however for the pdk compiler mt.exe doesn't seem to be fully compliant.

Now 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.

The idea is that possibly some of these pe's are compiled into the perlapp.exe. However I don't put much faith in this idea.

I'll keep you posted.

Many thanks so far for the great pe info!

With kind regards.

DDN
  • Comment on Re^2: How can I integrate within the PDK perlapp the manifest assembly workaround for Vista UAC?

Replies are listed 'Best First'.
Re^3: How can I integrate within the PDK perlapp the manifest assembly workaround for Vista UAC?
by BrowserUk (Patriarch) on Apr 03, 2007 at 11:34 UTC
    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.
      Hi BrowserUk, Many thanks for the info. Unfortunately it only works partially. Details below. With kind regards.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://608021]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found