Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
14k 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 ...
4
votes
1answer
561 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"> ...
3
votes
4answers
946 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 ...