Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have been trying to embed a manifest to an executable file which was given to me. Here are my steps:

  1. Extract the current manifest from the executable (using resourceExtractor)
  2. Modified the requestedExecutionlevel from asInvoker to requireAdministrator

    requestedExecutionLevel level="requireAdministrator" uiAccess="false"

  3. Embed the manifest back to the executable file using mt.exe

    mt.exe -nologo -manifest "C:\Users\Window_7PC\Desktop\Result\Dermatoglyphics System_1.manifest" -outputresource:"D:\New Installer\Prg\Dermatoglyphics System.exe;#1"

I have tried to install on 3 laptops (Windows 7 Ultimate,Enterprise and Professional). On the first two OS, the executable will always require administrator privilege to run. However on the last laptop (Windows 7 Professional), the executable seems like to ignore the embedded manifest. Also, I am unable to extract back the manifest file from my 'modified' executable. Anyone has any idea on this issue?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.