Questions tagged [windows-appcompat-platform]

5 questions
50
votes
6 answers

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 folders). Each time the setup program is run on Vista,…
Jason
  • 28,040
  • 10
  • 64
  • 64
39
votes
2 answers

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 disappearing OnLoad exception – user-mode callback…
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
4
votes
1 answer

Signed and RequireAdministrator executable being run from temp folder?

i manifested my executable as require administrator:
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
3
votes
4 answers

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 application data or user's saved files? Do I need…
Craig Gidney
  • 17,763
  • 5
  • 68
  • 136
0
votes
1 answer

msiexec and appcompact issue

i have the following questions, if anyone can answer that would be helpful, i have googled and i am very confused after reading articles and user experiences. problem: The MSI created using InstallShiled does not install on windows-7, if the user…