المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Update a Desktop Application by Dowloading a File



C# Programming
02-12-2010, 01:01 AM
Good Morning,

When my application opens, it checks a version number from an online database to determine if it is using the most current version available. If not, I need it to be able to download the most current version from an online server and then install the application update automatically. I know we see examples of this every day, such as security updates in Windows or online checks for anti-virus programs. The check and automatically close if not installed are already working fine and return a Boolean. How do I force and install the download?

Thank You, Pat