ANY IDEA or TIP about this problem??

  • Thread starter Thread starter Mat
  • Start date Start date
M

Mat

My company develop about 5 products with .NET and VB6. Products use severals
assemblies AND activeX.dll, which we update regularly but we still maintain
the compatilibity.
We would like to develop a program(Updater) which will connect to our
server and check if possible updates are available for one or all of our
products installed in client computer. if yes, it will download them and
install them for client. Something similar used in Realone or norton
liveupdate.

briefly, the program will first check
-our products installed in the PC
-make a list of assemblies used by each product ( maybe as XML...)
-send them to server
- the server will compare versions and send back to the program which
assemblies need to be updated
-program will download and install it.
-the program should use HTTP transport to avoid firewall problems
-work independently to our products

-The main problem is that we don't know how the program should dynamically
determine assemblies used by our products and versions?
-How we should use HTTP transport to communicate with server?
-if we supposed information should be sent using XML format, how can we used
HTTP transport to send xml files?

Thanks you for TIP.
 
Hi Mat,

I believe there was an article in the MSDN magazine covering most of these
issues. I have also heard of the "Updater" application block that provides a
framework for enabling such a functionality in an application. I realize I
haven't been detailed enough so let Google be with you :-)
 
Back
Top