Compiling a click-once app that requires administrator?

Posted by Assimilater on Stack Overflow See other posts from Stack Overflow or by Assimilater
Published on 2010-05-25T00:34:47Z Indexed on 2010/05/25 0:41 UTC
Read the original article Hit count: 246

Hi, a lot of my programs require the ability to write files to the hard drive. When I first made these programs for XP they worked great. Now I'm less ignorant about UAC (got a new laptop recently). And for future customers...I've noticed the potential for a LOT of annoying error messages....and quite frankly if the program can't write data to the hard drive or thumb drive it's on...there's no point to running it....

I've tried multiple times to build in the manifest a requirement for administrator or user access....I'm not sure if anything less would solve the problem...but have failed because click-once has security features in place to prevent me from doing so.

I'd rather not have to tell my customers how to make the program run as an administrator by editing the file's properties...I'd much rather have a convenient pop up like what you'd see new programs such as Itunes or Filezilla show if they were in conflict with UAC requesting the privileges they need.

I'd really like to do this but have had little success.

Any and all advice that can remedy this grievous problem appreciated.

Thanks.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about visual-studio-2010