application that self-installs over the internet (with embedded ActiveX control)

E

Euan Crawford

Can I do this? Is it even a good idea?

I need to build an application that will self-install over the
internet. The restriction is that the application uses a 3rd party
ActiveX control. However I don't want to write any new COM code. As
far as I can see my options are;

- no-touch install windows app (with embedded control)
- .NET User control (with embedded control)

In both cases I would have to manually install the ActiveX control on
the client machine? Or is there a way to get .NET to automate this?

Worst case I use Java webstart with the Java equivalent of the ActiveX
control.

Appreciate your thoughts, comments.

Euan Crawford
wornboot geographics
 
T

Thomas

Euan,
try looking at www.installshield.com - they have an installer that runs over
the internet. So the user downloads and runs a small setup file, that
downloads all necessary files via the Internet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top