rahul
03-09-2007, 02:07 AM
Hello all,
I am developing a windows application using C# in visual studio 2005. I need to write a code for my current application to check the server whether any updated version of this application is available or not everytime it starts. If available it should prompt the message "Higher version is available. Do you want to update your application.". If I click yes then it should uninstall my current application and install the updated application.
So please help...
I am developing a windows application using C# in visual studio 2005. I need to write a code for my current application to check the server whether any updated version of this application is available or not everytime it starts. If available it should prompt the message "Higher version is available. Do you want to update your application.". If I click yes then it should uninstall my current application and install the updated application.
So please help...