Archive: Web Installer


Web Installer
Hi:

Does anyone knows how to create a web installer? that is, instead of creating a .exe that the user has to execute, create something that does the same exact things, but without an executable, do everything seemless to the user and through a web interface.

Thanks.


We use an ActiveX control that launches a Setup.exe on the clients system for one of our products.


Thanks, I've never used activex before, any hints on where to start looking? That solution you hinted sounds fair.


I'm not the ActiveX guy here. ;-) I'd say either MSDN or Visual Studio.


Does anyone know how hard this would be? with no experience with activeX?

thanks.


There are tons of step-by-step tutorials, ATL wizards and complete examples for ActiveX creation. Creating something like that shouldn't be too hard. The problem would be all of the new security restrictions that keep popping up.


The pop-up restrictions are no problem. Could anyone please point me to a good tutorial? I'm a little bit lost, being searching and searching and couldn't find anything. It sounds very simple, I know, so it shouldn't be too hard but if anyone knows about a good resource please let me know.

Thanks.


Here's one:

http://www.codeproject.com/com/CompleteActiveX.asp


thanks for the link. That link teach you how to create a .cab file, can I embed my .exe into a cab and execute it? does anyone know?

thanks