athanasia has asked for the wisdom of the Perl Monks concerning the following question:
I then tried running my executable, but an error occurred, 'The application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem'. I saw a similar issue being reported a year and a half ago in<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1. +0"> <assemblyIdentity name="myscript.exe" processorArchitecture="X86" version="1.0.0" type="win32"/> <description>My Vista compatible application</description> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="requireAdministrator" uiAccess="False"/> </requestedPrivileges> </security> </trustInfo> </assembly>
but no luck again (perhaps cos all these posts imply VB and not Perl ?). The command mt.exe seems to be executed without warnings or errors, however, the size of the exe is significantly reduced and when I run my exe, I get the same error message!mt.exe -manifest myscript.exe.manifest -outputresource:myscript.exe;#1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Integrate manifest to perl executable generated with PAR::Packer's pp
by Anonymous Monk on Nov 06, 2008 at 12:41 UTC |