Link to home
Start Free TrialLog in
Avatar of Sub-0
Sub-0

asked on

how to pack activex control (windows user control) in an exe file

Hi

I've developped an activex control in c#, some say it's called a windows user control. It extends my Internet Explorer. It works perfectly when I compile it (it gets registered automatically) but I want to make an .exe to install it on other computers. I am using visual studio 2008 to create this exe or msi (deployment wizard). I add my dlls to this executable and distribute it to the other computers but my control doesn't get registered when I install it. I have to use the command "regasm" to have my control registered properly. This however isn't very user friendly. Does anybody know a solution for my problem?
thanks
ASKER CERTIFIED SOLUTION
Avatar of HalfAsleep
HalfAsleep

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial