AutoUpdate components recommendations?
-
Can anyone recommend a good AutoUpdate (LiveUpdate) type component? I'm looking for something with a small footprint where I can provide my own UI and just use it as the query/download piece.
Although The Lounge is not the place for programming questions ... Take a look at this : http://windowsforms.net/articles/appupdater.aspx[^] I hope this fits your app. Updating is fairly straight forward if you understand open program files cannot be replaced on disk if they are being used.
-
Can anyone recommend a good AutoUpdate (LiveUpdate) type component? I'm looking for something with a small footprint where I can provide my own UI and just use it as the query/download piece.
If you're using .NET, in GotDotNet there is a .NET Updater Component... let me look up the address and post it here. [edit] I found the address, and it's the same posted in the message above this one (who posted at the same time as I did). -- LuisR ────────────── Luis Alonso Ramos Chihuahua, Mexico www.luisalonsoramos.com "San Franciso - where men are men - er - women are men - ugh - men are women, and well, the sheep are confused." -- John Simmons, Jun. 25, 2003
-
Can anyone recommend a good AutoUpdate (LiveUpdate) type component? I'm looking for something with a small footprint where I can provide my own UI and just use it as the query/download piece.
-
Although The Lounge is not the place for programming questions ... Take a look at this : http://windowsforms.net/articles/appupdater.aspx[^] I hope this fits your app. Updating is fairly straight forward if you understand open program files cannot be replaced on disk if they are being used.