Can we download a window application's exe from a web application???
If we can the scenario is:
1. The website will have a link to downdoad the exe.
2. When the link is clicked it will first be checked if the exe already exists on the computer,
if it does than overwrite the version, else simply download.
Please provide a sample code for the same.