Problem with WPF/E Installer (runtime not SDK) on Vista

I've run several versions of the WPF/E Runtime and uninstalled them all. Suddenly after installing hte WPF/E SDK Refresh from 12/23/2006, the WPF/E component kinda doesn't work in IE. Here's why:

In the AGHost.js file, you create an instance of an ActiveX object called "AGServer.AGServer.0.8" to ensure that it is installed. This fails which tells the AGHost to show the download link. THis works as intended, but the reason that creating that object doesn't work is that at some point the ownership of those keys in the registry (the ones in HKCR that are named "AGServer.AGServer" and "AGServer.AGServer.0.8") are failing for security reasons. In fact, as an admin on the box (and without UAC) I can't even access those keys (or delete them).

Anyone else having issues like these on Vista? I might try enabling UAC, uninstalling, disabling it again, and re-installing but I don't think that will help. I have worked around the issue by commenting out the creation of the ActiveX object in the script, because the object tag works fine (it loads it up by CLSID and I have full access to those keys). But that's not a good solution long term.

Any help is helpful...

[1229 byte] By [ShawnWildermuth-MVP] at [2008-1-21]
# 1
I haven't heard a peep from the team on this one. Can someone point me in the right direction?
ShawnWildermuth-MVP at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) General Discussion...
# 2

I missed this the first time around. I'll look into this...

Joe

JoeStegman at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) General Discussion...
# 3
I don't know how to fix the problem unfortunately. I am running it on Vista with the SDK refresh though with no problems (fortunately).
DanWahlin at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) General Discussion...
# 4
The problem seems to be systemic to my machine (its happened with other installers). I think my MSI isntall is snarked. So no need to follow up here...thanks.
ShawnWildermuth-MVP at 2007-9-4 > top of Msdn Tech,Silverlight (formerly WPF/E),Silverlight (formerly WPF/E) General Discussion...