Does screen saver require any manifest file? I'm renaming the .exe to .scr file.
Right now i am not using any manifest file for the screen saver. But if if UAC is enabled, my screen saver crashes. How to by pass this UAC thing ?
Does screen saver require any manifest file? I'm renaming the .exe to .scr file.
Right now i am not using any manifest file for the screen saver. But if if UAC is enabled, my screen saver crashes. How to by pass this UAC thing ?
It's rather the point that you can't (well, shouldn't be able to, at least).
Presumably, you're accessing some resource that requires elevated privileges, and then not checking whether you successfuly obtained it.
Does UAC actually bring up a dialog?