Is it a Microsoft issue?

Posted by Yigang Wu on Stack Overflow See other posts from Stack Overflow or by Yigang Wu
Published on 2010-05-19T10:33:32Z Indexed on 2010/05/19 10:50 UTC
Read the original article Hit count: 159

Filed under:
|
|
|

I have a exe was complied by VC6 and the file name is patch.exe, there is no manifest was added, in that case, the EXE file requires administrator privileges, even though I removed all codes, just keep a empty main(), the result is same. But if I change the EXE from patch.exe to a.exe, the issue is gone.

Below is my test result. 1. EXE was complied by VC6 2. Without manifest or didn't specific privileges in manifest 3. the exe name included "patch" substring, case-insensitive

Is it a Microsoft issue? Why?

Tried VC2008, I can't repeat it.

© Stack Overflow or respective owner

Related posts about Microsoft

Related posts about visual-studio