views:

391

answers:

1

I'm getting so so close to deploying my .Net dll user control in IE, somebody suggested trying to package it inside an msi file (instead of directly linking to the dll in the object tag) so that the user gets the trust prompts. So I followed the directions here:

http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/8ddd0fd2-e1dc-422c-86cc-366be8cf115b

And got the GUID for the application from the AssemblyInfo.cs file in VS2008 and created this object tag:

<object classid="CLSID:cd07741c-684b-4db0-a685-90359257ef8c" codebase="/path/to/TheInstaller.msi" />

I navigate to the page and I get the yellow bar prompt to allow the installer to run (Woot), it gives me the UAC prompt if I want to trust it (Woot Woot), then it gives me the IE add-on installer security warning (Woot^3)... then it gives me a box with a red x in it, argh!

So close, what did I do wrong?

A: 

I'm stuck on this too, I got a signed activex and I bought the signature from Comodo for about 200 bucks so I'm wondering whats up...

Even an Visual Studio 2008 default MFC ActiveX component doesnt show on anybody elses comp except on mine...

How did you deploy the application? Deployment is turning out to be a nightmare for me and its very picky.
Shizam