Note that there are some explanatory texts on larger screens.

plurals
  1. POProblem to get Administrator right for program?
    primarykey
    data
    text
    <p>I searched and found how to gain Administrator access level for my program (<a href="http://delphi.about.com/od/delphitips2009/qt/delphi-vista-registry-run-on-startup.htm" rel="nofollow noreferrer">This Link</a>, <a href="http://www.lnssoftware.ca/blog/?p=113" rel="nofollow noreferrer">This Link</a>, <a href="http://msdn.microsoft.com/en-us/library/aa905330.aspx" rel="nofollow noreferrer">This Link</a> and many other similar links), i did instructions step by step and think with no mistake, i checked every step for several times. After all when i finish the steps and want to compile my program, I receive this error: "unable to create process: the application has failed to start because its side-by-side configuration is incorrect. ..." <img src="https://i.stack.imgur.com/Ei1Mc.gif" alt="enter image description here"></p> <p>Where is my problem? Thank you.</p> <hr> <p>Sorry for my delay, This is the manifest code i put beside my app (actually i copied and pasted it and just changed the "app.exe" name):</p> <hr> <p><strong>PROBLEM SOLVED, THIS IS THE CORRECTED AND WORKING MANIFEST:</strong> </p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt; &lt;assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"&gt; &lt;assemblyIdentity version="1.1.1.1" processorArchitecture="X86" name="MyApp.exe" type="win32"/&gt; &lt;description&gt;elevate execution level&lt;/description&gt; &lt;trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"&gt; &lt;security&gt; &lt;requestedPrivileges&gt; &lt;requestedExecutionLevel level="requireAdministrator" uiAccess="false"/&gt; &lt;/requestedPrivileges&gt; &lt;/security&gt; &lt;/trustInfo&gt; &lt;/assembly&gt; </code></pre> <p><strong>THANKS EVERY ONE HELPED ME TO CORRECT IT!</strong></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload