Link to home
Start Free TrialLog in
Avatar of leork2004
leork2004

asked on

deploy activex

Hi


I have developed a activex which has to be deployed on the web server so that it will download automatically  and install and run .this should be done only for the first time.
I have done it on iis server but no idea regarding appache.

pls help
Avatar of leork2004
leork2004

ASKER

hi

All of you appache Gurus pls help.
It sounds like you are using activex in an entirely client side context - so AFAIK all there should be to it is putting the file somewhere under the web root and setting up the HTML in the same way as for IIS.
hi


I have used package and deploy wizard that comes with Microsoft Visual Studio to delpoy a activex developed in VB .I need to know how i can use a setup program to do it .the activex also has dependant dll which needs to be installed with activex.

regards
rajesh
Put everything in a cab archive. Then put the cab archive somewhere on the Webserver (IIS/Apache or any other). Make sure that you can access it with your browser when you enter the URL.
Then edit the HTML and replace the codebase attribute of the <object> tag which contains your activex with the URL pointing to the cab archive.
Hi

Can you suggest some setup program that creates a cab file ?.I cannot use package and deployment wizard which does this because it requires vb project.I a activex ocx and retaled dll files which have to be downloade3d and installed (registered)




ASKER CERTIFIED SOLUTION
Avatar of maverick65
maverick65

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