I've developed a VSPackage
for Visual Studio, which needs to copy some files to Visual Studio's Installation Path.
If I Run Visual Studio as Administrator (when using my installed VSPackage). It can copy files with no errors.
When I run Visual Studio normally, I get Access to the path ... is denied
error.
Question
How can I give my VSPackage
to admin privileges even when the Visual Studio is being run as a normal user.
Or at least how can I invoke something like this: