liushaolin / gdipp

Automatically exported from code.google.com/p/gdipp
0 stars 0 forks source link

SUGGESTION: Include "consent.exe" in the default process exclusion list. #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At least on my system (W7U x64 SP1-beta) any action requiring the CONSENT.EXE 
execution (i.e. UAC user's action confirmation) will crash while trying to 
switch the process to administrative content if the CONSENT.EXE was "injected" 
using the AppLoad method.

This behaviour is most visible on MSI (installer) execution since it becomes 
impossible to install anything. Immediately after I confirm the action in the 
UAC prompt the application will crash.

Excluding the consent.exe fixes the problem.

Original issue reported on code.google.com by mmihe...@gmail.com on 26 Aug 2010 at 7:37

GoogleCodeExporter commented 9 years ago
Mine is fine.

Original comment by DCatcher...@gmail.com on 26 Aug 2010 at 7:57

GoogleCodeExporter commented 9 years ago
@DCatcher.Qu: I would just like to verify: Are you using AppLoad (registry 
load) method on W7 x64 (ideally SP1-beta)?

Original comment by mmihe...@gmail.com on 26 Aug 2010 at 8:10

GoogleCodeExporter commented 9 years ago
Yes, I use the register method on W7 Ultimate x64

Original comment by DCatcher...@gmail.com on 26 Aug 2010 at 12:48

GoogleCodeExporter commented 9 years ago
I cannot reproduce the problem with the latest code. The UAC window may not be 
rendered, but crash never happens.

Original comment by crendk...@gmail.com on 18 Sep 2010 at 5:29

GoogleCodeExporter commented 9 years ago
Nevertheless, I highly recommend that this be done, or else it will be 
difficult to uninstall gdipp in case problem arises. Previously when I had this 
bug, I had to press the accelerator shortcut quickly (alt-y or something) to 
uninstall gdipp.

Original comment by syoc...@gmail.com on 23 Oct 2010 at 6:34