Hi,
Thanks for your help. My application is automatically invoked by
CreateProcess(). Is this right to place the below manifest file in the
application executable folder.
My exe : sample.exe
Manifest file name : sample.exe.manifest
Manifest file contents:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<assembly xmlns="urn: schemas-microsoft-com:asm.v1"
manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0"
processorArchitecture="X86"
name="sample.exe"
type="win32"/>
<description> Sample Exe Description</description>
<!-- Identify the application security requirements. -->
<trustInfo xmlns="urn: schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel
level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
Will Vista pick it up automatically when i call my application .exe?
Will this manifest file work for both user types, 'Standard user' and
'Administrator'? Do we need to do any specific changes in this file
content?
--
vista
------------------------------------------------------------------------
vista's Profile:
http://forums.techarena.in/member.php?userid=30845
View this thread:
http://forums.techarena.in/showthread.php?t=815553 http://forums.techarena.in