UAC - Vista ignore manifest file
Hello. I have a problem with manifest file of my application. I whant to "disable" this shield icon on appliaction icon. I try add manifest to exe file : mt.exe -manifest app_name.exe.manifest -outputresource:app_name.exe;#1 but this not working. I try copy manifest file to application folder, winsxs folder ... Nothig work. Manifest file : <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" name="app_name" version="1.0.0.0" processorArchitecture="*"/> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker"/> </requestedPrivileges> </security> </trustInfo> </assembly> Thanks for all help. Greetings.
July 24th, 2009 9:57am

Hi, thanks for the post. As the issue is related to self-develop program, I recommend you post the issue to MSDN forum via the following link: http://social.msdn.microsoft.com/Forums/en-US/categories Thank you for your understanding. Sean Zhu - MSFT
Free Windows Admin Tool Kit Click here and download it now
July 27th, 2009 6:18am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics