Page 1 of 1

Override part of a preexisting exe mainifest resource

Posted: Wed Jan 18, 2012 3:25 pm
by speedyorange
Can your 'custom manifest resource' feature be used to override the UIAccess field of an existing manifest in my exe file? I just want to change the UIAccess field to 'true' and leave everything else in my existing resource untouched.

new registered enigma user, thanks for a great product!

Re: Override part of a preexisting exe mainifest resource

Posted: Wed Jan 18, 2012 3:27 pm
by Enigma
Hi speedyorange,

Yes, it can, existing manifest resource will be overwritten.

So no problems!

Re: Override part of a preexisting exe mainifest resource

Posted: Wed Jan 18, 2012 4:00 pm
by speedyorange
Very good, but what would I use for my custom enigma manifest? Can I use something as simple as this to override just the uiaccess tag to 'true'?

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<trustInfo xmlns="urn:0073chemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
UIAccess="true" />
</requestedPrivileges>
</security>
</trustInfo>

Re: Override part of a preexisting exe mainifest resource

Posted: Wed Jan 18, 2012 4:07 pm
by Enigma
You can simply copy the text of your existing manifest and modify+put it in Miscellaneous - Custom Manifest Resources, Resource Data fiend (you can edit this field, it is not read only).

And sure, you can use the example you sent, I think there is no problems. Just try to do that and test how it is working.