Click to See Complete Forum and Search --> : am i dreaming


r00d0034
August 28th, 2002, 06:01 PM
i am tring to develop an application which can install any type of software on any platform with out user interaction in dot net.
First of all my application will learn all events and messages at least one time then it will perform the task on the network on any computer.
is it possible?
if yes how?
can some one provide the helping metrial and links about that?

WillemM
September 15th, 2002, 07:08 AM
1. .NET is normally as far as I know only for windows and mac. But ofcourse you can get MainWin from http://www.mainsoft.com
2. What methods ? Like things to copy files to the drive ?

Further more, I think that you need to find a file format in which you store the commands for your app, to install the application on a system. This format needs to be compatible with all platforms. :)

Good luck with your development. I think it is possible your idea, but you need some good knowledge.