The appcompat tag has no wiki summary.
18
votes
1answer
889 views
Why can't 64-bit Windows unwind user-kernel-user exceptions?
Why can't 64-bit Windows unwind the stack during an exception, if the stack crosses the kernel boundary - when 32-bit Windows can?
The context of this entire question comes from:
The case of the ...
5
votes
1answer
868 views
Signed and RequireAdministrator executable being run from temp folder?
i manifested my executable as require administrator:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
...
22
votes
4answers
25k views
How to prevent “This program might not have installed correctly” messages on Vista
I have a product setup executable that copies some files to the user's hard drive. It's not a typical installer in the normal sense (it doesn't add anything to the Start Menu or Program Files ...
3
votes
4answers
1k views
How do I update a VB6 app from XP to Vista?
I work on a vb6 application which is having problems with Vista, for the obvious reasons (writing to program files, and other things that are no longer allowed by default).
Where should I store ...