Connecting Tech Pros Worldwide Help | Site Map

ActiveX with C# - how can I make it show the name instead of CLSID ?

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: 4 Weeks Ago
Hello,
I have a problem,
I have activex written in C# and deployed using the hook to run the msi file inside a cab.
(based on article found here:
http://www.codeproject.com/KB/cs/C__Deployment.aspx?msg=2147721
)


the activex is working fine but its also not registered good and its registered as the CLSID.
so when you look in internet explorer on the downloaded program files folder (objects) you will see the CLSID instead of the program name and when you look on the details its unknown.

(i thought its because the files were not signed but after signing them with third party certificate its still the same)
Reply

Tags
activex, c sharp, cab, clsid, deploy