Publish a wpf project with request execution level 'requireAdministrator'

834 views Asked by At

I want to publish my WPF application with the "requestedExecutionLevel" requireAdministrator because the application is doing registry entries.

As i saw in questions like this one: "ClickOnce does not support the request execution level 'requireAdministrator.'", it isn't supported if you use the click-once publish method.

My Question now is: How can I still publish my project, if I use 'requireAdministrator' as request execution level? Is there any alternative to click-once?

0

There are 0 answers