vote up 0 vote down star

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 ?

flag

18% accept rate
Does the screen saver really need admin privileges? What does it do? – Fredrik Mörk Jul 18 at 12:18
Fredrik, it loads a dll which does serialize/de-serialize, registry read/write and some other things. And that particular DLL requires admin privilege actually – Samir Jul 20 at 7:49

1 Answer

vote up 0 vote down

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?

link|flag
David, no it doesn't show any uac dialogue and what i guess is when Windows runs the .scr file it chooses "Don't Allow" from the UAC dialogue. Cause, if I double click .scr file and choose "Allow" from the UAC dialogue it runs without any problem. – Samir Jul 20 at 7:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.