I have installed SL5 however I am still pulling hair to get the webbrowser control to work inside the browser. I really don't care about or use the outside HTML page as my SL application which occupies the whole client area. I've looked at the group policies but I am not sure I am doing things right.
(1) I have added AllowElevatedTrustAppsInBrowser DWORD=1 to registry at:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Silverlight
(based on this doc Group Policy Settings )
(2) The best ADMX/ADML templates I could find were here (please advice otherwise)
http://support.microsoft.com/kb/2573341
The Local Group Policy Editor shows references to AllowInstallOfElevatedTrustApps andAllowLaunchOfElevatedTrustApps under /Computer Configuration/Administrative Templates/Silverlight and I have enabled them both. (no success, do I need give a 3-finger salute? ie Reboot?)
I've tried adding AllowInstallOfElevatedTrustApps=1 and AllowLaunchOfElevatedTrustApps=1 to the reg key above but NO positive results either.
In particular do I really *have to* sign the xap for this to work?
Step 3 & 4 described here:
Here is the page about "How to Enable Trusted App to Run Inside the browser"
http://msdn.microsoft.com/en-us/library/gg192793(v=vs.96).aspx
If you could show how to get it working I would really appreciated it.
Thank you.
(PS. Finally, I hope this WebBrowser control is also meant to run in browsers like Firefox and Chrome)