Hello,
I am writing an app which mounts all virtual disks volumes and unmounts them after closing. I have a following problem - when I run my appliction as current user it works perfectly, but when I run it as administrator I can mount only first volume, and on mounting other volumes I get \
"The specified volume is already mounted" error. Thin is I need to run this app as administrator cause it do some addititional stuff which need root permissions. Please tell me what can I do anout it. I am using Win7 x64 if that matters.
Thanks on advance.