How to update the newest version automatic for a windows forms application developed by dot net 2.0?

  • Thread starter Thread starter С»ÒÀÇ
  • Start date Start date
Ð

С»ÒÀÇ

We had developed a software product based windows forms using dot net 2.0

All user for this product must download the newest version from the our web
site and re-install it handly, if a new version for this product is
published. It very trouble for users and developers.

How to set the software update automaticly when new version is published ?


Thanks!
 
We had developed a software product based windows forms using dot net 2.0

All user for this product must download the newest version from the our
web site and re-install it handly, if a new version for this product is
published. It very trouble for users and developers.

How to set the software update automaticly when new version is published ?

I recommend looking at ClickOnce for starters.
 
If you need a simple solution, then give Sharp AutoUpdater a shot. Its free and open source.



?????? wrote:

How to update the newest version automatic for a windows forms application developed by dot net 2.0?
26-Sep-08

We had developed a software product based windows forms using dot net 2.0

All user for this product must download the newest version from the our web
site and re-install it handly, if a new version for this product is
published. It very trouble for users and developers.

How to set the software update automaticly when new version is published ?


Thanks!

Previous Posts In This Thread:

How to update the newest version automatic for a windows forms application developed by dot net 2.0?
We had developed a software product based windows forms using dot net 2.0

All user for this product must download the newest version from the our web
site and re-install it handly, if a new version for this product is
published. It very trouble for users and developers.

How to set the software update automaticly when new version is published ?


Thanks!

Re: How to update the newest version automatic for a windows forms application developed by dot net 2.0?
I recommend looking at ClickOnce for starters.

Re: How to update the newest version automatic for a windows forms application developed by dot net 2.0?
..0
d ?

Look into the application updater block(for .NET), which implements
BITS protocol.


Submitted via EggHeadCafe - Software Developer Portal of Choice
TEST SNIPPET- DataAdapter Handler
http://www.eggheadcafe.com/tutorial...ed-4f7de850c2b0/test-snippet-dataadapter.aspx
 
Back
Top