Advertisement

08.04.2008 at 06:48AM PDT, ID: 23618968
[x]
Attachment Details

My computer restart when I add a manifest that has the Windows Vista extension to an .exe

Asked by UdiRaz in Windows Vista, C++ Programming Language, Operating Systems Development

When I added a manifest for admin privilage for vista. a computer that has XP SP1 restarts when I run my app.

I followed the discussion on : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=463884&SiteID=1

My app does not crash on windows xp SP2 nor on windows 2000.

below here is manifest file that I added to my project.

Thanks
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel 
            level="requireAdministrator" 
            uiAccess="false"/>
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>
[+][-]08.04.2008 at 08:16AM PDT, ID: 22153135

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Windows Vista, C++ Programming Language, Operating Systems Development
Sign Up Now!
Solution Provided By: jkr
Participating Experts: 2
Solution Grade: A
 
 
[+][-]08.04.2008 at 08:23AM PDT, ID: 22153205

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.04.2008 at 08:30AM PDT, ID: 22153269

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.04.2008 at 11:12AM PDT, ID: 22154630

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628