My understanding is that having AllowElevatedTrustAppsInBrowser = 1 in the registry will apply to all silverlight applications
That is doing the below: Set the DWORD registry key AllowElevatedTrustAppsInBrowser = 1 at SL 64 bit path: HKLM\Software\Wow6432Node\Microsoft\Silverlight SL 32 bit path: HKLM\Software\Microsoft\Silverlight
How much of a security issue would this be for clients. My understanding is that for elevated permissions to run in Silverlight the client still has to install a certificate in it's trusted publishers section which mean only sites that are trusted publishers will have elevated permissions.
Hence this should be safe?
If that is the case then I just need to write an install that can do all this at the client?
And this should not affect clients who do not want the sites permissions to be elevated?
Thanks