03-24-2011 11:05 AM
Hi bnils,
It is intriguing that you are receiving the prompt. This leads me to believe that the administrator elevation is happening as expected. I'll have to do some more research and get back to you.
03-25-2011 05:37 PM
I was able to reproduce the behavior you were experiencing with your Windows 7 Deployment. I am going to be filing a bug report so that our R&D group can investigate this further. In the meantime, there are two workarounds.
1. Running setup.exe as administrator will give the installer the permissions necessary to add the registry keys that will link the MESA.dll.
2. You can edit the .vdproj file that is built with the installer. Search for the line "RequiresElevation" = "11:FALSE" and change the value to "11:TRUE". This will make the installer ask for administrative priviledges to run. You can read more about this under the Application Elevation topic here.
Thank you for your patience and feedback. Please let me know if you have any questions.
05-02-2011 06:43 AM
Great, both workarounds seem to work!
Best regards, Björn Nilsson.