Teddy* Posted November 10, 2009 Share Posted November 10, 2009 (edited) I Coded a program in vb that give the possibility to change the logon backround of windows 7 Anyway the process need an execution level of 'Administrator' in order for it to work properly So i tried changing this line in the manifest file from: <requestedExecutionLevel level="asInvoker" uiAccess="false" /> To <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> But when trying to publish the application an error is shown and it goes like this: Error 1 ClickOnce does not support the request execution level 'requireAdministrator' So i tried searching the net to see if there are any workaround for this and it seems that there are. But i dont seem to be abel to undestand exactly what to do. So if anyone knows a workaround for this i would apriciate a clear detaild explanation of how to do it Thanks Edited November 10, 2009 by Teddy* Link to comment Share on other sites More sharing options...
0 Teddy* Posted November 10, 2009 Author Share Posted November 10, 2009 Dont i get any help?!!!! :( Is it that hard to find a solution for this? Link to comment Share on other sites More sharing options...
0 Guest Posted November 10, 2009 Share Posted November 10, 2009 "Just google your way there" - seriously though, i dont know :p Link to comment Share on other sites More sharing options...
Question
Teddy*
I Coded a program in vb that give the possibility to change the logon backround of windows 7
Anyway the process need an execution level of 'Administrator' in order for it to work properly
So i tried changing this line in the manifest file
from:
To
But when trying to publish the application an error is shown and it goes like this:
So i tried searching the net to see if there are any workaround for this and it seems that there are.
But i dont seem to be abel to undestand exactly what to do.
So if anyone knows a workaround for this i would apriciate a clear detaild explanation of how to do it
Thanks
Edited by Teddy*Link to comment
Share on other sites
2 answers to this question
Recommended Posts